Skip to content

Commit 4db140b

Browse files
1 parent 069fb53 commit 4db140b

File tree

8 files changed

+18
-45
lines changed

8 files changed

+18
-45
lines changed

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

clients/google-api-services-run/v1/2.0.0/com/google/api/services/run/v1/CloudRun.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7421,22 +7421,22 @@ public List setName(java.lang.String name) {
74217421
}
74227422

74237423
/**
7424-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which
7425-
* is primarily intended for internal usage.
7424+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
7425+
* documented otherwise. This is primarily for internal usage.
74267426
*/
74277427
@com.google.api.client.util.Key
74287428
private java.util.List<java.lang.String> extraLocationTypes;
74297429

7430-
/** Optional. Unless explicitly documented otherwise, don't use this unsupported field which is
7431-
primarily intended for internal usage.
7430+
/** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
7431+
otherwise. This is primarily for internal usage.
74327432
*/
74337433
public java.util.List<java.lang.String> getExtraLocationTypes() {
74347434
return extraLocationTypes;
74357435
}
74367436

74377437
/**
7438-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which
7439-
* is primarily intended for internal usage.
7438+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
7439+
* documented otherwise. This is primarily for internal usage.
74407440
*/
74417441
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
74427442
this.extraLocationTypes = extraLocationTypes;

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

1515
<inceptionYear>2011</inceptionYear>

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

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

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

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -114,14 +114,6 @@ public final class GoogleCloudRunV2Container extends com.google.api.client.json.
114114
@com.google.api.client.util.Key
115115
private GoogleCloudRunV2ResourceRequirements resources;
116116

117-
/**
118-
* Optional. Location of the source .tar.gz file in Cloud Storage. examples: -
119-
* gs://bucket/object.tar.gz. - gs://bucket/object.tar.gz#1234567890 (with object generation)
120-
* The value may be {@code null}.
121-
*/
122-
@com.google.api.client.util.Key
123-
private java.lang.String source;
124-
125117
/**
126118
* Startup probe of application within the container. All other probes are disabled if a startup
127119
* probe is provided, until it succeeds. Container will not be added to service endpoints if the
@@ -345,25 +337,6 @@ public GoogleCloudRunV2Container setResources(GoogleCloudRunV2ResourceRequiremen
345337
return this;
346338
}
347339

348-
/**
349-
* Optional. Location of the source .tar.gz file in Cloud Storage. examples: -
350-
* gs://bucket/object.tar.gz. - gs://bucket/object.tar.gz#1234567890 (with object generation)
351-
* @return value or {@code null} for none
352-
*/
353-
public java.lang.String getSource() {
354-
return source;
355-
}
356-
357-
/**
358-
* Optional. Location of the source .tar.gz file in Cloud Storage. examples: -
359-
* gs://bucket/object.tar.gz. - gs://bucket/object.tar.gz#1234567890 (with object generation)
360-
* @param source source or {@code null} for none
361-
*/
362-
public GoogleCloudRunV2Container setSource(java.lang.String source) {
363-
this.source = source;
364-
return this;
365-
}
366-
367340
/**
368341
* Startup probe of application within the container. All other probes are disabled if a startup
369342
* probe is provided, until it succeeds. Container will not be added to service endpoints if the

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

0 commit comments

Comments
 (0)