Skip to content

Commit 3df959c

Browse files
1 parent 7d13685 commit 3df959c

24 files changed

+378
-18
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-rev20251004-2.0.0</version>
25+
<version>v1-rev20251030-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-rev20251004-2.0.0'
38+
implementation 'com.google.apis:google-api-services-containeranalysis:v1-rev20251030-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@
3030
@SuppressWarnings("javadoc")
3131
public final class ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage extends com.google.api.client.json.GenericJson {
3232

33+
/**
34+
* Output only. Path to the artifact in Artifact Registry.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String artifactRegistryPackage;
39+
3340
/**
3441
* Docker Registry 2.0 digest.
3542
* The value may be {@code null}.
@@ -52,6 +59,23 @@ public final class ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage extends
5259
@com.google.api.client.util.Key
5360
private ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan pushTiming;
5461

62+
/**
63+
* Output only. Path to the artifact in Artifact Registry.
64+
* @return value or {@code null} for none
65+
*/
66+
public java.lang.String getArtifactRegistryPackage() {
67+
return artifactRegistryPackage;
68+
}
69+
70+
/**
71+
* Output only. Path to the artifact in Artifact Registry.
72+
* @param artifactRegistryPackage artifactRegistryPackage or {@code null} for none
73+
*/
74+
public ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage setArtifactRegistryPackage(java.lang.String artifactRegistryPackage) {
75+
this.artifactRegistryPackage = artifactRegistryPackage;
76+
return this;
77+
}
78+
5579
/**
5680
* Docker Registry 2.0 digest.
5781
* @return value or {@code null} for none

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@
3030
@SuppressWarnings("javadoc")
3131
public final class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule extends com.google.api.client.json.GenericJson {
3232

33+
/**
34+
* Output only. Path to the artifact in Artifact Registry.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String artifactRegistryPackage;
39+
3340
/**
3441
* Hash types and values of the Go Module Artifact.
3542
* The value may be {@code null}.
@@ -51,6 +58,23 @@ public final class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule e
5158
@com.google.api.client.util.Key
5259
private java.lang.String uri;
5360

61+
/**
62+
* Output only. Path to the artifact in Artifact Registry.
63+
* @return value or {@code null} for none
64+
*/
65+
public java.lang.String getArtifactRegistryPackage() {
66+
return artifactRegistryPackage;
67+
}
68+
69+
/**
70+
* Output only. Path to the artifact in Artifact Registry.
71+
* @param artifactRegistryPackage artifactRegistryPackage or {@code null} for none
72+
*/
73+
public ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule setArtifactRegistryPackage(java.lang.String artifactRegistryPackage) {
74+
this.artifactRegistryPackage = artifactRegistryPackage;
75+
return this;
76+
}
77+
5478
/**
5579
* Hash types and values of the Go Module Artifact.
5680
* @return value or {@code null} for none

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@
3030
@SuppressWarnings("javadoc")
3131
public final class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact extends com.google.api.client.json.GenericJson {
3232

33+
/**
34+
* Output only. Path to the artifact in Artifact Registry.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String artifactRegistryPackage;
39+
3340
/**
3441
* Hash types and values of the Maven Artifact.
3542
* The value may be {@code null}.
@@ -51,6 +58,23 @@ public final class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtif
5158
@com.google.api.client.util.Key
5259
private java.lang.String uri;
5360

61+
/**
62+
* Output only. Path to the artifact in Artifact Registry.
63+
* @return value or {@code null} for none
64+
*/
65+
public java.lang.String getArtifactRegistryPackage() {
66+
return artifactRegistryPackage;
67+
}
68+
69+
/**
70+
* Output only. Path to the artifact in Artifact Registry.
71+
* @param artifactRegistryPackage artifactRegistryPackage or {@code null} for none
72+
*/
73+
public ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact setArtifactRegistryPackage(java.lang.String artifactRegistryPackage) {
74+
this.artifactRegistryPackage = artifactRegistryPackage;
75+
return this;
76+
}
77+
5478
/**
5579
* Hash types and values of the Maven Artifact.
5680
* @return value or {@code null} for none

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@
3030
@SuppressWarnings("javadoc")
3131
public final class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage extends com.google.api.client.json.GenericJson {
3232

33+
/**
34+
* Output only. Path to the artifact in Artifact Registry.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String artifactRegistryPackage;
39+
3340
/**
3441
* Hash types and values of the npm package.
3542
* The value may be {@code null}.
@@ -51,6 +58,23 @@ public final class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage
5158
@com.google.api.client.util.Key
5259
private java.lang.String uri;
5360

61+
/**
62+
* Output only. Path to the artifact in Artifact Registry.
63+
* @return value or {@code null} for none
64+
*/
65+
public java.lang.String getArtifactRegistryPackage() {
66+
return artifactRegistryPackage;
67+
}
68+
69+
/**
70+
* Output only. Path to the artifact in Artifact Registry.
71+
* @param artifactRegistryPackage artifactRegistryPackage or {@code null} for none
72+
*/
73+
public ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage setArtifactRegistryPackage(java.lang.String artifactRegistryPackage) {
74+
this.artifactRegistryPackage = artifactRegistryPackage;
75+
return this;
76+
}
77+
5478
/**
5579
* Hash types and values of the npm package.
5680
* @return value or {@code null} for none

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@
3030
@SuppressWarnings("javadoc")
3131
public final class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage extends com.google.api.client.json.GenericJson {
3232

33+
/**
34+
* Output only. Path to the artifact in Artifact Registry.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String artifactRegistryPackage;
39+
3340
/**
3441
* Hash types and values of the Python Artifact.
3542
* The value may be {@code null}.
@@ -51,6 +58,23 @@ public final class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPack
5158
@com.google.api.client.util.Key
5259
private java.lang.String uri;
5360

61+
/**
62+
* Output only. Path to the artifact in Artifact Registry.
63+
* @return value or {@code null} for none
64+
*/
65+
public java.lang.String getArtifactRegistryPackage() {
66+
return artifactRegistryPackage;
67+
}
68+
69+
/**
70+
* Output only. Path to the artifact in Artifact Registry.
71+
* @param artifactRegistryPackage artifactRegistryPackage or {@code null} for none
72+
*/
73+
public ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage setArtifactRegistryPackage(java.lang.String artifactRegistryPackage) {
74+
this.artifactRegistryPackage = artifactRegistryPackage;
75+
return this;
76+
}
77+
5478
/**
5579
* Hash types and values of the Python Artifact.
5680
* @return value or {@code null} for none

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-rev20251004-2.0.0</version>
12-
<name>Container Analysis API v1-rev20251004-2.0.0</name>
11+
<version>v1-rev20251030-2.0.0</version>
12+
<name>Container Analysis API v1-rev20251030-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-rev20251004-2.0.0</version>
25+
<version>v1-rev20251030-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-rev20251004-2.0.0'
38+
implementation 'com.google.apis:google-api-services-containeranalysis:v1-rev20251030-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-rev20250928-2.0.0</version>
25+
<version>v1alpha1-rev20251030-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-rev20250928-2.0.0'
38+
implementation 'com.google.apis:google-api-services-containeranalysis:v1alpha1-rev20251030-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@
3030
@SuppressWarnings("javadoc")
3131
public final class ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage extends com.google.api.client.json.GenericJson {
3232

33+
/**
34+
* Output only. Path to the artifact in Artifact Registry.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String artifactRegistryPackage;
39+
3340
/**
3441
* Docker Registry 2.0 digest.
3542
* The value may be {@code null}.
@@ -52,6 +59,23 @@ public final class ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage extends
5259
@com.google.api.client.util.Key
5360
private ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan pushTiming;
5461

62+
/**
63+
* Output only. Path to the artifact in Artifact Registry.
64+
* @return value or {@code null} for none
65+
*/
66+
public java.lang.String getArtifactRegistryPackage() {
67+
return artifactRegistryPackage;
68+
}
69+
70+
/**
71+
* Output only. Path to the artifact in Artifact Registry.
72+
* @param artifactRegistryPackage artifactRegistryPackage or {@code null} for none
73+
*/
74+
public ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage setArtifactRegistryPackage(java.lang.String artifactRegistryPackage) {
75+
this.artifactRegistryPackage = artifactRegistryPackage;
76+
return this;
77+
}
78+
5579
/**
5680
* Docker Registry 2.0 digest.
5781
* @return value or {@code null} for none

0 commit comments

Comments
 (0)