Skip to content

Commit d3adada

Browse files
1 parent 6c7bacf commit d3adada

File tree

8 files changed

+30
-30
lines changed

8 files changed

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

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ public final class GoogleDevtoolsCloudbuildV1MavenArtifact extends com.google.ap
4444
private java.lang.String groupId;
4545

4646
/**
47-
* Path to an artifact in the build's workspace to be uploaded to Artifact Registry. This can be
48-
* either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a relative
49-
* path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
47+
* Optional. Path to an artifact in the build's workspace to be uploaded to Artifact Registry.
48+
* This can be either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a
49+
* relative path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
5050
* The value may be {@code null}.
5151
*/
5252
@com.google.api.client.util.Key
@@ -103,19 +103,19 @@ public GoogleDevtoolsCloudbuildV1MavenArtifact setGroupId(java.lang.String group
103103
}
104104

105105
/**
106-
* Path to an artifact in the build's workspace to be uploaded to Artifact Registry. This can be
107-
* either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a relative
108-
* path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
106+
* Optional. Path to an artifact in the build's workspace to be uploaded to Artifact Registry.
107+
* This can be either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a
108+
* relative path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
109109
* @return value or {@code null} for none
110110
*/
111111
public java.lang.String getPath() {
112112
return path;
113113
}
114114

115115
/**
116-
* Path to an artifact in the build's workspace to be uploaded to Artifact Registry. This can be
117-
* either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a relative
118-
* path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
116+
* Optional. Path to an artifact in the build's workspace to be uploaded to Artifact Registry.
117+
* This can be either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a
118+
* relative path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
119119
* @param path path or {@code null} for none
120120
*/
121121
public GoogleDevtoolsCloudbuildV1MavenArtifact setPath(java.lang.String path) {

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

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ public final class GoogleDevtoolsCloudbuildV1MavenArtifact extends com.google.ap
4444
private java.lang.String groupId;
4545

4646
/**
47-
* Path to an artifact in the build's workspace to be uploaded to Artifact Registry. This can be
48-
* either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a relative
49-
* path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
47+
* Optional. Path to an artifact in the build's workspace to be uploaded to Artifact Registry.
48+
* This can be either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a
49+
* relative path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
5050
* The value may be {@code null}.
5151
*/
5252
@com.google.api.client.util.Key
@@ -103,19 +103,19 @@ public GoogleDevtoolsCloudbuildV1MavenArtifact setGroupId(java.lang.String group
103103
}
104104

105105
/**
106-
* Path to an artifact in the build's workspace to be uploaded to Artifact Registry. This can be
107-
* either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a relative
108-
* path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
106+
* Optional. Path to an artifact in the build's workspace to be uploaded to Artifact Registry.
107+
* This can be either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a
108+
* relative path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
109109
* @return value or {@code null} for none
110110
*/
111111
public java.lang.String getPath() {
112112
return path;
113113
}
114114

115115
/**
116-
* Path to an artifact in the build's workspace to be uploaded to Artifact Registry. This can be
117-
* either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a relative
118-
* path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
116+
* Optional. Path to an artifact in the build's workspace to be uploaded to Artifact Registry.
117+
* This can be either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a
118+
* relative path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
119119
* @param path path or {@code null} for none
120120
*/
121121
public GoogleDevtoolsCloudbuildV1MavenArtifact setPath(java.lang.String path) {

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

0 commit comments

Comments
 (0)