Skip to content

Commit 5f9bb7e

Browse files
1 parent cb6103e commit 5f9bb7e

File tree

8 files changed

+23
-373
lines changed

8 files changed

+23
-373
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-rev20250307-2.0.0</version>
25+
<version>v1-rev20250309-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-rev20250307-2.0.0'
38+
implementation 'com.google.apis:google-api-services-run:v1-rev20250309-2.0.0'
3939
}
4040
```
4141

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

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

Lines changed: 5 additions & 349 deletions
Large diffs are not rendered by default.

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

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030
public final class UtilStatusProto extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* The canonical error code (see codes.proto) that most closely corresponds to this status. This
34-
* may be missing, and in the common case of the generic space, it definitely will be.
3533
* copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional int32 canonical_code
3634
* = 6;
3735
* The value may be {@code null}.
@@ -66,16 +64,14 @@ public final class UtilStatusProto extends com.google.api.client.json.GenericJso
6664
private Proto2BridgeMessageSet messageSet;
6765

6866
/**
69-
* The following are usually only present when code != 0 Space to which this status belongs
70-
* copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional string space = 2;
67+
* copybara:strip_begin(b/383363683) Space to which this status belongs
68+
* copybara:strip_end_and_replace optional string space = 2; // Space to which this status belongs
7169
* The value may be {@code null}.
7270
*/
7371
@com.google.api.client.util.Key
7472
private java.lang.String space;
7573

7674
/**
77-
* The canonical error code (see codes.proto) that most closely corresponds to this status. This
78-
* may be missing, and in the common case of the generic space, it definitely will be.
7975
* copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional int32 canonical_code
8076
* = 6;
8177
* @return value or {@code null} for none
@@ -85,8 +81,6 @@ public java.lang.Integer getCanonicalCode() {
8581
}
8682

8783
/**
88-
* The canonical error code (see codes.proto) that most closely corresponds to this status. This
89-
* may be missing, and in the common case of the generic space, it definitely will be.
9084
* copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional int32 canonical_code
9185
* = 6;
9286
* @param canonicalCode canonicalCode or {@code null} for none
@@ -158,17 +152,17 @@ public UtilStatusProto setMessageSet(Proto2BridgeMessageSet messageSet) {
158152
}
159153

160154
/**
161-
* The following are usually only present when code != 0 Space to which this status belongs
162-
* copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional string space = 2;
155+
* copybara:strip_begin(b/383363683) Space to which this status belongs
156+
* copybara:strip_end_and_replace optional string space = 2; // Space to which this status belongs
163157
* @return value or {@code null} for none
164158
*/
165159
public java.lang.String getSpace() {
166160
return space;
167161
}
168162

169163
/**
170-
* The following are usually only present when code != 0 Space to which this status belongs
171-
* copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional string space = 2;
164+
* copybara:strip_begin(b/383363683) Space to which this status belongs
165+
* copybara:strip_end_and_replace optional string space = 2; // Space to which this status belongs
172166
* @param space space or {@code null} for none
173167
*/
174168
public UtilStatusProto setSpace(java.lang.String space) {

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

0 commit comments

Comments
 (0)