Skip to content

Commit bbeb310

Browse files
1 parent 9e515a0 commit bbeb310

File tree

4 files changed

+12
-12
lines changed

4 files changed

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

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public final class GoogleCloudRunV2Service extends com.google.api.client.json.Ge
141141
private java.lang.String etag;
142142

143143
/**
144-
* Output only. For a deleted resource, the time after which it will be permamently deleted.
144+
* Output only. For a deleted resource, the time after which it will be permanently deleted.
145145
* The value may be {@code null}.
146146
*/
147147
@com.google.api.client.util.Key
@@ -246,7 +246,7 @@ public final class GoogleCloudRunV2Service extends com.google.api.client.json.Ge
246246
* it into the desired state. When a new Service is created, or an existing one is updated, Cloud
247247
* Run will asynchronously perform all necessary steps to bring the Service to the desired serving
248248
* state. This process is called reconciliation. While reconciliation is in process,
249-
* `observed_generation`, `latest_ready_revison`, `traffic_statuses`, and `uri` will have
249+
* `observed_generation`, `latest_ready_revision`, `traffic_statuses`, and `uri` will have
250250
* transient values that might mismatch the intended state: Once reconciliation is over (and this
251251
* field is false), there are two possible outcomes: reconciliation succeeded and the serving
252252
* state matches the Service, or there was an error, and reconciliation failed. This state can be
@@ -581,15 +581,15 @@ public GoogleCloudRunV2Service setEtag(java.lang.String etag) {
581581
}
582582

583583
/**
584-
* Output only. For a deleted resource, the time after which it will be permamently deleted.
584+
* Output only. For a deleted resource, the time after which it will be permanently deleted.
585585
* @return value or {@code null} for none
586586
*/
587587
public String getExpireTime() {
588588
return expireTime;
589589
}
590590

591591
/**
592-
* Output only. For a deleted resource, the time after which it will be permamently deleted.
592+
* Output only. For a deleted resource, the time after which it will be permanently deleted.
593593
* @param expireTime expireTime or {@code null} for none
594594
*/
595595
public GoogleCloudRunV2Service setExpireTime(String expireTime) {
@@ -820,7 +820,7 @@ public GoogleCloudRunV2Service setObservedGeneration(java.lang.Long observedGene
820820
* it into the desired state. When a new Service is created, or an existing one is updated, Cloud
821821
* Run will asynchronously perform all necessary steps to bring the Service to the desired serving
822822
* state. This process is called reconciliation. While reconciliation is in process,
823-
* `observed_generation`, `latest_ready_revison`, `traffic_statuses`, and `uri` will have
823+
* `observed_generation`, `latest_ready_revision`, `traffic_statuses`, and `uri` will have
824824
* transient values that might mismatch the intended state: Once reconciliation is over (and this
825825
* field is false), there are two possible outcomes: reconciliation succeeded and the serving
826826
* state matches the Service, or there was an error, and reconciliation failed. This state can be
@@ -841,7 +841,7 @@ public java.lang.Boolean getReconciling() {
841841
* it into the desired state. When a new Service is created, or an existing one is updated, Cloud
842842
* Run will asynchronously perform all necessary steps to bring the Service to the desired serving
843843
* state. This process is called reconciliation. While reconciliation is in process,
844-
* `observed_generation`, `latest_ready_revison`, `traffic_statuses`, and `uri` will have
844+
* `observed_generation`, `latest_ready_revision`, `traffic_statuses`, and `uri` will have
845845
* transient values that might mismatch the intended state: Once reconciliation is over (and this
846846
* field is false), there are two possible outcomes: reconciliation succeeded and the serving
847847
* state matches the Service, or there was an error, and reconciliation failed. This state can be

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-rev20250117-2.0.0</version>
12-
<name>Cloud Run Admin API v2-rev20250117-2.0.0</name>
11+
<version>v2-rev20250124-2.0.0</version>
12+
<name>Cloud Run Admin API v2-rev20250124-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-rev20250117-2.0.0</version>
25+
<version>v2-rev20250124-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-rev20250117-2.0.0'
38+
implementation 'com.google.apis:google-api-services-run:v2-rev20250124-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)