Skip to content

Commit 6abbfbb

Browse files
1 parent 5193d30 commit 6abbfbb

File tree

7 files changed

+37
-37
lines changed

7 files changed

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ public final class Release extends com.google.api.client.json.GenericJson {
204204

205205
/**
206206
* Optional. The tool versions to use for this release and all subsequent operations involving
207-
* this release. If unset, then it will freeze the tool versions at the time of release creation.
207+
* this release. If unset, tool versions are frozen when the release is created.
208208
* The value may be {@code null}.
209209
*/
210210
@com.google.api.client.util.Key
@@ -602,7 +602,7 @@ public Release setTargetSnapshots(java.util.List<Target> targetSnapshots) {
602602

603603
/**
604604
* Optional. The tool versions to use for this release and all subsequent operations involving
605-
* this release. If unset, then it will freeze the tool versions at the time of release creation.
605+
* this release. If unset, tool versions are frozen when the release is created.
606606
* @return value or {@code null} for none
607607
*/
608608
public ToolVersions getToolVersions() {
@@ -611,7 +611,7 @@ public ToolVersions getToolVersions() {
611611

612612
/**
613613
* Optional. The tool versions to use for this release and all subsequent operations involving
614-
* this release. If unset, then it will freeze the tool versions at the time of release creation.
614+
* this release. If unset, tool versions are frozen when the release is created.
615615
* @param toolVersions toolVersions or {@code null} for none
616616
*/
617617
public Release setToolVersions(ToolVersions toolVersions) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public final class ReleaseCondition extends com.google.api.client.json.GenericJs
4444
private ToolVersionSupportedCondition helmVersionSupportedCondition;
4545

4646
/**
47-
* Output only. Details around the support state of the release's Kpt version.
47+
* Output only. Details around the support state of the release's kpt version.
4848
* The value may be {@code null}.
4949
*/
5050
@com.google.api.client.util.Key
@@ -120,15 +120,15 @@ public ReleaseCondition setHelmVersionSupportedCondition(ToolVersionSupportedCon
120120
}
121121

122122
/**
123-
* Output only. Details around the support state of the release's Kpt version.
123+
* Output only. Details around the support state of the release's kpt version.
124124
* @return value or {@code null} for none
125125
*/
126126
public ToolVersionSupportedCondition getKptVersionSupportedCondition() {
127127
return kptVersionSupportedCondition;
128128
}
129129

130130
/**
131-
* Output only. Details around the support state of the release's Kpt version.
131+
* Output only. Details around the support state of the release's kpt version.
132132
* @param kptVersionSupportedCondition kptVersionSupportedCondition or {@code null} for none
133133
*/
134134
public ReleaseCondition setKptVersionSupportedCondition(ToolVersionSupportedCondition kptVersionSupportedCondition) {

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
/**
2020
* ToolVersionSupportedCondition contains information about when support for the release's version
21-
* of a Tool ends.
21+
* of a tool ends.
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2424
* transmitted over HTTP when working with the Cloud Deploy API. For a detailed explanation see:
@@ -31,7 +31,7 @@
3131
public final class ToolVersionSupportedCondition extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Output only. The time at which this release's version of the Tool will enter maintenance mode.
34+
* Output only. The time at which this release's version of the tool will enter maintenance mode.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
@@ -45,29 +45,29 @@ public final class ToolVersionSupportedCondition extends com.google.api.client.j
4545
private java.lang.Boolean status;
4646

4747
/**
48-
* Output only. The time at which this release's version of the Tool will no longer be supported.
48+
* Output only. The time at which this release's version of the tool will no longer be supported.
4949
* The value may be {@code null}.
5050
*/
5151
@com.google.api.client.util.Key
5252
private String supportExpirationTime;
5353

5454
/**
55-
* Output only. The Tool support state for this release's version of the Tool.
55+
* Output only. The tool support state for this release's version of the tool.
5656
* The value may be {@code null}.
5757
*/
5858
@com.google.api.client.util.Key
5959
private java.lang.String toolVersionSupportState;
6060

6161
/**
62-
* Output only. The time at which this release's version of the Tool will enter maintenance mode.
62+
* Output only. The time at which this release's version of the tool will enter maintenance mode.
6363
* @return value or {@code null} for none
6464
*/
6565
public String getMaintenanceModeTime() {
6666
return maintenanceModeTime;
6767
}
6868

6969
/**
70-
* Output only. The time at which this release's version of the Tool will enter maintenance mode.
70+
* Output only. The time at which this release's version of the tool will enter maintenance mode.
7171
* @param maintenanceModeTime maintenanceModeTime or {@code null} for none
7272
*/
7373
public ToolVersionSupportedCondition setMaintenanceModeTime(String maintenanceModeTime) {
@@ -93,15 +93,15 @@ public ToolVersionSupportedCondition setStatus(java.lang.Boolean status) {
9393
}
9494

9595
/**
96-
* Output only. The time at which this release's version of the Tool will no longer be supported.
96+
* Output only. The time at which this release's version of the tool will no longer be supported.
9797
* @return value or {@code null} for none
9898
*/
9999
public String getSupportExpirationTime() {
100100
return supportExpirationTime;
101101
}
102102

103103
/**
104-
* Output only. The time at which this release's version of the Tool will no longer be supported.
104+
* Output only. The time at which this release's version of the tool will no longer be supported.
105105
* @param supportExpirationTime supportExpirationTime or {@code null} for none
106106
*/
107107
public ToolVersionSupportedCondition setSupportExpirationTime(String supportExpirationTime) {
@@ -110,15 +110,15 @@ public ToolVersionSupportedCondition setSupportExpirationTime(String supportExpi
110110
}
111111

112112
/**
113-
* Output only. The Tool support state for this release's version of the Tool.
113+
* Output only. The tool support state for this release's version of the tool.
114114
* @return value or {@code null} for none
115115
*/
116116
public java.lang.String getToolVersionSupportState() {
117117
return toolVersionSupportState;
118118
}
119119

120120
/**
121-
* Output only. The Tool support state for this release's version of the Tool.
121+
* Output only. The tool support state for this release's version of the tool.
122122
* @param toolVersionSupportState toolVersionSupportState or {@code null} for none
123123
*/
124124
public ToolVersionSupportedCondition setToolVersionSupportState(java.lang.String toolVersionSupportState) {

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
public final class ToolVersions extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Optional. The docker version to use for Cloud Deploy operations.
33+
* Optional. The Docker version to use for Cloud Deploy operations.
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key
3737
private java.lang.String docker;
3838

3939
/**
40-
* Optional. The helm version to use for Cloud Deploy operations.
40+
* Optional. The Helm version to use for Cloud Deploy operations.
4141
* The value may be {@code null}.
4242
*/
4343
@com.google.api.client.util.Key
@@ -51,36 +51,36 @@ public final class ToolVersions extends com.google.api.client.json.GenericJson {
5151
private java.lang.String kpt;
5252

5353
/**
54-
* Optional. The kubectl version to use for Cloud Deploy operations.
54+
* Optional. The Kubectl version to use for Cloud Deploy operations.
5555
* The value may be {@code null}.
5656
*/
5757
@com.google.api.client.util.Key
5858
private java.lang.String kubectl;
5959

6060
/**
61-
* Optional. The kustomize version to use for Cloud Deploy operations.
61+
* Optional. The Kustomize version to use for Cloud Deploy operations.
6262
* The value may be {@code null}.
6363
*/
6464
@com.google.api.client.util.Key
6565
private java.lang.String kustomize;
6666

6767
/**
68-
* Optional. The skaffold version to use for Cloud Deploy operations.
68+
* Optional. The Skaffold version to use for Cloud Deploy operations.
6969
* The value may be {@code null}.
7070
*/
7171
@com.google.api.client.util.Key
7272
private java.lang.String skaffold;
7373

7474
/**
75-
* Optional. The docker version to use for Cloud Deploy operations.
75+
* Optional. The Docker version to use for Cloud Deploy operations.
7676
* @return value or {@code null} for none
7777
*/
7878
public java.lang.String getDocker() {
7979
return docker;
8080
}
8181

8282
/**
83-
* Optional. The docker version to use for Cloud Deploy operations.
83+
* Optional. The Docker version to use for Cloud Deploy operations.
8484
* @param docker docker or {@code null} for none
8585
*/
8686
public ToolVersions setDocker(java.lang.String docker) {
@@ -89,15 +89,15 @@ public ToolVersions setDocker(java.lang.String docker) {
8989
}
9090

9191
/**
92-
* Optional. The helm version to use for Cloud Deploy operations.
92+
* Optional. The Helm version to use for Cloud Deploy operations.
9393
* @return value or {@code null} for none
9494
*/
9595
public java.lang.String getHelm() {
9696
return helm;
9797
}
9898

9999
/**
100-
* Optional. The helm version to use for Cloud Deploy operations.
100+
* Optional. The Helm version to use for Cloud Deploy operations.
101101
* @param helm helm or {@code null} for none
102102
*/
103103
public ToolVersions setHelm(java.lang.String helm) {
@@ -123,15 +123,15 @@ public ToolVersions setKpt(java.lang.String kpt) {
123123
}
124124

125125
/**
126-
* Optional. The kubectl version to use for Cloud Deploy operations.
126+
* Optional. The Kubectl version to use for Cloud Deploy operations.
127127
* @return value or {@code null} for none
128128
*/
129129
public java.lang.String getKubectl() {
130130
return kubectl;
131131
}
132132

133133
/**
134-
* Optional. The kubectl version to use for Cloud Deploy operations.
134+
* Optional. The Kubectl version to use for Cloud Deploy operations.
135135
* @param kubectl kubectl or {@code null} for none
136136
*/
137137
public ToolVersions setKubectl(java.lang.String kubectl) {
@@ -140,15 +140,15 @@ public ToolVersions setKubectl(java.lang.String kubectl) {
140140
}
141141

142142
/**
143-
* Optional. The kustomize version to use for Cloud Deploy operations.
143+
* Optional. The Kustomize version to use for Cloud Deploy operations.
144144
* @return value or {@code null} for none
145145
*/
146146
public java.lang.String getKustomize() {
147147
return kustomize;
148148
}
149149

150150
/**
151-
* Optional. The kustomize version to use for Cloud Deploy operations.
151+
* Optional. The Kustomize version to use for Cloud Deploy operations.
152152
* @param kustomize kustomize or {@code null} for none
153153
*/
154154
public ToolVersions setKustomize(java.lang.String kustomize) {
@@ -157,15 +157,15 @@ public ToolVersions setKustomize(java.lang.String kustomize) {
157157
}
158158

159159
/**
160-
* Optional. The skaffold version to use for Cloud Deploy operations.
160+
* Optional. The Skaffold version to use for Cloud Deploy operations.
161161
* @return value or {@code null} for none
162162
*/
163163
public java.lang.String getSkaffold() {
164164
return skaffold;
165165
}
166166

167167
/**
168-
* Optional. The skaffold version to use for Cloud Deploy operations.
168+
* Optional. The Skaffold version to use for Cloud Deploy operations.
169169
* @param skaffold skaffold or {@code null} for none
170170
*/
171171
public ToolVersions setSkaffold(java.lang.String skaffold) {

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

0 commit comments

Comments
 (0)