Skip to content

Commit 009e066

Browse files
1 parent bb25f0e commit 009e066

File tree

26 files changed

+135
-91
lines changed

26 files changed

+135
-91
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-rev20251125-2.0.0</version>
25+
<version>v1-rev20260122-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-rev20251125-2.0.0'
38+
implementation 'com.google.apis:google-api-services-metastore:v1-rev20260122-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
package com.google.api.services.metastore.v1.model;
1818

1919
/**
20-
* Metadata about a custom region. This is only populated if the region is a custom region. For
21-
* single/multi regions, it will be empty.
20+
* Deprecated: Use a single region service instead. Metadata about a custom region. This is only
21+
* populated if the region is a custom region. For single/multi regions, it will be empty.
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2424
* transmitted over HTTP when working with the Dataproc Metastore API. For a detailed explanation

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

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
public final class LocationMetadata extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Possible configurations supported if the current region is a custom region.
34+
* Deprecated: Use a single region service instead. Possible configurations supported if the
35+
* current region is a custom region.
3536
* The value may be {@code null}.
3637
*/
3738
@com.google.api.client.util.Key
@@ -44,7 +45,8 @@ public final class LocationMetadata extends com.google.api.client.json.GenericJs
4445
}
4546

4647
/**
47-
* The multi-region metadata if the current region is a multi-region.
48+
* Deprecated: Use a single region service instead. The multi-region metadata if the current
49+
* region is a multi-region.
4850
* The value may be {@code null}.
4951
*/
5052
@com.google.api.client.util.Key
@@ -66,15 +68,17 @@ public final class LocationMetadata extends com.google.api.client.json.GenericJs
6668
}
6769

6870
/**
69-
* Possible configurations supported if the current region is a custom region.
71+
* Deprecated: Use a single region service instead. Possible configurations supported if the
72+
* current region is a custom region.
7073
* @return value or {@code null} for none
7174
*/
7275
public java.util.List<CustomRegionMetadata> getCustomRegionMetadata() {
7376
return customRegionMetadata;
7477
}
7578

7679
/**
77-
* Possible configurations supported if the current region is a custom region.
80+
* Deprecated: Use a single region service instead. Possible configurations supported if the
81+
* current region is a custom region.
7882
* @param customRegionMetadata customRegionMetadata or {@code null} for none
7983
*/
8084
public LocationMetadata setCustomRegionMetadata(java.util.List<CustomRegionMetadata> customRegionMetadata) {
@@ -83,15 +87,17 @@ public LocationMetadata setCustomRegionMetadata(java.util.List<CustomRegionMetad
8387
}
8488

8589
/**
86-
* The multi-region metadata if the current region is a multi-region.
90+
* Deprecated: Use a single region service instead. The multi-region metadata if the current
91+
* region is a multi-region.
8792
* @return value or {@code null} for none
8893
*/
8994
public MultiRegionMetadata getMultiRegionMetadata() {
9095
return multiRegionMetadata;
9196
}
9297

9398
/**
94-
* The multi-region metadata if the current region is a multi-region.
99+
* Deprecated: Use a single region service instead. The multi-region metadata if the current
100+
* region is a multi-region.
95101
* @param multiRegionMetadata multiRegionMetadata or {@code null} for none
96102
*/
97103
public LocationMetadata setMultiRegionMetadata(MultiRegionMetadata multiRegionMetadata) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
package com.google.api.services.metastore.v1.model;
1818

1919
/**
20-
* The metadata for the multi-region that includes the constituent regions. The metadata is only
21-
* populated if the region is multi-region. For single region or custom dual region, it will be
22-
* empty.
20+
* Deprecated: Use a single region service instead. The metadata for the multi-region that includes
21+
* the constituent regions. The metadata is only populated if the region is multi-region. For single
22+
* region or custom dual region, it will be empty.
2323
*
2424
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2525
* transmitted over HTTP when working with the Dataproc Metastore API. For a detailed explanation

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-rev20251125-2.0.0</version>
12-
<name>Dataproc Metastore API v1-rev20251125-2.0.0</name>
11+
<version>v1-rev20260122-2.0.0</version>
12+
<name>Dataproc Metastore API v1-rev20260122-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-rev20251125-2.0.0</version>
25+
<version>v1-rev20260122-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-rev20251125-2.0.0'
38+
implementation 'com.google.apis:google-api-services-metastore:v1-rev20260122-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-rev20251125-2.0.0</version>
25+
<version>v1alpha-rev20260122-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-rev20251125-2.0.0'
38+
implementation 'com.google.apis:google-api-services-metastore:v1alpha-rev20260122-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
package com.google.api.services.metastore.v1alpha.model;
1818

1919
/**
20-
* Custom configuration used to specify regions that the metastore service runs in. Currently only
21-
* supported in the us multi-region.
20+
* Deprecated: Use a single region service instead. Custom configuration used to specify regions
21+
* that the metastore service runs in. Currently only supported in the us multi-region.
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2424
* transmitted over HTTP when working with the Dataproc Metastore API. For a detailed explanation

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
package com.google.api.services.metastore.v1alpha.model;
1818

1919
/**
20-
* Metadata about a custom region. This is only populated if the region is a custom region. For
21-
* single/multi regions, it will be empty.
20+
* Deprecated: Use a single region service instead. Metadata about a custom region. This is only
21+
* populated if the region is a custom region. For single/multi regions, it will be empty.
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2424
* transmitted over HTTP when working with the Dataproc Metastore API. For a detailed explanation

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

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
public final class LocationMetadata extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Possible configurations supported if the current region is a custom region.
34+
* Deprecated: Use a single region service instead. Possible configurations supported if the
35+
* current region is a custom region.
3536
* The value may be {@code null}.
3637
*/
3738
@com.google.api.client.util.Key
@@ -44,7 +45,8 @@ public final class LocationMetadata extends com.google.api.client.json.GenericJs
4445
}
4546

4647
/**
47-
* The multi-region metadata if the current region is a multi-region.
48+
* Deprecated: Use a single region service instead. The multi-region metadata if the current
49+
* region is a multi-region.
4850
* The value may be {@code null}.
4951
*/
5052
@com.google.api.client.util.Key
@@ -66,15 +68,17 @@ public final class LocationMetadata extends com.google.api.client.json.GenericJs
6668
}
6769

6870
/**
69-
* Possible configurations supported if the current region is a custom region.
71+
* Deprecated: Use a single region service instead. Possible configurations supported if the
72+
* current region is a custom region.
7073
* @return value or {@code null} for none
7174
*/
7275
public java.util.List<CustomRegionMetadata> getCustomRegionMetadata() {
7376
return customRegionMetadata;
7477
}
7578

7679
/**
77-
* Possible configurations supported if the current region is a custom region.
80+
* Deprecated: Use a single region service instead. Possible configurations supported if the
81+
* current region is a custom region.
7882
* @param customRegionMetadata customRegionMetadata or {@code null} for none
7983
*/
8084
public LocationMetadata setCustomRegionMetadata(java.util.List<CustomRegionMetadata> customRegionMetadata) {
@@ -83,15 +87,17 @@ public LocationMetadata setCustomRegionMetadata(java.util.List<CustomRegionMetad
8387
}
8488

8589
/**
86-
* The multi-region metadata if the current region is a multi-region.
90+
* Deprecated: Use a single region service instead. The multi-region metadata if the current
91+
* region is a multi-region.
8792
* @return value or {@code null} for none
8893
*/
8994
public MultiRegionMetadata getMultiRegionMetadata() {
9095
return multiRegionMetadata;
9196
}
9297

9398
/**
94-
* The multi-region metadata if the current region is a multi-region.
99+
* Deprecated: Use a single region service instead. The multi-region metadata if the current
100+
* region is a multi-region.
95101
* @param multiRegionMetadata multiRegionMetadata or {@code null} for none
96102
*/
97103
public LocationMetadata setMultiRegionMetadata(MultiRegionMetadata multiRegionMetadata) {

0 commit comments

Comments
 (0)