You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-datafusion/v1beta1/2.0.0/com/google/api/services/datafusion/v1beta1/DataFusion.java
+23
Original file line number
Diff line number
Diff line change
@@ -444,6 +444,29 @@ public List setName(java.lang.String name) {
444
444
returnthis;
445
445
}
446
446
447
+
/**
448
+
* Optional. A list of extra location types that should be used as conditions for
Copy file name to clipboardExpand all lines: clients/google-api-services-datafusion/v1beta1/2.0.0/com/google/api/services/datafusion/v1beta1/model/Instance.java
+27
Original file line number
Diff line number
Diff line change
@@ -270,6 +270,14 @@ public final class Instance extends com.google.api.client.json.GenericJson {
270
270
@com.google.api.client.util.Key
271
271
privatejava.lang.StringstateMessage;
272
272
273
+
/**
274
+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
0 commit comments