Skip to content

Commit 98ab8a3

Browse files
1 parent 69a64bc commit 98ab8a3

12 files changed

Lines changed: 98 additions & 58 deletions

File tree

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

clients/google-api-services-appengine/v1/2.0.0/com/google/api/services/appengine/v1/Appengine.java

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3728,10 +3728,14 @@ public Get set(String parameterName, Object value) {
37283728
}
37293729
}
37303730
/**
3731-
* Lists information about the supported locations for this service. This method can be called in
3732-
* two ways: List all public locations: Use the path GET /v1/locations. List project-visible
3733-
* locations: Use the path GET /v1/projects/{project_id}/locations. This may include public
3734-
* locations as well as private or other locations specifically visible to the project.
3731+
* Lists information about the supported locations for this service.This method lists locations
3732+
* based on the resource scope provided in the ListLocationsRequest.name field: Global locations: If
3733+
* name is empty, the method lists the public locations available to all projects. Project-specific
3734+
* locations: If name follows the format projects/{project}, the method lists locations visible to
3735+
* that specific project. This includes public, private, or other project-specific locations enabled
3736+
* for the project.For gRPC and client library implementations, the resource name is passed as the
3737+
* name field. For direct service calls, the resource name is incorporated into the request path
3738+
* based on the specific service implementation and version.
37353739
*
37363740
* Create a request for the method "locations.list".
37373741
*
@@ -3752,10 +3756,14 @@ public class List extends AppengineRequest<com.google.api.services.appengine.v1.
37523756
private static final String REST_PATH = "v1/apps/{appsId}/locations";
37533757

37543758
/**
3755-
* Lists information about the supported locations for this service. This method can be called in
3756-
* two ways: List all public locations: Use the path GET /v1/locations. List project-visible
3757-
* locations: Use the path GET /v1/projects/{project_id}/locations. This may include public
3758-
* locations as well as private or other locations specifically visible to the project.
3759+
* Lists information about the supported locations for this service.This method lists locations
3760+
* based on the resource scope provided in the ListLocationsRequest.name field: Global locations:
3761+
* If name is empty, the method lists the public locations available to all projects. Project-
3762+
* specific locations: If name follows the format projects/{project}, the method lists locations
3763+
* visible to that specific project. This includes public, private, or other project-specific
3764+
* locations enabled for the project.For gRPC and client library implementations, the resource
3765+
* name is passed as the name field. For direct service calls, the resource name is incorporated
3766+
* into the request path based on the specific service implementation and version.
37593767
*
37603768
* Create a request for the method "locations.list".
37613769
*

clients/google-api-services-appengine/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-appengine</artifactId>
11-
<version>v1-rev20260316-2.0.0</version>
12-
<name>App Engine Admin API v1-rev20260316-2.0.0</name>
11+
<version>v1-rev20260327-2.0.0</version>
12+
<name>App Engine Admin API v1-rev20260327-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

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

clients/google-api-services-appengine/v1alpha/2.0.0/com/google/api/services/appengine/Appengine.java

Lines changed: 32 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2166,10 +2166,14 @@ public Get set(String parameterName, Object value) {
21662166
}
21672167
}
21682168
/**
2169-
* Lists information about the supported locations for this service. This method can be called in
2170-
* two ways: List all public locations: Use the path GET /v1/locations. List project-visible
2171-
* locations: Use the path GET /v1/projects/{project_id}/locations. This may include public
2172-
* locations as well as private or other locations specifically visible to the project.
2169+
* Lists information about the supported locations for this service.This method lists locations
2170+
* based on the resource scope provided in the ListLocationsRequest.name field: Global locations: If
2171+
* name is empty, the method lists the public locations available to all projects. Project-specific
2172+
* locations: If name follows the format projects/{project}, the method lists locations visible to
2173+
* that specific project. This includes public, private, or other project-specific locations enabled
2174+
* for the project.For gRPC and client library implementations, the resource name is passed as the
2175+
* name field. For direct service calls, the resource name is incorporated into the request path
2176+
* based on the specific service implementation and version.
21732177
*
21742178
* Create a request for the method "locations.list".
21752179
*
@@ -2190,10 +2194,14 @@ public class List extends AppengineRequest<com.google.api.services.appengine.mod
21902194
private static final String REST_PATH = "v1alpha/apps/{appsId}/locations";
21912195

21922196
/**
2193-
* Lists information about the supported locations for this service. This method can be called in
2194-
* two ways: List all public locations: Use the path GET /v1/locations. List project-visible
2195-
* locations: Use the path GET /v1/projects/{project_id}/locations. This may include public
2196-
* locations as well as private or other locations specifically visible to the project.
2197+
* Lists information about the supported locations for this service.This method lists locations
2198+
* based on the resource scope provided in the ListLocationsRequest.name field: Global locations:
2199+
* If name is empty, the method lists the public locations available to all projects. Project-
2200+
* specific locations: If name follows the format projects/{project}, the method lists locations
2201+
* visible to that specific project. This includes public, private, or other project-specific
2202+
* locations enabled for the project.For gRPC and client library implementations, the resource
2203+
* name is passed as the name field. For direct service calls, the resource name is incorporated
2204+
* into the request path based on the specific service implementation and version.
21972205
*
21982206
* Create a request for the method "locations.list".
21992207
*
@@ -2949,10 +2957,14 @@ public Get set(String parameterName, Object value) {
29492957
}
29502958
}
29512959
/**
2952-
* Lists information about the supported locations for this service. This method can be called in
2953-
* two ways: List all public locations: Use the path GET /v1/locations. List project-visible
2954-
* locations: Use the path GET /v1/projects/{project_id}/locations. This may include public
2955-
* locations as well as private or other locations specifically visible to the project.
2960+
* Lists information about the supported locations for this service.This method lists locations
2961+
* based on the resource scope provided in the ListLocationsRequest.name field: Global locations: If
2962+
* name is empty, the method lists the public locations available to all projects. Project-specific
2963+
* locations: If name follows the format projects/{project}, the method lists locations visible to
2964+
* that specific project. This includes public, private, or other project-specific locations enabled
2965+
* for the project.For gRPC and client library implementations, the resource name is passed as the
2966+
* name field. For direct service calls, the resource name is incorporated into the request path
2967+
* based on the specific service implementation and version.
29562968
*
29572969
* Create a request for the method "locations.list".
29582970
*
@@ -2973,10 +2985,14 @@ public class List extends AppengineRequest<com.google.api.services.appengine.mod
29732985
private static final String REST_PATH = "v1alpha/projects/{projectsId}/locations";
29742986

29752987
/**
2976-
* Lists information about the supported locations for this service. This method can be called in
2977-
* two ways: List all public locations: Use the path GET /v1/locations. List project-visible
2978-
* locations: Use the path GET /v1/projects/{project_id}/locations. This may include public
2979-
* locations as well as private or other locations specifically visible to the project.
2988+
* Lists information about the supported locations for this service.This method lists locations
2989+
* based on the resource scope provided in the ListLocationsRequest.name field: Global locations:
2990+
* If name is empty, the method lists the public locations available to all projects. Project-
2991+
* specific locations: If name follows the format projects/{project}, the method lists locations
2992+
* visible to that specific project. This includes public, private, or other project-specific
2993+
* locations enabled for the project.For gRPC and client library implementations, the resource
2994+
* name is passed as the name field. For direct service calls, the resource name is incorporated
2995+
* into the request path based on the specific service implementation and version.
29802996
*
29812997
* Create a request for the method "locations.list".
29822998
*

clients/google-api-services-appengine/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-appengine</artifactId>
11-
<version>v1alpha-rev20260126-2.0.0</version>
12-
<name>App Engine Admin API v1alpha-rev20260126-2.0.0</name>
11+
<version>v1alpha-rev20260327-2.0.0</version>
12+
<name>App Engine Admin API v1alpha-rev20260327-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

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

clients/google-api-services-appengine/v1beta/2.0.0/com/google/api/services/appengine/Appengine.java

Lines changed: 32 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3728,10 +3728,14 @@ public Get set(String parameterName, Object value) {
37283728
}
37293729
}
37303730
/**
3731-
* Lists information about the supported locations for this service. This method can be called in
3732-
* two ways: List all public locations: Use the path GET /v1/locations. List project-visible
3733-
* locations: Use the path GET /v1/projects/{project_id}/locations. This may include public
3734-
* locations as well as private or other locations specifically visible to the project.
3731+
* Lists information about the supported locations for this service.This method lists locations
3732+
* based on the resource scope provided in the ListLocationsRequest.name field: Global locations: If
3733+
* name is empty, the method lists the public locations available to all projects. Project-specific
3734+
* locations: If name follows the format projects/{project}, the method lists locations visible to
3735+
* that specific project. This includes public, private, or other project-specific locations enabled
3736+
* for the project.For gRPC and client library implementations, the resource name is passed as the
3737+
* name field. For direct service calls, the resource name is incorporated into the request path
3738+
* based on the specific service implementation and version.
37353739
*
37363740
* Create a request for the method "locations.list".
37373741
*
@@ -3752,10 +3756,14 @@ public class List extends AppengineRequest<com.google.api.services.appengine.mod
37523756
private static final String REST_PATH = "v1beta/apps/{appsId}/locations";
37533757

37543758
/**
3755-
* Lists information about the supported locations for this service. This method can be called in
3756-
* two ways: List all public locations: Use the path GET /v1/locations. List project-visible
3757-
* locations: Use the path GET /v1/projects/{project_id}/locations. This may include public
3758-
* locations as well as private or other locations specifically visible to the project.
3759+
* Lists information about the supported locations for this service.This method lists locations
3760+
* based on the resource scope provided in the ListLocationsRequest.name field: Global locations:
3761+
* If name is empty, the method lists the public locations available to all projects. Project-
3762+
* specific locations: If name follows the format projects/{project}, the method lists locations
3763+
* visible to that specific project. This includes public, private, or other project-specific
3764+
* locations enabled for the project.For gRPC and client library implementations, the resource
3765+
* name is passed as the name field. For direct service calls, the resource name is incorporated
3766+
* into the request path based on the specific service implementation and version.
37593767
*
37603768
* Create a request for the method "locations.list".
37613769
*
@@ -7185,10 +7193,14 @@ public Get set(String parameterName, Object value) {
71857193
}
71867194
}
71877195
/**
7188-
* Lists information about the supported locations for this service. This method can be called in
7189-
* two ways: List all public locations: Use the path GET /v1/locations. List project-visible
7190-
* locations: Use the path GET /v1/projects/{project_id}/locations. This may include public
7191-
* locations as well as private or other locations specifically visible to the project.
7196+
* Lists information about the supported locations for this service.This method lists locations
7197+
* based on the resource scope provided in the ListLocationsRequest.name field: Global locations: If
7198+
* name is empty, the method lists the public locations available to all projects. Project-specific
7199+
* locations: If name follows the format projects/{project}, the method lists locations visible to
7200+
* that specific project. This includes public, private, or other project-specific locations enabled
7201+
* for the project.For gRPC and client library implementations, the resource name is passed as the
7202+
* name field. For direct service calls, the resource name is incorporated into the request path
7203+
* based on the specific service implementation and version.
71927204
*
71937205
* Create a request for the method "locations.list".
71947206
*
@@ -7209,10 +7221,14 @@ public class List extends AppengineRequest<com.google.api.services.appengine.mod
72097221
private static final String REST_PATH = "v1beta/projects/{projectsId}/locations";
72107222

72117223
/**
7212-
* Lists information about the supported locations for this service. This method can be called in
7213-
* two ways: List all public locations: Use the path GET /v1/locations. List project-visible
7214-
* locations: Use the path GET /v1/projects/{project_id}/locations. This may include public
7215-
* locations as well as private or other locations specifically visible to the project.
7224+
* Lists information about the supported locations for this service.This method lists locations
7225+
* based on the resource scope provided in the ListLocationsRequest.name field: Global locations:
7226+
* If name is empty, the method lists the public locations available to all projects. Project-
7227+
* specific locations: If name follows the format projects/{project}, the method lists locations
7228+
* visible to that specific project. This includes public, private, or other project-specific
7229+
* locations enabled for the project.For gRPC and client library implementations, the resource
7230+
* name is passed as the name field. For direct service calls, the resource name is incorporated
7231+
* into the request path based on the specific service implementation and version.
72167232
*
72177233
* Create a request for the method "locations.list".
72187234
*

0 commit comments

Comments
 (0)