Skip to content

Commit 4bf89a0

Browse files
1 parent 8e4d412 commit 4bf89a0

File tree

16 files changed

+859
-569
lines changed

16 files changed

+859
-569
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-rev20250616-2.0.0</version>
25+
<version>v1-rev20250805-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-rev20250616-2.0.0'
38+
implementation 'com.google.apis:google-api-services-appengine:v1-rev20250805-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: 332 additions & 212 deletions
Large diffs are not rendered by default.

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ public final class Application extends com.google.api.client.json.GenericJson {
131131
private java.lang.String locationId;
132132

133133
/**
134-
* Output only. Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly
135134
* The value may be {@code null}.
136135
*/
137136
@com.google.api.client.util.Key
@@ -402,15 +401,13 @@ public Application setLocationId(java.lang.String locationId) {
402401
}
403402

404403
/**
405-
* Output only. Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly
406404
* @return value or {@code null} for none
407405
*/
408406
public java.lang.String getName() {
409407
return name;
410408
}
411409

412410
/**
413-
* Output only. Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly
414411
* @param name name or {@code null} for none
415412
*/
416413
public Application setName(java.lang.String name) {

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

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818

1919
/**
2020
* A single firewall rule that is evaluated against incoming traffic and provides an action to take
21-
* on matched requests.
21+
* on matched requests. A positive integer between 1, Int32.MaxValue-1 that defines the order of
22+
* rule evaluation. Rules with the lowest priority are evaluated first.A default rule at priority
23+
* Int32.MaxValue matches all IPv4 and IPv6 traffic when no previous rule matches. Only the action
24+
* of this rule can be modified by the user.
2225
*
2326
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2427
* transmitted over HTTP when working with the App Engine Admin API. For a detailed explanation see:
@@ -45,10 +48,6 @@ public final class FirewallRule extends com.google.api.client.json.GenericJson {
4548
private java.lang.String description;
4649

4750
/**
48-
* A positive integer between 1, Int32.MaxValue-1 that defines the order of rule evaluation. Rules
49-
* with the lowest priority are evaluated first.A default rule at priority Int32.MaxValue matches
50-
* all IPv4 and IPv6 traffic when no previous rule matches. Only the action of this rule can be
51-
* modified by the user.
5251
* The value may be {@code null}.
5352
*/
5453
@com.google.api.client.util.Key
@@ -102,21 +101,13 @@ public FirewallRule setDescription(java.lang.String description) {
102101
}
103102

104103
/**
105-
* A positive integer between 1, Int32.MaxValue-1 that defines the order of rule evaluation. Rules
106-
* with the lowest priority are evaluated first.A default rule at priority Int32.MaxValue matches
107-
* all IPv4 and IPv6 traffic when no previous rule matches. Only the action of this rule can be
108-
* modified by the user.
109104
* @return value or {@code null} for none
110105
*/
111106
public java.lang.Integer getPriority() {
112107
return priority;
113108
}
114109

115110
/**
116-
* A positive integer between 1, Int32.MaxValue-1 that defines the order of rule evaluation. Rules
117-
* with the lowest priority are evaluated first.A default rule at priority Int32.MaxValue matches
118-
* all IPv4 and IPv6 traffic when no previous rule matches. Only the action of this rule can be
119-
* modified by the user.
120111
* @param priority priority or {@code null} for none
121112
*/
122113
public FirewallRule setPriority(java.lang.Integer priority) {

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

0 commit comments

Comments
 (0)