Skip to content

Commit 3d751dc

Browse files
1 parent f829ac3 commit 3d751dc

File tree

8 files changed

+126
-6
lines changed

8 files changed

+126
-6
lines changed

clients/google-api-services-cloudbuild/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-cloudbuild</artifactId>
25-
<version>v1-rev20250930-2.0.0</version>
25+
<version>v1-rev20251111-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-cloudbuild:v1-rev20250930-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudbuild:v1-rev20251111-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-cloudbuild/v1/2.0.0/com/google/api/services/cloudbuild/v1/model/BuiltImage.java

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

32+
/**
33+
* Output only. Path to the artifact in Artifact Registry.
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private java.lang.String artifactRegistryPackage;
38+
3239
/**
3340
* Docker Registry 2.0 digest.
3441
* The value may be {@code null}.
@@ -51,6 +58,23 @@ public final class BuiltImage extends com.google.api.client.json.GenericJson {
5158
@com.google.api.client.util.Key
5259
private TimeSpan pushTiming;
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 BuiltImage setArtifactRegistryPackage(java.lang.String artifactRegistryPackage) {
74+
this.artifactRegistryPackage = artifactRegistryPackage;
75+
return this;
76+
}
77+
5478
/**
5579
* Docker Registry 2.0 digest.
5680
* @return value or {@code null} for none

clients/google-api-services-cloudbuild/v1/2.0.0/com/google/api/services/cloudbuild/v1/model/UploadedGoModule.java

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

32+
/**
33+
* Output only. Path to the artifact in Artifact Registry.
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private java.lang.String artifactRegistryPackage;
38+
3239
/**
3340
* Hash types and values of the Go Module Artifact.
3441
* The value may be {@code null}.
@@ -50,6 +57,23 @@ public final class UploadedGoModule extends com.google.api.client.json.GenericJs
5057
@com.google.api.client.util.Key
5158
private java.lang.String uri;
5259

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

clients/google-api-services-cloudbuild/v1/2.0.0/com/google/api/services/cloudbuild/v1/model/UploadedMavenArtifact.java

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

32+
/**
33+
* Output only. Path to the artifact in Artifact Registry.
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private java.lang.String artifactRegistryPackage;
38+
3239
/**
3340
* Hash types and values of the Maven Artifact.
3441
* The value may be {@code null}.
@@ -50,6 +57,23 @@ public final class UploadedMavenArtifact extends com.google.api.client.json.Gene
5057
@com.google.api.client.util.Key
5158
private java.lang.String uri;
5259

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

clients/google-api-services-cloudbuild/v1/2.0.0/com/google/api/services/cloudbuild/v1/model/UploadedNpmPackage.java

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

32+
/**
33+
* Output only. Path to the artifact in Artifact Registry.
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private java.lang.String artifactRegistryPackage;
38+
3239
/**
3340
* Hash types and values of the npm package.
3441
* The value may be {@code null}.
@@ -50,6 +57,23 @@ public final class UploadedNpmPackage extends com.google.api.client.json.Generic
5057
@com.google.api.client.util.Key
5158
private java.lang.String uri;
5259

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

clients/google-api-services-cloudbuild/v1/2.0.0/com/google/api/services/cloudbuild/v1/model/UploadedPythonPackage.java

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

32+
/**
33+
* Output only. Path to the artifact in Artifact Registry.
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private java.lang.String artifactRegistryPackage;
38+
3239
/**
3340
* Hash types and values of the Python Artifact.
3441
* The value may be {@code null}.
@@ -50,6 +57,23 @@ public final class UploadedPythonPackage extends com.google.api.client.json.Gene
5057
@com.google.api.client.util.Key
5158
private java.lang.String uri;
5259

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

clients/google-api-services-cloudbuild/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-cloudbuild</artifactId>
11-
<version>v1-rev20250930-2.0.0</version>
12-
<name>Cloud Build API v1-rev20250930-2.0.0</name>
11+
<version>v1-rev20251111-2.0.0</version>
12+
<name>Cloud Build API v1-rev20251111-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-cloudbuild/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-cloudbuild</artifactId>
25-
<version>v1-rev20250930-2.0.0</version>
25+
<version>v1-rev20251111-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-cloudbuild:v1-rev20250930-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudbuild:v1-rev20251111-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)