Skip to content

Commit 310cea3

Browse files
1 parent 9f59330 commit 310cea3

File tree

12 files changed

+58
-28
lines changed

12 files changed

+58
-28
lines changed

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-rev20260120-2.0.0</version>
25+
<version>v1-rev20260126-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-rev20260120-2.0.0'
38+
implementation 'com.google.apis:google-api-services-appengine:v1-rev20260126-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: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3728,7 +3728,10 @@ public Get set(String parameterName, Object value) {
37283728
}
37293729
}
37303730
/**
3731-
* Lists information about the supported locations for this service.
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.
37323735
*
37333736
* Create a request for the method "locations.list".
37343737
*
@@ -3749,7 +3752,10 @@ public class List extends AppengineRequest<com.google.api.services.appengine.v1.
37493752
private static final String REST_PATH = "v1/apps/{appsId}/locations";
37503753

37513754
/**
3752-
* Lists information about the supported locations for this service.
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.
37533759
*
37543760
* Create a request for the method "locations.list".
37553761
*

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-rev20260120-2.0.0</version>
12-
<name>App Engine Admin API v1-rev20260120-2.0.0</name>
11+
<version>v1-rev20260126-2.0.0</version>
12+
<name>App Engine Admin API v1-rev20260126-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-rev20260120-2.0.0</version>
25+
<version>v1-rev20260126-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-rev20260120-2.0.0'
38+
implementation 'com.google.apis:google-api-services-appengine:v1-rev20260126-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-rev20260120-2.0.0</version>
25+
<version>v1alpha-rev20260126-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-rev20260120-2.0.0'
38+
implementation 'com.google.apis:google-api-services-appengine:v1alpha-rev20260126-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2166,7 +2166,10 @@ public Get set(String parameterName, Object value) {
21662166
}
21672167
}
21682168
/**
2169-
* Lists information about the supported locations for this service.
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.
21702173
*
21712174
* Create a request for the method "locations.list".
21722175
*
@@ -2187,7 +2190,10 @@ public class List extends AppengineRequest<com.google.api.services.appengine.mod
21872190
private static final String REST_PATH = "v1alpha/apps/{appsId}/locations";
21882191

21892192
/**
2190-
* Lists information about the supported locations for this service.
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.
21912197
*
21922198
* Create a request for the method "locations.list".
21932199
*
@@ -2943,7 +2949,10 @@ public Get set(String parameterName, Object value) {
29432949
}
29442950
}
29452951
/**
2946-
* Lists information about the supported locations for this service.
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.
29472956
*
29482957
* Create a request for the method "locations.list".
29492958
*
@@ -2964,7 +2973,10 @@ public class List extends AppengineRequest<com.google.api.services.appengine.mod
29642973
private static final String REST_PATH = "v1alpha/projects/{projectsId}/locations";
29652974

29662975
/**
2967-
* Lists information about the supported locations for this service.
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.
29682980
*
29692981
* Create a request for the method "locations.list".
29702982
*

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-rev20260120-2.0.0</version>
12-
<name>App Engine Admin API v1alpha-rev20260120-2.0.0</name>
11+
<version>v1alpha-rev20260126-2.0.0</version>
12+
<name>App Engine Admin API v1alpha-rev20260126-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-rev20260120-2.0.0</version>
25+
<version>v1alpha-rev20260126-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-rev20260120-2.0.0'
38+
implementation 'com.google.apis:google-api-services-appengine:v1alpha-rev20260126-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-rev20260120-2.0.0</version>
25+
<version>v1beta-rev20260126-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-rev20260120-2.0.0'
38+
implementation 'com.google.apis:google-api-services-appengine:v1beta-rev20260126-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3728,7 +3728,10 @@ public Get set(String parameterName, Object value) {
37283728
}
37293729
}
37303730
/**
3731-
* Lists information about the supported locations for this service.
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.
37323735
*
37333736
* Create a request for the method "locations.list".
37343737
*
@@ -3749,7 +3752,10 @@ public class List extends AppengineRequest<com.google.api.services.appengine.mod
37493752
private static final String REST_PATH = "v1beta/apps/{appsId}/locations";
37503753

37513754
/**
3752-
* Lists information about the supported locations for this service.
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.
37533759
*
37543760
* Create a request for the method "locations.list".
37553761
*
@@ -7014,7 +7020,10 @@ public Get set(String parameterName, Object value) {
70147020
}
70157021
}
70167022
/**
7017-
* Lists information about the supported locations for this service.
7023+
* Lists information about the supported locations for this service. This method can be called in
7024+
* two ways: List all public locations: Use the path GET /v1/locations. List project-visible
7025+
* locations: Use the path GET /v1/projects/{project_id}/locations. This may include public
7026+
* locations as well as private or other locations specifically visible to the project.
70187027
*
70197028
* Create a request for the method "locations.list".
70207029
*
@@ -7035,7 +7044,10 @@ public class List extends AppengineRequest<com.google.api.services.appengine.mod
70357044
private static final String REST_PATH = "v1beta/projects/{projectsId}/locations";
70367045

70377046
/**
7038-
* Lists information about the supported locations for this service.
7047+
* Lists information about the supported locations for this service. This method can be called in
7048+
* two ways: List all public locations: Use the path GET /v1/locations. List project-visible
7049+
* locations: Use the path GET /v1/projects/{project_id}/locations. This may include public
7050+
* locations as well as private or other locations specifically visible to the project.
70397051
*
70407052
* Create a request for the method "locations.list".
70417053
*

0 commit comments

Comments
 (0)