Skip to content

Commit 5e289f0

Browse files
1 parent a09a593 commit 5e289f0

12 files changed

Lines changed: 66 additions & 42 deletions

File tree

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-rev20260312-2.0.0</version>
25+
<version>v1-rev20260319-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-rev20260312-2.0.0'
38+
implementation 'com.google.apis:google-api-services-metastore:v1-rev20260319-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: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -312,10 +312,14 @@ public Get set(String parameterName, Object value) {
312312
}
313313
}
314314
/**
315-
* Lists information about the supported locations for this service. This method can be called in
316-
* two ways: List all public locations: Use the path GET /v1/locations. List project-visible
317-
* locations: Use the path GET /v1/projects/{project_id}/locations. This may include public
318-
* locations as well as private or other locations specifically visible to the project.
315+
* Lists information about the supported locations for this service.This method lists locations
316+
* based on the resource scope provided in the ListLocationsRequest.name field: Global locations: If
317+
* name is empty, the method lists the public locations available to all projects. Project-specific
318+
* locations: If name follows the format projects/{project}, the method lists locations visible to
319+
* that specific project. This includes public, private, or other project-specific locations enabled
320+
* for the project.For gRPC and client library implementations, the resource name is passed as the
321+
* name field. For direct service calls, the resource name is incorporated into the request path
322+
* based on the specific service implementation and version.
319323
*
320324
* Create a request for the method "locations.list".
321325
*
@@ -339,10 +343,14 @@ public class List extends DataprocMetastoreRequest<com.google.api.services.metas
339343
java.util.regex.Pattern.compile("^projects/[^/]+$");
340344

341345
/**
342-
* Lists information about the supported locations for this service. This method can be called in
343-
* two ways: List all public locations: Use the path GET /v1/locations. List project-visible
344-
* locations: Use the path GET /v1/projects/{project_id}/locations. This may include public
345-
* locations as well as private or other locations specifically visible to the project.
346+
* Lists information about the supported locations for this service.This method lists locations
347+
* based on the resource scope provided in the ListLocationsRequest.name field: Global locations:
348+
* If name is empty, the method lists the public locations available to all projects. Project-
349+
* specific locations: If name follows the format projects/{project}, the method lists locations
350+
* visible to that specific project. This includes public, private, or other project-specific
351+
* locations enabled for the project.For gRPC and client library implementations, the resource
352+
* name is passed as the name field. For direct service calls, the resource name is incorporated
353+
* into the request path based on the specific service implementation and version.
346354
*
347355
* Create a request for the method "locations.list".
348356
*

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-rev20260312-2.0.0</version>
12-
<name>Dataproc Metastore API v1-rev20260312-2.0.0</name>
11+
<version>v1-rev20260319-2.0.0</version>
12+
<name>Dataproc Metastore API v1-rev20260319-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-rev20260312-2.0.0</version>
25+
<version>v1-rev20260319-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-rev20260312-2.0.0'
38+
implementation 'com.google.apis:google-api-services-metastore:v1-rev20260319-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-rev20260312-2.0.0</version>
25+
<version>v1alpha-rev20260319-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-rev20260312-2.0.0'
38+
implementation 'com.google.apis:google-api-services-metastore:v1alpha-rev20260319-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: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -312,10 +312,14 @@ public Get set(String parameterName, Object value) {
312312
}
313313
}
314314
/**
315-
* Lists information about the supported locations for this service. This method can be called in
316-
* two ways: List all public locations: Use the path GET /v1/locations. List project-visible
317-
* locations: Use the path GET /v1/projects/{project_id}/locations. This may include public
318-
* locations as well as private or other locations specifically visible to the project.
315+
* Lists information about the supported locations for this service.This method lists locations
316+
* based on the resource scope provided in the ListLocationsRequest.name field: Global locations: If
317+
* name is empty, the method lists the public locations available to all projects. Project-specific
318+
* locations: If name follows the format projects/{project}, the method lists locations visible to
319+
* that specific project. This includes public, private, or other project-specific locations enabled
320+
* for the project.For gRPC and client library implementations, the resource name is passed as the
321+
* name field. For direct service calls, the resource name is incorporated into the request path
322+
* based on the specific service implementation and version.
319323
*
320324
* Create a request for the method "locations.list".
321325
*
@@ -339,10 +343,14 @@ public class List extends DataprocMetastoreRequest<com.google.api.services.metas
339343
java.util.regex.Pattern.compile("^projects/[^/]+$");
340344

341345
/**
342-
* Lists information about the supported locations for this service. This method can be called in
343-
* two ways: List all public locations: Use the path GET /v1/locations. List project-visible
344-
* locations: Use the path GET /v1/projects/{project_id}/locations. This may include public
345-
* locations as well as private or other locations specifically visible to the project.
346+
* Lists information about the supported locations for this service.This method lists locations
347+
* based on the resource scope provided in the ListLocationsRequest.name field: Global locations:
348+
* If name is empty, the method lists the public locations available to all projects. Project-
349+
* specific locations: If name follows the format projects/{project}, the method lists locations
350+
* visible to that specific project. This includes public, private, or other project-specific
351+
* locations enabled for the project.For gRPC and client library implementations, the resource
352+
* name is passed as the name field. For direct service calls, the resource name is incorporated
353+
* into the request path based on the specific service implementation and version.
346354
*
347355
* Create a request for the method "locations.list".
348356
*

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

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

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

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -312,10 +312,14 @@ public Get set(String parameterName, Object value) {
312312
}
313313
}
314314
/**
315-
* Lists information about the supported locations for this service. This method can be called in
316-
* two ways: List all public locations: Use the path GET /v1/locations. List project-visible
317-
* locations: Use the path GET /v1/projects/{project_id}/locations. This may include public
318-
* locations as well as private or other locations specifically visible to the project.
315+
* Lists information about the supported locations for this service.This method lists locations
316+
* based on the resource scope provided in the ListLocationsRequest.name field: Global locations: If
317+
* name is empty, the method lists the public locations available to all projects. Project-specific
318+
* locations: If name follows the format projects/{project}, the method lists locations visible to
319+
* that specific project. This includes public, private, or other project-specific locations enabled
320+
* for the project.For gRPC and client library implementations, the resource name is passed as the
321+
* name field. For direct service calls, the resource name is incorporated into the request path
322+
* based on the specific service implementation and version.
319323
*
320324
* Create a request for the method "locations.list".
321325
*
@@ -339,10 +343,14 @@ public class List extends DataprocMetastoreRequest<com.google.api.services.metas
339343
java.util.regex.Pattern.compile("^projects/[^/]+$");
340344

341345
/**
342-
* Lists information about the supported locations for this service. This method can be called in
343-
* two ways: List all public locations: Use the path GET /v1/locations. List project-visible
344-
* locations: Use the path GET /v1/projects/{project_id}/locations. This may include public
345-
* locations as well as private or other locations specifically visible to the project.
346+
* Lists information about the supported locations for this service.This method lists locations
347+
* based on the resource scope provided in the ListLocationsRequest.name field: Global locations:
348+
* If name is empty, the method lists the public locations available to all projects. Project-
349+
* specific locations: If name follows the format projects/{project}, the method lists locations
350+
* visible to that specific project. This includes public, private, or other project-specific
351+
* locations enabled for the project.For gRPC and client library implementations, the resource
352+
* name is passed as the name field. For direct service calls, the resource name is incorporated
353+
* into the request path based on the specific service implementation and version.
346354
*
347355
* Create a request for the method "locations.list".
348356
*

0 commit comments

Comments
 (0)