Skip to content

Commit 60b49a3

Browse files
1 parent 99a0308 commit 60b49a3

File tree

15 files changed

+180
-18
lines changed

15 files changed

+180
-18
lines changed

clients/google-api-services-metastore/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-metastore</artifactId>
25-
<version>v1-rev20250514-2.0.0</version>
25+
<version>v1-rev20250622-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-metastore:v1-rev20250514-2.0.0'
38+
implementation 'com.google.apis:google-api-services-metastore:v1-rev20250622-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-metastore/v1/2.0.0/com/google/api/services/metastore/v1/model/Federation.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,14 @@ public final class Federation extends com.google.api.client.json.GenericJson {
9191
@com.google.api.client.util.Key
9292
private java.lang.String stateMessage;
9393

94+
/**
95+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
96+
* "123/environment": "production", "123/costCenter": "marketing"
97+
* The value may be {@code null}.
98+
*/
99+
@com.google.api.client.util.Key
100+
private java.util.Map<String, java.lang.String> tags;
101+
94102
/**
95103
* Output only. The globally unique resource identifier of the metastore federation.
96104
* The value may be {@code null}.
@@ -244,6 +252,25 @@ public Federation setStateMessage(java.lang.String stateMessage) {
244252
return this;
245253
}
246254

255+
/**
256+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
257+
* "123/environment": "production", "123/costCenter": "marketing"
258+
* @return value or {@code null} for none
259+
*/
260+
public java.util.Map<String, java.lang.String> getTags() {
261+
return tags;
262+
}
263+
264+
/**
265+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
266+
* "123/environment": "production", "123/costCenter": "marketing"
267+
* @param tags tags or {@code null} for none
268+
*/
269+
public Federation setTags(java.util.Map<String, java.lang.String> tags) {
270+
this.tags = tags;
271+
return this;
272+
}
273+
247274
/**
248275
* Output only. The globally unique resource identifier of the metastore federation.
249276
* @return value or {@code null} for none

clients/google-api-services-metastore/v1/2.0.0/com/google/api/services/metastore/v1/model/Service.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,14 @@ public final class Service extends com.google.api.client.json.GenericJson {
178178
@com.google.api.client.util.Key
179179
private java.lang.String stateMessage;
180180

181+
/**
182+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
183+
* "123/environment": "production", "123/costCenter": "marketing"
184+
* The value may be {@code null}.
185+
*/
186+
@com.google.api.client.util.Key
187+
private java.util.Map<String, java.lang.String> tags;
188+
181189
/**
182190
* Optional. The configuration specifying telemetry settings for the Dataproc Metastore service.
183191
* If unspecified defaults to JSON.
@@ -563,6 +571,25 @@ public Service setStateMessage(java.lang.String stateMessage) {
563571
return this;
564572
}
565573

574+
/**
575+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
576+
* "123/environment": "production", "123/costCenter": "marketing"
577+
* @return value or {@code null} for none
578+
*/
579+
public java.util.Map<String, java.lang.String> getTags() {
580+
return tags;
581+
}
582+
583+
/**
584+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
585+
* "123/environment": "production", "123/costCenter": "marketing"
586+
* @param tags tags or {@code null} for none
587+
*/
588+
public Service setTags(java.util.Map<String, java.lang.String> tags) {
589+
this.tags = tags;
590+
return this;
591+
}
592+
566593
/**
567594
* Optional. The configuration specifying telemetry settings for the Dataproc Metastore service.
568595
* If unspecified defaults to JSON.

clients/google-api-services-metastore/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-metastore</artifactId>
11-
<version>v1-rev20250514-2.0.0</version>
12-
<name>Dataproc Metastore API v1-rev20250514-2.0.0</name>
11+
<version>v1-rev20250622-2.0.0</version>
12+
<name>Dataproc Metastore API v1-rev20250622-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-metastore/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-metastore</artifactId>
25-
<version>v1-rev20250514-2.0.0</version>
25+
<version>v1-rev20250622-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-metastore:v1-rev20250514-2.0.0'
38+
implementation 'com.google.apis:google-api-services-metastore:v1-rev20250622-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-metastore/v1alpha/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-metastore</artifactId>
25-
<version>v1alpha-rev20250514-2.0.0</version>
25+
<version>v1alpha-rev20250622-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-metastore:v1alpha-rev20250514-2.0.0'
38+
implementation 'com.google.apis:google-api-services-metastore:v1alpha-rev20250622-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-metastore/v1alpha/2.0.0/com/google/api/services/metastore/v1alpha/model/Federation.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,14 @@ public final class Federation extends com.google.api.client.json.GenericJson {
9191
@com.google.api.client.util.Key
9292
private java.lang.String stateMessage;
9393

94+
/**
95+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
96+
* "123/environment": "production", "123/costCenter": "marketing"
97+
* The value may be {@code null}.
98+
*/
99+
@com.google.api.client.util.Key
100+
private java.util.Map<String, java.lang.String> tags;
101+
94102
/**
95103
* Output only. The globally unique resource identifier of the metastore federation.
96104
* The value may be {@code null}.
@@ -244,6 +252,25 @@ public Federation setStateMessage(java.lang.String stateMessage) {
244252
return this;
245253
}
246254

255+
/**
256+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
257+
* "123/environment": "production", "123/costCenter": "marketing"
258+
* @return value or {@code null} for none
259+
*/
260+
public java.util.Map<String, java.lang.String> getTags() {
261+
return tags;
262+
}
263+
264+
/**
265+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
266+
* "123/environment": "production", "123/costCenter": "marketing"
267+
* @param tags tags or {@code null} for none
268+
*/
269+
public Federation setTags(java.util.Map<String, java.lang.String> tags) {
270+
this.tags = tags;
271+
return this;
272+
}
273+
247274
/**
248275
* Output only. The globally unique resource identifier of the metastore federation.
249276
* @return value or {@code null} for none

clients/google-api-services-metastore/v1alpha/2.0.0/com/google/api/services/metastore/v1alpha/model/Service.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,14 @@ public final class Service extends com.google.api.client.json.GenericJson {
185185
@com.google.api.client.util.Key
186186
private java.lang.String stateMessage;
187187

188+
/**
189+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
190+
* "123/environment": "production", "123/costCenter": "marketing"
191+
* The value may be {@code null}.
192+
*/
193+
@com.google.api.client.util.Key
194+
private java.util.Map<String, java.lang.String> tags;
195+
188196
/**
189197
* Optional. The configuration specifying telemetry settings for the Dataproc Metastore service.
190198
* If unspecified defaults to JSON.
@@ -587,6 +595,25 @@ public Service setStateMessage(java.lang.String stateMessage) {
587595
return this;
588596
}
589597

598+
/**
599+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
600+
* "123/environment": "production", "123/costCenter": "marketing"
601+
* @return value or {@code null} for none
602+
*/
603+
public java.util.Map<String, java.lang.String> getTags() {
604+
return tags;
605+
}
606+
607+
/**
608+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
609+
* "123/environment": "production", "123/costCenter": "marketing"
610+
* @param tags tags or {@code null} for none
611+
*/
612+
public Service setTags(java.util.Map<String, java.lang.String> tags) {
613+
this.tags = tags;
614+
return this;
615+
}
616+
590617
/**
591618
* Optional. The configuration specifying telemetry settings for the Dataproc Metastore service.
592619
* If unspecified defaults to JSON.

clients/google-api-services-metastore/v1alpha/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-metastore</artifactId>
11-
<version>v1alpha-rev20250514-2.0.0</version>
12-
<name>Dataproc Metastore API v1alpha-rev20250514-2.0.0</name>
11+
<version>v1alpha-rev20250622-2.0.0</version>
12+
<name>Dataproc Metastore API v1alpha-rev20250622-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-metastore/v1alpha/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-metastore</artifactId>
25-
<version>v1alpha-rev20250514-2.0.0</version>
25+
<version>v1alpha-rev20250622-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-metastore:v1alpha-rev20250514-2.0.0'
38+
implementation 'com.google.apis:google-api-services-metastore:v1alpha-rev20250622-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)