Skip to content

Commit de0790b

Browse files
1 parent bf68d09 commit de0790b

File tree

10 files changed

+112
-12
lines changed

10 files changed

+112
-12
lines changed

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

+2-2
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-rev20250224-2.0.0</version>
25+
<version>v1-rev20250414-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-rev20250224-2.0.0'
38+
implementation 'com.google.apis:google-api-services-datafusion:v1-rev20250414-2.0.0'
3939
}
4040
```
4141

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

+23
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,29 @@ public List setName(java.lang.String name) {
444444
return this;
445445
}
446446

447+
/**
448+
* Optional. A list of extra location types that should be used as conditions for
449+
* controlling the visibility of the locations.
450+
*/
451+
@com.google.api.client.util.Key
452+
private java.util.List<java.lang.String> extraLocationTypes;
453+
454+
/** Optional. A list of extra location types that should be used as conditions for controlling the
455+
visibility of the locations.
456+
*/
457+
public java.util.List<java.lang.String> getExtraLocationTypes() {
458+
return extraLocationTypes;
459+
}
460+
461+
/**
462+
* Optional. A list of extra location types that should be used as conditions for
463+
* controlling the visibility of the locations.
464+
*/
465+
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
466+
this.extraLocationTypes = extraLocationTypes;
467+
return this;
468+
}
469+
447470
/**
448471
* A filter to narrow down results to a preferred subset. The filtering language accepts
449472
* strings like `"displayName=tokyo"`, and is documented in more detail in

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

+27
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,14 @@ public final class Instance extends com.google.api.client.json.GenericJson {
271271
@com.google.api.client.util.Key
272272
private java.lang.String stateMessage;
273273

274+
/**
275+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
276+
* "123/environment": "production", "123/costCenter": "marketing"
277+
* The value may be {@code null}.
278+
*/
279+
@com.google.api.client.util.Key
280+
private java.util.Map<String, java.lang.String> tags;
281+
274282
/**
275283
* Output only. The name of the tenant project.
276284
* The value may be {@code null}.
@@ -880,6 +888,25 @@ public Instance setStateMessage(java.lang.String stateMessage) {
880888
return this;
881889
}
882890

891+
/**
892+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
893+
* "123/environment": "production", "123/costCenter": "marketing"
894+
* @return value or {@code null} for none
895+
*/
896+
public java.util.Map<String, java.lang.String> getTags() {
897+
return tags;
898+
}
899+
900+
/**
901+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
902+
* "123/environment": "production", "123/costCenter": "marketing"
903+
* @param tags tags or {@code null} for none
904+
*/
905+
public Instance setTags(java.util.Map<String, java.lang.String> tags) {
906+
this.tags = tags;
907+
return this;
908+
}
909+
883910
/**
884911
* Output only. The name of the tenant project.
885912
* @return value or {@code null} for none

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

+2-2
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-rev20250224-2.0.0</version>
12-
<name>Cloud Data Fusion API v1-rev20250224-2.0.0</name>
11+
<version>v1-rev20250414-2.0.0</version>
12+
<name>Cloud Data Fusion API v1-rev20250414-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

+2-2
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-rev20250224-2.0.0</version>
25+
<version>v1-rev20250414-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-rev20250224-2.0.0'
38+
implementation 'com.google.apis:google-api-services-datafusion:v1-rev20250414-2.0.0'
3939
}
4040
```
4141

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

+2-2
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-rev20250224-2.0.0</version>
25+
<version>v1beta1-rev20250414-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-rev20250224-2.0.0'
38+
implementation 'com.google.apis:google-api-services-datafusion:v1beta1-rev20250414-2.0.0'
3939
}
4040
```
4141

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

+23
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,29 @@ public List setName(java.lang.String name) {
444444
return this;
445445
}
446446

447+
/**
448+
* Optional. A list of extra location types that should be used as conditions for
449+
* controlling the visibility of the locations.
450+
*/
451+
@com.google.api.client.util.Key
452+
private java.util.List<java.lang.String> extraLocationTypes;
453+
454+
/** Optional. A list of extra location types that should be used as conditions for controlling the
455+
visibility of the locations.
456+
*/
457+
public java.util.List<java.lang.String> getExtraLocationTypes() {
458+
return extraLocationTypes;
459+
}
460+
461+
/**
462+
* Optional. A list of extra location types that should be used as conditions for
463+
* controlling the visibility of the locations.
464+
*/
465+
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
466+
this.extraLocationTypes = extraLocationTypes;
467+
return this;
468+
}
469+
447470
/**
448471
* A filter to narrow down results to a preferred subset. The filtering language accepts
449472
* strings like `"displayName=tokyo"`, and is documented in more detail in

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

+27
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,14 @@ public final class Instance extends com.google.api.client.json.GenericJson {
270270
@com.google.api.client.util.Key
271271
private java.lang.String stateMessage;
272272

273+
/**
274+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
275+
* "123/environment": "production", "123/costCenter": "marketing"
276+
* The value may be {@code null}.
277+
*/
278+
@com.google.api.client.util.Key
279+
private java.util.Map<String, java.lang.String> tags;
280+
273281
/**
274282
* Output only. The name of the tenant project.
275283
* The value may be {@code null}.
@@ -877,6 +885,25 @@ public Instance setStateMessage(java.lang.String stateMessage) {
877885
return this;
878886
}
879887

888+
/**
889+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
890+
* "123/environment": "production", "123/costCenter": "marketing"
891+
* @return value or {@code null} for none
892+
*/
893+
public java.util.Map<String, java.lang.String> getTags() {
894+
return tags;
895+
}
896+
897+
/**
898+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
899+
* "123/environment": "production", "123/costCenter": "marketing"
900+
* @param tags tags or {@code null} for none
901+
*/
902+
public Instance setTags(java.util.Map<String, java.lang.String> tags) {
903+
this.tags = tags;
904+
return this;
905+
}
906+
880907
/**
881908
* Output only. The name of the tenant project.
882909
* @return value or {@code null} for none

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

+2-2
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>v1beta1-rev20250224-2.0.0</version>
12-
<name>Cloud Data Fusion API v1beta1-rev20250224-2.0.0</name>
11+
<version>v1beta1-rev20250414-2.0.0</version>
12+
<name>Cloud Data Fusion API v1beta1-rev20250414-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

+2-2
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-rev20250224-2.0.0</version>
25+
<version>v1beta1-rev20250414-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-rev20250224-2.0.0'
38+
implementation 'com.google.apis:google-api-services-datafusion:v1beta1-rev20250414-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)