Skip to content

Commit 3fe8a85

Browse files
1 parent 7f1445b commit 3fe8a85

File tree

12 files changed

+45
-45
lines changed

12 files changed

+45
-45
lines changed

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

clients/google-api-services-containeranalysis/v1/2.0.0/com/google/api/services/containeranalysis/v1/model/ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsMavenArtifact.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ public final class ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsMavenArti
4545
private java.lang.String groupId;
4646

4747
/**
48-
* Path to an artifact in the build's workspace to be uploaded to Artifact Registry. This can be
49-
* either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a relative
50-
* path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
48+
* Optional. Path to an artifact in the build's workspace to be uploaded to Artifact Registry.
49+
* This can be either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a
50+
* relative path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
5151
* The value may be {@code null}.
5252
*/
5353
@com.google.api.client.util.Key
@@ -104,19 +104,19 @@ public ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsMavenArtifact setGrou
104104
}
105105

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

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

clients/google-api-services-containeranalysis/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-containeranalysis</artifactId>
11-
<version>v1-rev20250411-2.0.0</version>
12-
<name>Container Analysis API v1-rev20250411-2.0.0</name>
11+
<version>v1-rev20250425-2.0.0</version>
12+
<name>Container Analysis API v1-rev20250425-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

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

clients/google-api-services-containeranalysis/v1alpha1/2.0.0/com/google/api/services/containeranalysis/v1alpha1/model/ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsMavenArtifact.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ public final class ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsMavenArti
4545
private java.lang.String groupId;
4646

4747
/**
48-
* Path to an artifact in the build's workspace to be uploaded to Artifact Registry. This can be
49-
* either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a relative
50-
* path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
48+
* Optional. Path to an artifact in the build's workspace to be uploaded to Artifact Registry.
49+
* This can be either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a
50+
* relative path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
5151
* The value may be {@code null}.
5252
*/
5353
@com.google.api.client.util.Key
@@ -104,19 +104,19 @@ public ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsMavenArtifact setGrou
104104
}
105105

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

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

clients/google-api-services-containeranalysis/v1alpha1/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-containeranalysis</artifactId>
11-
<version>v1alpha1-rev20250411-2.0.0</version>
12-
<name>Container Analysis API v1alpha1-rev20250411-2.0.0</name>
11+
<version>v1alpha1-rev20250425-2.0.0</version>
12+
<name>Container Analysis API v1alpha1-rev20250425-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

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

clients/google-api-services-containeranalysis/v1beta1/2.0.0/com/google/api/services/containeranalysis/v1beta1/model/ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsMavenArtifact.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ public final class ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsMavenArti
4545
private java.lang.String groupId;
4646

4747
/**
48-
* Path to an artifact in the build's workspace to be uploaded to Artifact Registry. This can be
49-
* either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a relative
50-
* path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
48+
* Optional. Path to an artifact in the build's workspace to be uploaded to Artifact Registry.
49+
* This can be either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a
50+
* relative path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
5151
* The value may be {@code null}.
5252
*/
5353
@com.google.api.client.util.Key
@@ -104,19 +104,19 @@ public ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsMavenArtifact setGrou
104104
}
105105

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

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

0 commit comments

Comments
 (0)