Skip to content

Commit d4575f4

Browse files
1 parent fa52fce commit d4575f4

File tree

11 files changed

+124
-81
lines changed

11 files changed

+124
-81
lines changed

clients/google-api-services-datafusion/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-datafusion</artifactId>
25-
<version>v1-rev20250414-2.0.0</version>
25+
<version>v1-rev20250610-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
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'
3939
}
4040
```
4141

clients/google-api-services-datafusion/v1/2.0.0/com/google/api/services/datafusion/v1/DataFusion.java

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -854,6 +854,26 @@ public Delete setName(java.lang.String name) {
854854
return this;
855855
}
856856

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+
857877
@Override
858878
public Delete set(String parameterName, Object value) {
859879
return (Delete) super.set(parameterName, value);

clients/google-api-services-datafusion/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<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>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-datafusion/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-datafusion</artifactId>
25-
<version>v1-rev20250414-2.0.0</version>
25+
<version>v1-rev20250610-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
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'
3939
}
4040
```
4141

clients/google-api-services-datafusion/v1beta1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-datafusion</artifactId>
25-
<version>v1beta1-rev20250414-2.0.0</version>
25+
<version>v1beta1-rev20250610-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
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'
3939
}
4040
```
4141

clients/google-api-services-datafusion/v1beta1/2.0.0/com/google/api/services/datafusion/v1beta1/DataFusion.java

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -985,6 +985,26 @@ public Delete setName(java.lang.String name) {
985985
return this;
986986
}
987987

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+
9881008
@Override
9891009
public Delete set(String parameterName, Object value) {
9901010
return (Delete) super.set(parameterName, value);

clients/google-api-services-datafusion/v1beta1/2.0.0/com/google/api/services/datafusion/v1beta1/model/CryptoKeyConfig.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,25 +32,25 @@
3232
public final class CryptoKeyConfig extends com.google.api.client.json.GenericJson {
3333

3434
/**
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`.
3737
* The value may be {@code null}.
3838
*/
3939
@com.google.api.client.util.Key
4040
private java.lang.String keyReference;
4141

4242
/**
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`.
4545
* @return value or {@code null} for none
4646
*/
4747
public java.lang.String getKeyReference() {
4848
return keyReference;
4949
}
5050

5151
/**
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`.
5454
* @param keyReference keyReference or {@code null} for none
5555
*/
5656
public CryptoKeyConfig setKeyReference(java.lang.String keyReference) {

clients/google-api-services-datafusion/v1beta1/2.0.0/com/google/api/services/datafusion/v1beta1/model/DnsPeering.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public final class DnsPeering extends com.google.api.client.json.GenericJson {
4646
private java.lang.String domain;
4747

4848
/**
49-
* Required. The resource name of the dns peering zone. Format:
49+
* Identifier. The resource name of the dns peering zone. Format:
5050
* projects/{project}/locations/{location}/instances/{instance}/dnsPeerings/{dns_peering}
5151
* The value may be {@code null}.
5252
*/
@@ -102,7 +102,7 @@ public DnsPeering setDomain(java.lang.String domain) {
102102
}
103103

104104
/**
105-
* Required. The resource name of the dns peering zone. Format:
105+
* Identifier. The resource name of the dns peering zone. Format:
106106
* projects/{project}/locations/{location}/instances/{instance}/dnsPeerings/{dns_peering}
107107
* @return value or {@code null} for none
108108
*/
@@ -111,7 +111,7 @@ public java.lang.String getName() {
111111
}
112112

113113
/**
114-
* Required. The resource name of the dns peering zone. Format:
114+
* Identifier. The resource name of the dns peering zone. Format:
115115
* projects/{project}/locations/{location}/instances/{instance}/dnsPeerings/{dns_peering}
116116
* @param name name or {@code null} for none
117117
*/

0 commit comments

Comments
 (0)