Skip to content

Commit 73af4b9

Browse files
1 parent 93c8078 commit 73af4b9

File tree

6 files changed

+47
-19
lines changed

6 files changed

+47
-19
lines changed

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

clients/google-api-services-clouddeploy/v1/2.0.0/com/google/api/services/clouddeploy/v1/CloudDeploy.java

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10474,30 +10474,31 @@ public List setPageToken(java.lang.String pageToken) {
1047410474

1047510475
/**
1047610476
* When set to `true`, operations that are reachable are returned as normal, and those
10477-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
10478-
* This can only be `true` when reading across collections e.g. when `parent` is set to
10479-
* `"projects/example/locations/-"`. This field is not by default supported and will
10477+
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
10478+
* can only be `true` when reading across collections. For example, when `parent` is set
10479+
* to `"projects/example/locations/-"`. This field is not supported by default and will
1048010480
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
1048110481
* service or product specific documentation.
1048210482
*/
1048310483
@com.google.api.client.util.Key
1048410484
private java.lang.Boolean returnPartialSuccess;
1048510485

1048610486
/** When set to `true`, operations that are reachable are returned as normal, and those that are
10487-
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
10488-
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
10489-
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
10490-
explicitly documented otherwise in service or product specific documentation.
10487+
unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true`
10488+
when reading across collections. For example, when `parent` is set to
10489+
`"projects/example/locations/-"`. This field is not supported by default and will result in an
10490+
`UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific
10491+
documentation.
1049110492
*/
1049210493
public java.lang.Boolean getReturnPartialSuccess() {
1049310494
return returnPartialSuccess;
1049410495
}
1049510496

1049610497
/**
1049710498
* When set to `true`, operations that are reachable are returned as normal, and those
10498-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
10499-
* This can only be `true` when reading across collections e.g. when `parent` is set to
10500-
* `"projects/example/locations/-"`. This field is not by default supported and will
10499+
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
10500+
* can only be `true` when reading across collections. For example, when `parent` is set
10501+
* to `"projects/example/locations/-"`. This field is not supported by default and will
1050110502
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
1050210503
* service or product specific documentation.
1050310504
*/

clients/google-api-services-clouddeploy/v1/2.0.0/com/google/api/services/clouddeploy/v1/model/Config.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@ public final class Config extends com.google.api.client.json.GenericJson {
3737
@com.google.api.client.util.Key
3838
private java.lang.String defaultSkaffoldVersion;
3939

40+
/**
41+
* Output only. Default tool versions. These tool versions are assigned when a Release is created
42+
* without specifying tool versions.
43+
* The value may be {@code null}.
44+
*/
45+
@com.google.api.client.util.Key
46+
private ToolVersions defaultToolVersions;
47+
4048
/**
4149
* Name of the configuration.
4250
* The value may be {@code null}.
@@ -70,6 +78,25 @@ public Config setDefaultSkaffoldVersion(java.lang.String defaultSkaffoldVersion)
7078
return this;
7179
}
7280

81+
/**
82+
* Output only. Default tool versions. These tool versions are assigned when a Release is created
83+
* without specifying tool versions.
84+
* @return value or {@code null} for none
85+
*/
86+
public ToolVersions getDefaultToolVersions() {
87+
return defaultToolVersions;
88+
}
89+
90+
/**
91+
* Output only. Default tool versions. These tool versions are assigned when a Release is created
92+
* without specifying tool versions.
93+
* @param defaultToolVersions defaultToolVersions or {@code null} for none
94+
*/
95+
public Config setDefaultToolVersions(ToolVersions defaultToolVersions) {
96+
this.defaultToolVersions = defaultToolVersions;
97+
return this;
98+
}
99+
73100
/**
74101
* Name of the configuration.
75102
* @return value or {@code null} for none

clients/google-api-services-clouddeploy/v1/2.0.0/com/google/api/services/clouddeploy/v1/model/ListOperationsResponse.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public final class ListOperationsResponse extends com.google.api.client.json.Gen
4545

4646
/**
4747
* Unordered list. Unreachable resources. Populated when the request sets
48-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
48+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
4949
* attempting to list all resources across all supported locations.
5050
* The value may be {@code null}.
5151
*/
@@ -88,7 +88,7 @@ public ListOperationsResponse setOperations(java.util.List<Operation> operations
8888

8989
/**
9090
* Unordered list. Unreachable resources. Populated when the request sets
91-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
91+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
9292
* attempting to list all resources across all supported locations.
9393
* @return value or {@code null} for none
9494
*/
@@ -98,7 +98,7 @@ public java.util.List<java.lang.String> getUnreachable() {
9898

9999
/**
100100
* Unordered list. Unreachable resources. Populated when the request sets
101-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
101+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
102102
* attempting to list all resources across all supported locations.
103103
* @param unreachable unreachable or {@code null} for none
104104
*/

clients/google-api-services-clouddeploy/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-clouddeploy</artifactId>
11-
<version>v1-rev20251105-2.0.0</version>
12-
<name>Cloud Deploy API v1-rev20251105-2.0.0</name>
11+
<version>v1-rev20251203-2.0.0</version>
12+
<name>Cloud Deploy API v1-rev20251203-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)