Skip to content

Commit 939f68b

Browse files
1 parent 747b866 commit 939f68b

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

clients/google-api-services-run/v2/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-run</artifactId>
25-
<version>v2-rev20250712-2.0.0</version>
25+
<version>v2-rev20250718-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-run:v2-rev20250712-2.0.0'
38+
implementation 'com.google.apis:google-api-services-run:v2-rev20250718-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-run/v2/2.0.0/com/google/api/services/run/v2/model/GoogleCloudRunV2Job.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public final class GoogleCloudRunV2Job extends com.google.api.client.json.Generi
100100
private String deleteTime;
101101

102102
/**
103-
* Output only. A system-generated fingerprint for this version of the resource. May be used to
103+
* Optional. A system-generated fingerprint for this version of the resource. May be used to
104104
* detect modification conflict during updates.
105105
* The value may be {@code null}.
106106
*/
@@ -410,7 +410,7 @@ public GoogleCloudRunV2Job setDeleteTime(String deleteTime) {
410410
}
411411

412412
/**
413-
* Output only. A system-generated fingerprint for this version of the resource. May be used to
413+
* Optional. A system-generated fingerprint for this version of the resource. May be used to
414414
* detect modification conflict during updates.
415415
* @return value or {@code null} for none
416416
*/
@@ -419,7 +419,7 @@ public java.lang.String getEtag() {
419419
}
420420

421421
/**
422-
* Output only. A system-generated fingerprint for this version of the resource. May be used to
422+
* Optional. A system-generated fingerprint for this version of the resource. May be used to
423423
* detect modification conflict during updates.
424424
* @param etag etag or {@code null} for none
425425
*/

clients/google-api-services-run/v2/2.0.0/com/google/api/services/run/v2/model/GoogleCloudRunV2Service.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public final class GoogleCloudRunV2Service extends com.google.api.client.json.Ge
133133
private java.lang.String description;
134134

135135
/**
136-
* Output only. A system-generated fingerprint for this version of the resource. May be used to
136+
* Optional. A system-generated fingerprint for this version of the resource. May be used to
137137
* detect modification conflict during updates.
138138
* The value may be {@code null}.
139139
*/
@@ -584,7 +584,7 @@ public GoogleCloudRunV2Service setDescription(java.lang.String description) {
584584
}
585585

586586
/**
587-
* Output only. A system-generated fingerprint for this version of the resource. May be used to
587+
* Optional. A system-generated fingerprint for this version of the resource. May be used to
588588
* detect modification conflict during updates.
589589
* @return value or {@code null} for none
590590
*/
@@ -593,7 +593,7 @@ public java.lang.String getEtag() {
593593
}
594594

595595
/**
596-
* Output only. A system-generated fingerprint for this version of the resource. May be used to
596+
* Optional. A system-generated fingerprint for this version of the resource. May be used to
597597
* detect modification conflict during updates.
598598
* @param etag etag or {@code null} for none
599599
*/

clients/google-api-services-run/v2/2.0.0/com/google/api/services/run/v2/model/GoogleCloudRunV2WorkerPool.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public final class GoogleCloudRunV2WorkerPool extends com.google.api.client.json
119119
private java.lang.String description;
120120

121121
/**
122-
* Output only. A system-generated fingerprint for this version of the resource. May be used to
122+
* Optional. A system-generated fingerprint for this version of the resource. May be used to
123123
* detect modification conflict during updates.
124124
* The value may be {@code null}.
125125
*/
@@ -495,7 +495,7 @@ public GoogleCloudRunV2WorkerPool setDescription(java.lang.String description) {
495495
}
496496

497497
/**
498-
* Output only. A system-generated fingerprint for this version of the resource. May be used to
498+
* Optional. A system-generated fingerprint for this version of the resource. May be used to
499499
* detect modification conflict during updates.
500500
* @return value or {@code null} for none
501501
*/
@@ -504,7 +504,7 @@ public java.lang.String getEtag() {
504504
}
505505

506506
/**
507-
* Output only. A system-generated fingerprint for this version of the resource. May be used to
507+
* Optional. A system-generated fingerprint for this version of the resource. May be used to
508508
* detect modification conflict during updates.
509509
* @param etag etag or {@code null} for none
510510
*/

clients/google-api-services-run/v2/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-run</artifactId>
11-
<version>v2-rev20250712-2.0.0</version>
12-
<name>Cloud Run Admin API v2-rev20250712-2.0.0</name>
11+
<version>v2-rev20250718-2.0.0</version>
12+
<name>Cloud Run Admin API v2-rev20250718-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-run/v2/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-run</artifactId>
25-
<version>v2-rev20250712-2.0.0</version>
25+
<version>v2-rev20250718-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-run:v2-rev20250712-2.0.0'
38+
implementation 'com.google.apis:google-api-services-run:v2-rev20250718-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)