File tree Expand file tree Collapse file tree 11 files changed +124
-81
lines changed
clients/google-api-services-datafusion
com/google/api/services/datafusion/v1beta1
com/google/api/services/datafusion/v1 Expand file tree Collapse file tree 11 files changed +124
-81
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-datafusion</artifactId >
25
- <version >v1-rev20250414 -2.0.0</version >
25
+ <version >v1-rev20250610 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-datafusion:v1-rev20250414 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-datafusion:v1-rev20250610 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -854,6 +854,26 @@ public Delete setName(java.lang.String name) {
854
854
return this ;
855
855
}
856
856
857
+ /**
858
+ * Optional. If set to true, any nested resources from this instance will also be deleted.
859
+ */
860
+ @ com .google .api .client .util .Key
861
+ private java .lang .Boolean force ;
862
+
863
+ /** Optional. If set to true, any nested resources from this instance will also be deleted.
864
+ */
865
+ public java .lang .Boolean getForce () {
866
+ return force ;
867
+ }
868
+
869
+ /**
870
+ * Optional. If set to true, any nested resources from this instance will also be deleted.
871
+ */
872
+ public Delete setForce (java .lang .Boolean force ) {
873
+ this .force = force ;
874
+ return this ;
875
+ }
876
+
857
877
@ Override
858
878
public Delete set (String parameterName , Object value ) {
859
879
return (Delete ) super .set (parameterName , value );
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<artifactId >google-api-services-datafusion</artifactId >
11
- <version >v1-rev20250414 -2.0.0</version >
12
- <name >Cloud Data Fusion API v1-rev20250414 -2.0.0</name >
11
+ <version >v1-rev20250610 -2.0.0</version >
12
+ <name >Cloud Data Fusion API v1-rev20250610 -2.0.0</name >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-datafusion</artifactId >
25
- <version >v1-rev20250414 -2.0.0</version >
25
+ <version >v1-rev20250610 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-datafusion:v1-rev20250414 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-datafusion:v1-rev20250610 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-datafusion</artifactId >
25
- <version >v1beta1-rev20250414 -2.0.0</version >
25
+ <version >v1beta1-rev20250610 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-datafusion:v1beta1-rev20250414 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-datafusion:v1beta1-rev20250610 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -985,6 +985,26 @@ public Delete setName(java.lang.String name) {
985
985
return this ;
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
+ private java .lang .Boolean force ;
993
+
994
+ /** Optional. If set to true, any nested resources from this instance will also be deleted.
995
+ */
996
+ public java .lang .Boolean getForce () {
997
+ return force ;
998
+ }
999
+
1000
+ /**
1001
+ * Optional. If set to true, any nested resources from this instance will also be deleted.
1002
+ */
1003
+ public Delete setForce (java .lang .Boolean force ) {
1004
+ this .force = force ;
1005
+ return this ;
1006
+ }
1007
+
988
1008
@ Override
989
1009
public Delete set (String parameterName , Object value ) {
990
1010
return (Delete ) super .set (parameterName , value );
Original file line number Diff line number Diff line change 32
32
public final class CryptoKeyConfig extends com .google .api .client .json .GenericJson {
33
33
34
34
/**
35
- * The name of the key which is used to encrypt/decrypt customer data. For key in Cloud KMS, the
36
- * key should be in the format of `projects/locations/keyRings/cryptoKeys`.
35
+ * Optional. The name of the key which is used to encrypt/decrypt customer data. For key in Cloud
36
+ * KMS, the key should be in the format of `projects/locations/keyRings/cryptoKeys`.
37
37
* The value may be {@code null}.
38
38
*/
39
39
@ com .google .api .client .util .Key
40
40
private java .lang .String keyReference ;
41
41
42
42
/**
43
- * The name of the key which is used to encrypt/decrypt customer data. For key in Cloud KMS, the
44
- * key should be in the format of `projects/locations/keyRings/cryptoKeys`.
43
+ * Optional. The name of the key which is used to encrypt/decrypt customer data. For key in Cloud
44
+ * KMS, the key should be in the format of `projects/locations/keyRings/cryptoKeys`.
45
45
* @return value or {@code null} for none
46
46
*/
47
47
public java .lang .String getKeyReference () {
48
48
return keyReference ;
49
49
}
50
50
51
51
/**
52
- * The name of the key which is used to encrypt/decrypt customer data. For key in Cloud KMS, the
53
- * key should be in the format of `projects/locations/keyRings/cryptoKeys`.
52
+ * Optional. The name of the key which is used to encrypt/decrypt customer data. For key in Cloud
53
+ * KMS, the key should be in the format of `projects/locations/keyRings/cryptoKeys`.
54
54
* @param keyReference keyReference or {@code null} for none
55
55
*/
56
56
public CryptoKeyConfig setKeyReference (java .lang .String keyReference ) {
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
private java .lang .String domain ;
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:
50
50
* projects/{project}/locations/{location}/instances/{instance}/dnsPeerings/{dns_peering}
51
51
* The value may be {@code null}.
52
52
*/
@@ -102,7 +102,7 @@ public DnsPeering setDomain(java.lang.String domain) {
102
102
}
103
103
104
104
/**
105
- * Required . The resource name of the dns peering zone. Format:
105
+ * Identifier . The resource name of the dns peering zone. Format:
106
106
* projects/{project}/locations/{location}/instances/{instance}/dnsPeerings/{dns_peering}
107
107
* @return value or {@code null} for none
108
108
*/
@@ -111,7 +111,7 @@ public java.lang.String getName() {
111
111
}
112
112
113
113
/**
114
- * Required . The resource name of the dns peering zone. Format:
114
+ * Identifier . The resource name of the dns peering zone. Format:
115
115
* projects/{project}/locations/{location}/instances/{instance}/dnsPeerings/{dns_peering}
116
116
* @param name name or {@code null} for none
117
117
*/
You can’t perform that action at this time.
0 commit comments