Skip to content

Commit 4b51358

Browse files
1 parent 05f81e9 commit 4b51358

11 files changed

Lines changed: 254 additions & 20 deletions

File tree

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

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,13 @@ public final class BuildStep extends com.google.api.client.json.GenericJson {
131131
@com.google.api.client.util.Key
132132
private TimeSpan pullTiming;
133133

134+
/**
135+
* Declaration of results for this build step.
136+
* The value may be {@code null}.
137+
*/
138+
@com.google.api.client.util.Key
139+
private java.util.List<StepResult> results;
140+
134141
/**
135142
* A shell script to be executed in the step. When script is provided, the user cannot specify the
136143
* entrypoint or args.
@@ -427,6 +434,23 @@ public BuildStep setPullTiming(TimeSpan pullTiming) {
427434
return this;
428435
}
429436

437+
/**
438+
* Declaration of results for this build step.
439+
* @return value or {@code null} for none
440+
*/
441+
public java.util.List<StepResult> getResults() {
442+
return results;
443+
}
444+
445+
/**
446+
* Declaration of results for this build step.
447+
* @param results results or {@code null} for none
448+
*/
449+
public BuildStep setResults(java.util.List<StepResult> results) {
450+
this.results = results;
451+
return this;
452+
}
453+
430454
/**
431455
* A shell script to be executed in the step. When script is provided, the user cannot specify the
432456
* entrypoint or args.
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.cloudbuild.v1.model;
18+
19+
/**
20+
* Results for a build step.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Cloud Build API. For a detailed explanation see:
24+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
25+
* </p>
26+
*
27+
* @author Google, Inc.
28+
*/
29+
@SuppressWarnings("javadoc")
30+
public final class BuildStepResults extends com.google.api.client.json.GenericJson {
31+
32+
/**
33+
* Results for a build step.
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private java.util.Map<String, java.lang.String> results;
38+
39+
/**
40+
* Results for a build step.
41+
* @return value or {@code null} for none
42+
*/
43+
public java.util.Map<String, java.lang.String> getResults() {
44+
return results;
45+
}
46+
47+
/**
48+
* Results for a build step.
49+
* @param results results or {@code null} for none
50+
*/
51+
public BuildStepResults setResults(java.util.Map<String, java.lang.String> results) {
52+
this.results = results;
53+
return this;
54+
}
55+
56+
@Override
57+
public BuildStepResults set(String fieldName, Object value) {
58+
return (BuildStepResults) super.set(fieldName, value);
59+
}
60+
61+
@Override
62+
public BuildStepResults clone() {
63+
return (BuildStepResults) super.clone();
64+
}
65+
66+
}

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,19 @@ public final class Results extends com.google.api.client.json.GenericJson {
6161
@com.google.api.client.util.Key
6262
private java.util.List<java.lang.String> buildStepOutputs;
6363

64+
/**
65+
* Results for build steps. step_id ->
66+
* The value may be {@code null}.
67+
*/
68+
@com.google.api.client.util.Key
69+
private java.util.Map<String, BuildStepResults> buildStepResults;
70+
71+
static {
72+
// hack to force ProGuard to consider BuildStepResults used, since otherwise it would be stripped out
73+
// see https://github.com/google/google-api-java-client/issues/543
74+
com.google.api.client.util.Data.nullOf(BuildStepResults.class);
75+
}
76+
6477
/**
6578
* Output only. Generic artifacts uploaded to Artifact Registry at the end of the build.
6679
* The value may be {@code null}.
@@ -193,6 +206,23 @@ public Results setBuildStepOutputs(java.util.List<java.lang.String> buildStepOut
193206
return this;
194207
}
195208

209+
/**
210+
* Results for build steps. step_id ->
211+
* @return value or {@code null} for none
212+
*/
213+
public java.util.Map<String, BuildStepResults> getBuildStepResults() {
214+
return buildStepResults;
215+
}
216+
217+
/**
218+
* Results for build steps. step_id ->
219+
* @param buildStepResults buildStepResults or {@code null} for none
220+
*/
221+
public Results setBuildStepResults(java.util.Map<String, BuildStepResults> buildStepResults) {
222+
this.buildStepResults = buildStepResults;
223+
return this;
224+
}
225+
196226
/**
197227
* Output only. Generic artifacts uploaded to Artifact Registry at the end of the build.
198228
* @return value or {@code null} for none
Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.cloudbuild.v1.model;
18+
19+
/**
20+
* StepResult is the declaration of a result for a build step.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Cloud Build API. For a detailed explanation see:
24+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
25+
* </p>
26+
*
27+
* @author Google, Inc.
28+
*/
29+
@SuppressWarnings("javadoc")
30+
public final class StepResult extends com.google.api.client.json.GenericJson {
31+
32+
/**
33+
* Optional. The content of the attestation to be generated.
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private java.lang.String attestationContent;
38+
39+
/**
40+
* Optional. The type of attestation to be generated.
41+
* The value may be {@code null}.
42+
*/
43+
@com.google.api.client.util.Key
44+
private java.lang.String attestationType;
45+
46+
/**
47+
* Required. The name of the result.
48+
* The value may be {@code null}.
49+
*/
50+
@com.google.api.client.util.Key
51+
private java.lang.String name;
52+
53+
/**
54+
* Optional. The content of the attestation to be generated.
55+
* @return value or {@code null} for none
56+
*/
57+
public java.lang.String getAttestationContent() {
58+
return attestationContent;
59+
}
60+
61+
/**
62+
* Optional. The content of the attestation to be generated.
63+
* @param attestationContent attestationContent or {@code null} for none
64+
*/
65+
public StepResult setAttestationContent(java.lang.String attestationContent) {
66+
this.attestationContent = attestationContent;
67+
return this;
68+
}
69+
70+
/**
71+
* Optional. The type of attestation to be generated.
72+
* @return value or {@code null} for none
73+
*/
74+
public java.lang.String getAttestationType() {
75+
return attestationType;
76+
}
77+
78+
/**
79+
* Optional. The type of attestation to be generated.
80+
* @param attestationType attestationType or {@code null} for none
81+
*/
82+
public StepResult setAttestationType(java.lang.String attestationType) {
83+
this.attestationType = attestationType;
84+
return this;
85+
}
86+
87+
/**
88+
* Required. The name of the result.
89+
* @return value or {@code null} for none
90+
*/
91+
public java.lang.String getName() {
92+
return name;
93+
}
94+
95+
/**
96+
* Required. The name of the result.
97+
* @param name name or {@code null} for none
98+
*/
99+
public StepResult setName(java.lang.String name) {
100+
this.name = name;
101+
return this;
102+
}
103+
104+
@Override
105+
public StepResult set(String fieldName, Object value) {
106+
return (StepResult) super.set(fieldName, value);
107+
}
108+
109+
@Override
110+
public StepResult clone() {
111+
return (StepResult) super.clone();
112+
}
113+
114+
}

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-rev20260323-2.0.0</version>
12-
<name>Cloud Build API v1-rev20260323-2.0.0</name>
11+
<version>v1-rev20260511-2.0.0</version>
12+
<name>Cloud Build API v1-rev20260511-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-rev20260323-2.0.0</version>
25+
<version>v1-rev20260511-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-rev20260323-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudbuild:v1-rev20260511-2.0.0'
3939
}
4040
```
4141

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

clients/google-api-services-cloudbuild/v2/2.0.0/com/google/api/services/cloudbuild/v2/CloudBuild.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ public Get set(String parameterName, Object value) {
313313
}
314314
/**
315315
* Lists information about the supported locations for this service. This method lists locations
316-
* based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global
316+
* based on the resource scope provided in the ListLocationsRequest.name field: * **Global
317317
* locations**: If `name` is empty, the method lists the public locations available to all projects.
318318
* * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method
319319
* lists locations visible to that specific project. This includes public, private, or other
@@ -344,7 +344,7 @@ public class List extends CloudBuildRequest<com.google.api.services.cloudbuild.v
344344

345345
/**
346346
* Lists information about the supported locations for this service. This method lists locations
347-
* based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global
347+
* based on the resource scope provided in the ListLocationsRequest.name field: * **Global
348348
* locations**: If `name` is empty, the method lists the public locations available to all
349349
* projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`,
350350
* the method lists locations visible to that specific project. This includes public, private, or
@@ -460,22 +460,22 @@ public List setName(java.lang.String name) {
460460
}
461461

462462
/**
463-
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
464-
* documented otherwise. This is primarily for internal usage.
463+
* Optional. Do not use this field unless explicitly documented otherwise. This is primarily
464+
* for internal usage.
465465
*/
466466
@com.google.api.client.util.Key
467467
private java.util.List<java.lang.String> extraLocationTypes;
468468

469-
/** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
470-
otherwise. This is primarily for internal usage.
469+
/** Optional. Do not use this field unless explicitly documented otherwise. This is primarily for
470+
internal usage.
471471
*/
472472
public java.util.List<java.lang.String> getExtraLocationTypes() {
473473
return extraLocationTypes;
474474
}
475475

476476
/**
477-
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
478-
* documented otherwise. This is primarily for internal usage.
477+
* Optional. Do not use this field unless explicitly documented otherwise. This is primarily
478+
* for internal usage.
479479
*/
480480
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
481481
this.extraLocationTypes = extraLocationTypes;

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

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)