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
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -985,6 +985,26 @@ public Delete setName(java.lang.String name) {
985
985
returnthis;
986
986
}
987
987
988
+
/**
989
+
* Optional. If set to true, any nested resources from this instance will also be deleted.
990
+
*/
991
+
@com.google.api.client.util.Key
992
+
privatejava.lang.Booleanforce;
993
+
994
+
/** Optional. If set to true, any nested resources from this instance will also be deleted.
995
+
*/
996
+
publicjava.lang.BooleangetForce() {
997
+
returnforce;
998
+
}
999
+
1000
+
/**
1001
+
* Optional. If set to true, any nested resources from this instance will also be deleted.
Copy file name to clipboardExpand all lines: clients/google-api-services-datafusion/v1beta1/2.0.0/com/google/api/services/datafusion/v1beta1/model/CryptoKeyConfig.java
Copy file name to clipboardExpand all lines: clients/google-api-services-datafusion/v1beta1/2.0.0/com/google/api/services/datafusion/v1beta1/model/DnsPeering.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ public final class DnsPeering extends com.google.api.client.json.GenericJson {
46
46
privatejava.lang.Stringdomain;
47
47
48
48
/**
49
-
* Required. The resource name of the dns peering zone. Format:
49
+
* Identifier. The resource name of the dns peering zone. Format:
0 commit comments