Skip to content

Commit a09a593

Browse files
1 parent c0dddae commit a09a593

File tree

12 files changed

+69
-42
lines changed

12 files changed

+69
-42
lines changed

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

clients/google-api-services-gkehub/v1alpha/2.0.0/com/google/api/services/gkehub/v1alpha/GKEHub.java

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -576,10 +576,14 @@ public Get set(String parameterName, Object value) {
576576
}
577577
}
578578
/**
579-
* Lists information about the supported locations for this service. This method can be called in
580-
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
581-
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
582-
* public locations as well as private or other locations specifically visible to the project.
579+
* Lists information about the supported locations for this service. This method lists locations
580+
* based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global
581+
* locations**: If `name` is empty, the method lists the public locations available to all projects.
582+
* * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method
583+
* lists locations visible to that specific project. This includes public, private, or other
584+
* project-specific locations enabled for the project. For gRPC and client library implementations,
585+
* the resource name is passed as the `name` field. For direct service calls, the resource name is
586+
* incorporated into the request path based on the specific service implementation and version.
583587
*
584588
* Create a request for the method "locations.list".
585589
*
@@ -603,10 +607,15 @@ public class List extends GKEHubRequest<com.google.api.services.gkehub.v1alpha.m
603607
java.util.regex.Pattern.compile("^projects/[^/]+$");
604608

605609
/**
606-
* Lists information about the supported locations for this service. This method can be called in
607-
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
608-
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
609-
* public locations as well as private or other locations specifically visible to the project.
610+
* Lists information about the supported locations for this service. This method lists locations
611+
* based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global
612+
* locations**: If `name` is empty, the method lists the public locations available to all
613+
* projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`,
614+
* the method lists locations visible to that specific project. This includes public, private, or
615+
* other project-specific locations enabled for the project. For gRPC and client library
616+
* implementations, the resource name is passed as the `name` field. For direct service calls, the
617+
* resource name is incorporated into the request path based on the specific service
618+
* implementation and version.
610619
*
611620
* Create a request for the method "locations.list".
612621
*

clients/google-api-services-gkehub/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-gkehub</artifactId>
11-
<version>v1alpha-rev20260313-2.0.0</version>
12-
<name>GKE Hub API v1alpha-rev20260313-2.0.0</name>
11+
<version>v1alpha-rev20260324-2.0.0</version>
12+
<name>GKE Hub API v1alpha-rev20260324-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

clients/google-api-services-gkehub/v1beta1/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-gkehub</artifactId>
25-
<version>v1beta1-rev20260313-2.0.0</version>
25+
<version>v1beta1-rev20260324-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-gkehub:v1beta1-rev20260313-2.0.0'
38+
implementation 'com.google.apis:google-api-services-gkehub:v1beta1-rev20260324-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-gkehub/v1beta1/2.0.0/com/google/api/services/gkehub/v1beta1/GKEHub.java

Lines changed: 17 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-
317-
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
318-
* public 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
317+
* locations**: If `name` is empty, the method lists the public locations available to all projects.
318+
* * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method
319+
* lists locations visible to that specific project. This includes public, private, or other
320+
* project-specific locations enabled for the project. For gRPC and client library implementations,
321+
* the resource name is passed as the `name` field. For direct service calls, the resource name is
322+
* incorporated into the request path based on the specific service implementation and version.
319323
*
320324
* Create a request for the method "locations.list".
321325
*
@@ -339,10 +343,15 @@ public class List extends GKEHubRequest<com.google.api.services.gkehub.v1beta1.m
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-
344-
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
345-
* public 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
348+
* locations**: If `name` is empty, the method lists the public locations available to all
349+
* projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`,
350+
* the method lists locations visible to that specific project. This includes public, private, or
351+
* other project-specific locations enabled for the project. For gRPC and client library
352+
* implementations, the resource name is passed as the `name` field. For direct service calls, the
353+
* resource name is incorporated into the request path based on the specific service
354+
* implementation and version.
346355
*
347356
* Create a request for the method "locations.list".
348357
*

clients/google-api-services-gkehub/v1beta1/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-gkehub</artifactId>
11-
<version>v1beta1-rev20260313-2.0.0</version>
12-
<name>GKE Hub API v1beta1-rev20260313-2.0.0</name>
11+
<version>v1beta1-rev20260324-2.0.0</version>
12+
<name>GKE Hub API v1beta1-rev20260324-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-gkehub/v1beta1/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-gkehub</artifactId>
25-
<version>v1beta1-rev20260313-2.0.0</version>
25+
<version>v1beta1-rev20260324-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-gkehub:v1beta1-rev20260313-2.0.0'
38+
implementation 'com.google.apis:google-api-services-gkehub:v1beta1-rev20260324-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-gkehub/v2alpha/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-gkehub</artifactId>
25-
<version>v2alpha-rev20260313-2.0.0</version>
25+
<version>v2alpha-rev20260324-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-gkehub:v2alpha-rev20260313-2.0.0'
38+
implementation 'com.google.apis:google-api-services-gkehub:v2alpha-rev20260324-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-gkehub/v2alpha/2.0.0/com/google/api/services/gkehub/v2alpha/GKEHub.java

Lines changed: 17 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-
317-
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
318-
* public 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
317+
* locations**: If `name` is empty, the method lists the public locations available to all projects.
318+
* * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method
319+
* lists locations visible to that specific project. This includes public, private, or other
320+
* project-specific locations enabled for the project. For gRPC and client library implementations,
321+
* the resource name is passed as the `name` field. For direct service calls, the resource name is
322+
* incorporated into the request path based on the specific service implementation and version.
319323
*
320324
* Create a request for the method "locations.list".
321325
*
@@ -339,10 +343,15 @@ public class List extends GKEHubRequest<com.google.api.services.gkehub.v2alpha.m
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-
344-
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
345-
* public 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
348+
* locations**: If `name` is empty, the method lists the public locations available to all
349+
* projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`,
350+
* the method lists locations visible to that specific project. This includes public, private, or
351+
* other project-specific locations enabled for the project. For gRPC and client library
352+
* implementations, the resource name is passed as the `name` field. For direct service calls, the
353+
* resource name is incorporated into the request path based on the specific service
354+
* implementation and version.
346355
*
347356
* Create a request for the method "locations.list".
348357
*

0 commit comments

Comments
 (0)