Skip to content

Commit 647a1c8

Browse files
1 parent 34665bf commit 647a1c8

File tree

10 files changed

+60
-54
lines changed

10 files changed

+60
-54
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-rev20240415-2.0.0</version>
25+
<version>v1-rev20240722-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-rev20240415-2.0.0'
38+
implementation 'com.google.apis:google-api-services-appengine:v1-rev20240722-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public final class Service extends com.google.api.client.json.GenericJson {
4242
private java.util.Map<String, java.lang.Object> generatedCustomerMetadata;
4343

4444
/**
45-
* Relative name of the service within the application. Example: default.@OutputOnly
45+
* Output only. Relative name of the service within the application. Example: default.@OutputOnly
4646
* The value may be {@code null}.
4747
*/
4848
@com.google.api.client.util.Key
@@ -63,7 +63,8 @@ public final class Service extends com.google.api.client.json.GenericJson {
6363
private java.util.Map<String, java.lang.String> labels;
6464

6565
/**
66-
* Full path to the Service resource in the API. Example: apps/myapp/services/default.@OutputOnly
66+
* Output only. Full path to the Service resource in the API. Example:
67+
* apps/myapp/services/default.@OutputOnly
6768
* The value may be {@code null}.
6869
*/
6970
@com.google.api.client.util.Key
@@ -104,15 +105,15 @@ public Service setGeneratedCustomerMetadata(java.util.Map<String, java.lang.Obje
104105
}
105106

106107
/**
107-
* Relative name of the service within the application. Example: default.@OutputOnly
108+
* Output only. Relative name of the service within the application. Example: default.@OutputOnly
108109
* @return value or {@code null} for none
109110
*/
110111
public java.lang.String getId() {
111112
return id;
112113
}
113114

114115
/**
115-
* Relative name of the service within the application. Example: default.@OutputOnly
116+
* Output only. Relative name of the service within the application. Example: default.@OutputOnly
116117
* @param id id or {@code null} for none
117118
*/
118119
public Service setId(java.lang.String id) {
@@ -152,15 +153,17 @@ public Service setLabels(java.util.Map<String, java.lang.String> labels) {
152153
}
153154

154155
/**
155-
* Full path to the Service resource in the API. Example: apps/myapp/services/default.@OutputOnly
156+
* Output only. Full path to the Service resource in the API. Example:
157+
* apps/myapp/services/default.@OutputOnly
156158
* @return value or {@code null} for none
157159
*/
158160
public java.lang.String getName() {
159161
return name;
160162
}
161163

162164
/**
163-
* Full path to the Service resource in the API. Example: apps/myapp/services/default.@OutputOnly
165+
* Output only. Full path to the Service resource in the API. Example:
166+
* apps/myapp/services/default.@OutputOnly
164167
* @param name name or {@code null} for none
165168
*/
166169
public Service setName(java.lang.String name) {

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public final class Version extends com.google.api.client.json.GenericJson {
8585
private String createTime;
8686

8787
/**
88-
* Email address of the user who created this version.@OutputOnly
88+
* Output only. Email address of the user who created this version.@OutputOnly
8989
* The value may be {@code null}.
9090
*/
9191
@com.google.api.client.util.Key
@@ -110,8 +110,8 @@ public final class Version extends com.google.api.client.json.GenericJson {
110110
private Deployment deployment;
111111

112112
/**
113-
* Total size in bytes of all the files that are included in this version and currently hosted on
114-
* the App Engine disk.@OutputOnly
113+
* Output only. Total size in bytes of all the files that are included in this version and
114+
* currently hosted on the App Engine disk.@OutputOnly
115115
* The value may be {@code null}.
116116
*/
117117
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
@@ -257,7 +257,7 @@ public final class Version extends com.google.api.client.json.GenericJson {
257257
private ManualScaling manualScaling;
258258

259259
/**
260-
* Full path to the Version resource in the API. Example:
260+
* Output only. Full path to the Version resource in the API. Example:
261261
* apps/myapp/services/default/versions/v1.@OutputOnly
262262
* The value may be {@code null}.
263263
*/
@@ -350,7 +350,7 @@ public final class Version extends com.google.api.client.json.GenericJson {
350350
private java.lang.Boolean threadsafe;
351351

352352
/**
353-
* Serving URL for this version. Example: "https://myversion-dot-myservice-dot-
353+
* Output only. Serving URL for this version. Example: "https://myversion-dot-myservice-dot-
354354
* myapp.appspot.com"@OutputOnly
355355
* The value may be {@code null}.
356356
*/
@@ -509,15 +509,15 @@ public Version setCreateTime(String createTime) {
509509
}
510510

511511
/**
512-
* Email address of the user who created this version.@OutputOnly
512+
* Output only. Email address of the user who created this version.@OutputOnly
513513
* @return value or {@code null} for none
514514
*/
515515
public java.lang.String getCreatedBy() {
516516
return createdBy;
517517
}
518518

519519
/**
520-
* Email address of the user who created this version.@OutputOnly
520+
* Output only. Email address of the user who created this version.@OutputOnly
521521
* @param createdBy createdBy or {@code null} for none
522522
*/
523523
public Version setCreatedBy(java.lang.String createdBy) {
@@ -568,17 +568,17 @@ public Version setDeployment(Deployment deployment) {
568568
}
569569

570570
/**
571-
* Total size in bytes of all the files that are included in this version and currently hosted on
572-
* the App Engine disk.@OutputOnly
571+
* Output only. Total size in bytes of all the files that are included in this version and
572+
* currently hosted on the App Engine disk.@OutputOnly
573573
* @return value or {@code null} for none
574574
*/
575575
public java.lang.Long getDiskUsageBytes() {
576576
return diskUsageBytes;
577577
}
578578

579579
/**
580-
* Total size in bytes of all the files that are included in this version and currently hosted on
581-
* the App Engine disk.@OutputOnly
580+
* Output only. Total size in bytes of all the files that are included in this version and
581+
* currently hosted on the App Engine disk.@OutputOnly
582582
* @param diskUsageBytes diskUsageBytes or {@code null} for none
583583
*/
584584
public Version setDiskUsageBytes(java.lang.Long diskUsageBytes) {
@@ -874,7 +874,7 @@ public Version setManualScaling(ManualScaling manualScaling) {
874874
}
875875

876876
/**
877-
* Full path to the Version resource in the API. Example:
877+
* Output only. Full path to the Version resource in the API. Example:
878878
* apps/myapp/services/default/versions/v1.@OutputOnly
879879
* @return value or {@code null} for none
880880
*/
@@ -883,7 +883,7 @@ public java.lang.String getName() {
883883
}
884884

885885
/**
886-
* Full path to the Version resource in the API. Example:
886+
* Output only. Full path to the Version resource in the API. Example:
887887
* apps/myapp/services/default/versions/v1.@OutputOnly
888888
* @param name name or {@code null} for none
889889
*/
@@ -1096,7 +1096,7 @@ public Version setThreadsafe(java.lang.Boolean threadsafe) {
10961096
}
10971097

10981098
/**
1099-
* Serving URL for this version. Example: "https://myversion-dot-myservice-dot-
1099+
* Output only. Serving URL for this version. Example: "https://myversion-dot-myservice-dot-
11001100
* myapp.appspot.com"@OutputOnly
11011101
* @return value or {@code null} for none
11021102
*/
@@ -1105,7 +1105,7 @@ public java.lang.String getVersionUrl() {
11051105
}
11061106

11071107
/**
1108-
* Serving URL for this version. Example: "https://myversion-dot-myservice-dot-
1108+
* Output only. Serving URL for this version. Example: "https://myversion-dot-myservice-dot-
11091109
* myapp.appspot.com"@OutputOnly
11101110
* @param versionUrl versionUrl or {@code null} for none
11111111
*/

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

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public final class Service extends com.google.api.client.json.GenericJson {
4242
private java.util.Map<String, java.lang.Object> generatedCustomerMetadata;
4343

4444
/**
45-
* Relative name of the service within the application. Example: default.@OutputOnly
45+
* Output only. Relative name of the service within the application. Example: default.@OutputOnly
4646
* The value may be {@code null}.
4747
*/
4848
@com.google.api.client.util.Key
@@ -63,7 +63,8 @@ public final class Service extends com.google.api.client.json.GenericJson {
6363
private java.util.Map<String, java.lang.String> labels;
6464

6565
/**
66-
* Full path to the Service resource in the API. Example: apps/myapp/services/default.@OutputOnly
66+
* Output only. Full path to the Service resource in the API. Example:
67+
* apps/myapp/services/default.@OutputOnly
6768
* The value may be {@code null}.
6869
*/
6970
@com.google.api.client.util.Key
@@ -104,15 +105,15 @@ public Service setGeneratedCustomerMetadata(java.util.Map<String, java.lang.Obje
104105
}
105106

106107
/**
107-
* Relative name of the service within the application. Example: default.@OutputOnly
108+
* Output only. Relative name of the service within the application. Example: default.@OutputOnly
108109
* @return value or {@code null} for none
109110
*/
110111
public java.lang.String getId() {
111112
return id;
112113
}
113114

114115
/**
115-
* Relative name of the service within the application. Example: default.@OutputOnly
116+
* Output only. Relative name of the service within the application. Example: default.@OutputOnly
116117
* @param id id or {@code null} for none
117118
*/
118119
public Service setId(java.lang.String id) {
@@ -152,15 +153,17 @@ public Service setLabels(java.util.Map<String, java.lang.String> labels) {
152153
}
153154

154155
/**
155-
* Full path to the Service resource in the API. Example: apps/myapp/services/default.@OutputOnly
156+
* Output only. Full path to the Service resource in the API. Example:
157+
* apps/myapp/services/default.@OutputOnly
156158
* @return value or {@code null} for none
157159
*/
158160
public java.lang.String getName() {
159161
return name;
160162
}
161163

162164
/**
163-
* Full path to the Service resource in the API. Example: apps/myapp/services/default.@OutputOnly
165+
* Output only. Full path to the Service resource in the API. Example:
166+
* apps/myapp/services/default.@OutputOnly
164167
* @param name name or {@code null} for none
165168
*/
166169
public Service setName(java.lang.String name) {

0 commit comments

Comments
 (0)