Skip to content

Commit 3793aca

Browse files
1 parent c3c772b commit 3793aca

File tree

5 files changed

+33
-9
lines changed

5 files changed

+33
-9
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-rev20250124-2.0.0</version>
25+
<version>v2-rev20250131-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-rev20250124-2.0.0'
38+
implementation 'com.google.apis:google-api-services-run:v2-rev20250131-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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public final class GoogleCloudRunV2Container extends com.google.api.client.json.
3939
private java.util.List<java.lang.String> args;
4040

4141
/**
42-
* Base image for this container. Only supported for services. If set. it indicates that the
42+
* Base image for this container. Only supported for services. If set, it indicates that the
4343
* service is enrolled into automatic base image update.
4444
* The value may be {@code null}.
4545
*/
@@ -156,7 +156,7 @@ public GoogleCloudRunV2Container setArgs(java.util.List<java.lang.String> args)
156156
}
157157

158158
/**
159-
* Base image for this container. Only supported for services. If set. it indicates that the
159+
* Base image for this container. Only supported for services. If set, it indicates that the
160160
* service is enrolled into automatic base image update.
161161
* @return value or {@code null} for none
162162
*/
@@ -165,7 +165,7 @@ public java.lang.String getBaseImageUri() {
165165
}
166166

167167
/**
168-
* Base image for this container. Only supported for services. If set. it indicates that the
168+
* Base image for this container. Only supported for services. If set, it indicates that the
169169
* service is enrolled into automatic base image update.
170170
* @param baseImageUri baseImageUri or {@code null} for none
171171
*/

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,13 @@ public final class GoogleDevtoolsCloudbuildV1BuildOptions extends com.google.api
111111
@com.google.api.client.util.Key
112112
private GoogleDevtoolsCloudbuildV1PoolOption pool;
113113

114+
/**
115+
* Optional. Option to specify the Pub/Sub topic to receive build status updates.
116+
* The value may be {@code null}.
117+
*/
118+
@com.google.api.client.util.Key
119+
private java.lang.String pubsubTopic;
120+
114121
/**
115122
* Requested verifiability options.
116123
* The value may be {@code null}.
@@ -355,6 +362,23 @@ public GoogleDevtoolsCloudbuildV1BuildOptions setPool(GoogleDevtoolsCloudbuildV1
355362
return this;
356363
}
357364

365+
/**
366+
* Optional. Option to specify the Pub/Sub topic to receive build status updates.
367+
* @return value or {@code null} for none
368+
*/
369+
public java.lang.String getPubsubTopic() {
370+
return pubsubTopic;
371+
}
372+
373+
/**
374+
* Optional. Option to specify the Pub/Sub topic to receive build status updates.
375+
* @param pubsubTopic pubsubTopic or {@code null} for none
376+
*/
377+
public GoogleDevtoolsCloudbuildV1BuildOptions setPubsubTopic(java.lang.String pubsubTopic) {
378+
this.pubsubTopic = pubsubTopic;
379+
return this;
380+
}
381+
358382
/**
359383
* Requested verifiability options.
360384
* @return value or {@code null} for none

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

0 commit comments

Comments
 (0)