Skip to content

Commit a15af7e

Browse files
1 parent ceecad0 commit a15af7e

File tree

15 files changed

+57
-57
lines changed

15 files changed

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

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2661,8 +2661,8 @@ public List setPageToken(java.lang.String pageToken) {
26612661
/**
26622662
* When set to true, operations that are reachable are returned as normal, and those that
26632663
* are unreachable are returned in the ListOperationsResponse.unreachable field.This can
2664-
* only be true when reading across collections e.g. when parent is set to
2665-
* "projects/example/locations/-".This field is not by default supported and will result
2664+
* only be true when reading across collections. For example, when parent is set to
2665+
* "projects/example/locations/-".This field is not supported by default and will result
26662666
* in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or
26672667
* product specific documentation.
26682668
*/
@@ -2671,9 +2671,9 @@ public List setPageToken(java.lang.String pageToken) {
26712671

26722672
/** When set to true, operations that are reachable are returned as normal, and those that are
26732673
unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true when
2674-
reading across collections e.g. when parent is set to "projects/example/locations/-".This field is
2675-
not by default supported and will result in an UNIMPLEMENTED error if set unless explicitly
2676-
documented otherwise in service or product specific documentation.
2674+
reading across collections. For example, when parent is set to "projects/example/locations/-".This
2675+
field is not supported by default and will result in an UNIMPLEMENTED error if set unless
2676+
explicitly documented otherwise in service or product specific documentation.
26772677
*/
26782678
public java.lang.Boolean getReturnPartialSuccess() {
26792679
return returnPartialSuccess;
@@ -2682,8 +2682,8 @@ public java.lang.Boolean getReturnPartialSuccess() {
26822682
/**
26832683
* When set to true, operations that are reachable are returned as normal, and those that
26842684
* are unreachable are returned in the ListOperationsResponse.unreachable field.This can
2685-
* only be true when reading across collections e.g. when parent is set to
2686-
* "projects/example/locations/-".This field is not by default supported and will result
2685+
* only be true when reading across collections. For example, when parent is set to
2686+
* "projects/example/locations/-".This field is not supported by default and will result
26872687
* in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or
26882688
* product specific documentation.
26892689
*/

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ public final class ListOperationsResponse extends com.google.api.client.json.Gen
4646

4747
/**
4848
* Unordered list. Unreachable resources. Populated when the request sets
49-
* ListOperationsRequest.return_partial_success and reads across collections e.g. when attempting
50-
* to list all resources across all supported locations.
49+
* ListOperationsRequest.return_partial_success and reads across collections. For example, when
50+
* attempting to list all resources across all supported locations.
5151
* The value may be {@code null}.
5252
*/
5353
@com.google.api.client.util.Key
@@ -89,8 +89,8 @@ public ListOperationsResponse setOperations(java.util.List<Operation> operations
8989

9090
/**
9191
* Unordered list. Unreachable resources. Populated when the request sets
92-
* ListOperationsRequest.return_partial_success and reads across collections e.g. when attempting
93-
* to list all resources across all supported locations.
92+
* ListOperationsRequest.return_partial_success and reads across collections. For example, when
93+
* attempting to list all resources across all supported locations.
9494
* @return value or {@code null} for none
9595
*/
9696
public java.util.List<java.lang.String> getUnreachable() {
@@ -99,8 +99,8 @@ public java.util.List<java.lang.String> getUnreachable() {
9999

100100
/**
101101
* Unordered list. Unreachable resources. Populated when the request sets
102-
* ListOperationsRequest.return_partial_success and reads across collections e.g. when attempting
103-
* to list all resources across all supported locations.
102+
* ListOperationsRequest.return_partial_success and reads across collections. For example, when
103+
* attempting to list all resources across all supported locations.
104104
* @param unreachable unreachable or {@code null} for none
105105
*/
106106
public ListOperationsResponse setUnreachable(java.util.List<java.lang.String> unreachable) {

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

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2661,8 +2661,8 @@ public List setPageToken(java.lang.String pageToken) {
26612661
/**
26622662
* When set to true, operations that are reachable are returned as normal, and those that
26632663
* are unreachable are returned in the ListOperationsResponse.unreachable field.This can
2664-
* only be true when reading across collections e.g. when parent is set to
2665-
* "projects/example/locations/-".This field is not by default supported and will result
2664+
* only be true when reading across collections. For example, when parent is set to
2665+
* "projects/example/locations/-".This field is not supported by default and will result
26662666
* in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or
26672667
* product specific documentation.
26682668
*/
@@ -2671,9 +2671,9 @@ public List setPageToken(java.lang.String pageToken) {
26712671

26722672
/** When set to true, operations that are reachable are returned as normal, and those that are
26732673
unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true when
2674-
reading across collections e.g. when parent is set to "projects/example/locations/-".This field is
2675-
not by default supported and will result in an UNIMPLEMENTED error if set unless explicitly
2676-
documented otherwise in service or product specific documentation.
2674+
reading across collections. For example, when parent is set to "projects/example/locations/-".This
2675+
field is not supported by default and will result in an UNIMPLEMENTED error if set unless
2676+
explicitly documented otherwise in service or product specific documentation.
26772677
*/
26782678
public java.lang.Boolean getReturnPartialSuccess() {
26792679
return returnPartialSuccess;
@@ -2682,8 +2682,8 @@ public java.lang.Boolean getReturnPartialSuccess() {
26822682
/**
26832683
* When set to true, operations that are reachable are returned as normal, and those that
26842684
* are unreachable are returned in the ListOperationsResponse.unreachable field.This can
2685-
* only be true when reading across collections e.g. when parent is set to
2686-
* "projects/example/locations/-".This field is not by default supported and will result
2685+
* only be true when reading across collections. For example, when parent is set to
2686+
* "projects/example/locations/-".This field is not supported by default and will result
26872687
* in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or
26882688
* product specific documentation.
26892689
*/

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ public final class ListOperationsResponse extends com.google.api.client.json.Gen
4646

4747
/**
4848
* Unordered list. Unreachable resources. Populated when the request sets
49-
* ListOperationsRequest.return_partial_success and reads across collections e.g. when attempting
50-
* to list all resources across all supported locations.
49+
* ListOperationsRequest.return_partial_success and reads across collections. For example, when
50+
* attempting to list all resources across all supported locations.
5151
* The value may be {@code null}.
5252
*/
5353
@com.google.api.client.util.Key
@@ -89,8 +89,8 @@ public ListOperationsResponse setOperations(java.util.List<Operation> operations
8989

9090
/**
9191
* Unordered list. Unreachable resources. Populated when the request sets
92-
* ListOperationsRequest.return_partial_success and reads across collections e.g. when attempting
93-
* to list all resources across all supported locations.
92+
* ListOperationsRequest.return_partial_success and reads across collections. For example, when
93+
* attempting to list all resources across all supported locations.
9494
* @return value or {@code null} for none
9595
*/
9696
public java.util.List<java.lang.String> getUnreachable() {
@@ -99,8 +99,8 @@ public java.util.List<java.lang.String> getUnreachable() {
9999

100100
/**
101101
* Unordered list. Unreachable resources. Populated when the request sets
102-
* ListOperationsRequest.return_partial_success and reads across collections e.g. when attempting
103-
* to list all resources across all supported locations.
102+
* ListOperationsRequest.return_partial_success and reads across collections. For example, when
103+
* attempting to list all resources across all supported locations.
104104
* @param unreachable unreachable or {@code null} for none
105105
*/
106106
public ListOperationsResponse setUnreachable(java.util.List<java.lang.String> unreachable) {

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

0 commit comments

Comments
 (0)