Skip to content

Commit 7ff9442

Browse files
1 parent 20e6b2f commit 7ff9442

28 files changed

+633
-243
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-rev20241204-2.0.0</version>
25+
<version>v1-rev20250101-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-rev20241204-2.0.0'
38+
implementation 'com.google.apis:google-api-services-clouddeploy:v1-rev20250101-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: 360 additions & 15 deletions
Large diffs are not rendered by default.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,22 @@
3131
public final class AutomationResourceSelector extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Contains attributes about a target.
34+
* Optional. Contains attributes about a target.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
3838
private java.util.List<TargetAttribute> targets;
3939

4040
/**
41-
* Contains attributes about a target.
41+
* Optional. Contains attributes about a target.
4242
* @return value or {@code null} for none
4343
*/
4444
public java.util.List<TargetAttribute> getTargets() {
4545
return targets;
4646
}
4747

4848
/**
49-
* Contains attributes about a target.
49+
* Optional. Contains attributes about a target.
5050
* @param targets targets or {@code null} for none
5151
*/
5252
public AutomationResourceSelector setTargets(java.util.List<TargetAttribute> targets) {

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

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

3232
/**
33-
* Image name in Skaffold configuration.
33+
* Optional. Image name in Skaffold configuration.
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key
3737
private java.lang.String image;
3838

3939
/**
40-
* Image tag to use. This will generally be the full path to an image, such as "gcr.io/my-
41-
* project/busybox:1.2.3" or "gcr.io/my-project/busybox@sha256:abc123".
40+
* Optional. Image tag to use. This will generally be the full path to an image, such as
41+
* "gcr.io/my-project/busybox:1.2.3" or "gcr.io/my-project/busybox@sha256:abc123".
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key
4545
private java.lang.String tag;
4646

4747
/**
48-
* Image name in Skaffold configuration.
48+
* Optional. Image name in Skaffold configuration.
4949
* @return value or {@code null} for none
5050
*/
5151
public java.lang.String getImage() {
5252
return image;
5353
}
5454

5555
/**
56-
* Image name in Skaffold configuration.
56+
* Optional. Image name in Skaffold configuration.
5757
* @param image image or {@code null} for none
5858
*/
5959
public BuildArtifact setImage(java.lang.String image) {
@@ -62,17 +62,17 @@ public BuildArtifact setImage(java.lang.String image) {
6262
}
6363

6464
/**
65-
* Image tag to use. This will generally be the full path to an image, such as "gcr.io/my-
66-
* project/busybox:1.2.3" or "gcr.io/my-project/busybox@sha256:abc123".
65+
* Optional. Image tag to use. This will generally be the full path to an image, such as
66+
* "gcr.io/my-project/busybox:1.2.3" or "gcr.io/my-project/busybox@sha256:abc123".
6767
* @return value or {@code null} for none
6868
*/
6969
public java.lang.String getTag() {
7070
return tag;
7171
}
7272

7373
/**
74-
* Image tag to use. This will generally be the full path to an image, such as "gcr.io/my-
75-
* project/busybox:1.2.3" or "gcr.io/my-project/busybox@sha256:abc123".
74+
* Optional. Image tag to use. This will generally be the full path to an image, such as
75+
* "gcr.io/my-project/busybox:1.2.3" or "gcr.io/my-project/busybox@sha256:abc123".
7676
* @param tag tag or {@code null} for none
7777
*/
7878
public BuildArtifact setTag(java.lang.String tag) {

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

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

3232
/**
33-
* Configures the progressive based deployment for a Target.
33+
* Optional. Configures the progressive based deployment for a Target.
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key
3737
private CanaryDeployment canaryDeployment;
3838

3939
/**
40-
* Configures the progressive based deployment for a Target, but allows customizing at the phase
41-
* level where a phase represents each of the percentage deployments.
40+
* Optional. Configures the progressive based deployment for a Target, but allows customizing at
41+
* the phase level where a phase represents each of the percentage deployments.
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key
@@ -54,15 +54,15 @@ public final class Canary extends com.google.api.client.json.GenericJson {
5454
private RuntimeConfig runtimeConfig;
5555

5656
/**
57-
* Configures the progressive based deployment for a Target.
57+
* Optional. Configures the progressive based deployment for a Target.
5858
* @return value or {@code null} for none
5959
*/
6060
public CanaryDeployment getCanaryDeployment() {
6161
return canaryDeployment;
6262
}
6363

6464
/**
65-
* Configures the progressive based deployment for a Target.
65+
* Optional. Configures the progressive based deployment for a Target.
6666
* @param canaryDeployment canaryDeployment or {@code null} for none
6767
*/
6868
public Canary setCanaryDeployment(CanaryDeployment canaryDeployment) {
@@ -71,17 +71,17 @@ public Canary setCanaryDeployment(CanaryDeployment canaryDeployment) {
7171
}
7272

7373
/**
74-
* Configures the progressive based deployment for a Target, but allows customizing at the phase
75-
* level where a phase represents each of the percentage deployments.
74+
* Optional. Configures the progressive based deployment for a Target, but allows customizing at
75+
* the phase level where a phase represents each of the percentage deployments.
7676
* @return value or {@code null} for none
7777
*/
7878
public CustomCanaryDeployment getCustomCanaryDeployment() {
7979
return customCanaryDeployment;
8080
}
8181

8282
/**
83-
* Configures the progressive based deployment for a Target, but allows customizing at the phase
84-
* level where a phase represents each of the percentage deployments.
83+
* Optional. Configures the progressive based deployment for a Target, but allows customizing at
84+
* the phase level where a phase represents each of the percentage deployments.
8585
* @param customCanaryDeployment customCanaryDeployment or {@code null} for none
8686
*/
8787
public Canary setCustomCanaryDeployment(CustomCanaryDeployment customCanaryDeployment) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public final class CanaryDeployment extends com.google.api.client.json.GenericJs
5555
private Predeploy predeploy;
5656

5757
/**
58-
* Whether to run verify tests after each percentage deployment.
58+
* Optional. Whether to run verify tests after each percentage deployment.
5959
* The value may be {@code null}.
6060
*/
6161
@com.google.api.client.util.Key
@@ -121,15 +121,15 @@ public CanaryDeployment setPredeploy(Predeploy predeploy) {
121121
}
122122

123123
/**
124-
* Whether to run verify tests after each percentage deployment.
124+
* Optional. Whether to run verify tests after each percentage deployment.
125125
* @return value or {@code null} for none
126126
*/
127127
public java.lang.Boolean getVerify() {
128128
return verify;
129129
}
130130

131131
/**
132-
* Whether to run verify tests after each percentage deployment.
132+
* Optional. Whether to run verify tests after each percentage deployment.
133133
* @param verify verify or {@code null} for none
134134
*/
135135
public CanaryDeployment setVerify(java.lang.Boolean verify) {

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

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

3232
/**
33-
* Whether Cloud Deploy should update the traffic stanza in a Cloud Run Service on the user's
34-
* behalf to facilitate traffic splitting. This is required to be true for CanaryDeployments, but
35-
* optional for CustomCanaryDeployments.
33+
* Optional. Whether Cloud Deploy should update the traffic stanza in a Cloud Run Service on the
34+
* user's behalf to facilitate traffic splitting. This is required to be true for
35+
* CanaryDeployments, but optional for CustomCanaryDeployments.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
@@ -63,19 +63,19 @@ public final class CloudRunConfig extends com.google.api.client.json.GenericJson
6363
private java.util.List<java.lang.String> stableRevisionTags;
6464

6565
/**
66-
* Whether Cloud Deploy should update the traffic stanza in a Cloud Run Service on the user's
67-
* behalf to facilitate traffic splitting. This is required to be true for CanaryDeployments, but
68-
* optional for CustomCanaryDeployments.
66+
* Optional. Whether Cloud Deploy should update the traffic stanza in a Cloud Run Service on the
67+
* user's behalf to facilitate traffic splitting. This is required to be true for
68+
* CanaryDeployments, but optional for CustomCanaryDeployments.
6969
* @return value or {@code null} for none
7070
*/
7171
public java.lang.Boolean getAutomaticTrafficControl() {
7272
return automaticTrafficControl;
7373
}
7474

7575
/**
76-
* Whether Cloud Deploy should update the traffic stanza in a Cloud Run Service on the user's
77-
* behalf to facilitate traffic splitting. This is required to be true for CanaryDeployments, but
78-
* optional for CustomCanaryDeployments.
76+
* Optional. Whether Cloud Deploy should update the traffic stanza in a Cloud Run Service on the
77+
* user's behalf to facilitate traffic splitting. This is required to be true for
78+
* CanaryDeployments, but optional for CustomCanaryDeployments.
7979
* @param automaticTrafficControl automaticTrafficControl or {@code null} for none
8080
*/
8181
public CloudRunConfig setAutomaticTrafficControl(java.lang.Boolean automaticTrafficControl) {

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ public final class CustomTargetType extends com.google.api.client.json.GenericJs
4848
private String createTime;
4949

5050
/**
51-
* Configures render and deploy for the `CustomTargetType` using Skaffold custom actions.
51+
* Optional. Configures render and deploy for the `CustomTargetType` using Skaffold custom
52+
* actions.
5253
* The value may be {@code null}.
5354
*/
5455
@com.google.api.client.util.Key
@@ -90,7 +91,7 @@ public final class CustomTargetType extends com.google.api.client.json.GenericJs
9091
private java.util.Map<String, java.lang.String> labels;
9192

9293
/**
93-
* Optional. Name of the `CustomTargetType`. Format is
94+
* Identifier. Name of the `CustomTargetType`. Format is
9495
* `projects/{project}/locations/{location}/customTargetTypes/{customTargetType}`. The
9596
* `customTargetType` component must match `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`
9697
* The value may be {@code null}.
@@ -151,15 +152,17 @@ public CustomTargetType setCreateTime(String createTime) {
151152
}
152153

153154
/**
154-
* Configures render and deploy for the `CustomTargetType` using Skaffold custom actions.
155+
* Optional. Configures render and deploy for the `CustomTargetType` using Skaffold custom
156+
* actions.
155157
* @return value or {@code null} for none
156158
*/
157159
public CustomTargetSkaffoldActions getCustomActions() {
158160
return customActions;
159161
}
160162

161163
/**
162-
* Configures render and deploy for the `CustomTargetType` using Skaffold custom actions.
164+
* Optional. Configures render and deploy for the `CustomTargetType` using Skaffold custom
165+
* actions.
163166
* @param customActions customActions or {@code null} for none
164167
*/
165168
public CustomTargetType setCustomActions(CustomTargetSkaffoldActions customActions) {
@@ -250,7 +253,7 @@ public CustomTargetType setLabels(java.util.Map<String, java.lang.String> labels
250253
}
251254

252255
/**
253-
* Optional. Name of the `CustomTargetType`. Format is
256+
* Identifier. Name of the `CustomTargetType`. Format is
254257
* `projects/{project}/locations/{location}/customTargetTypes/{customTargetType}`. The
255258
* `customTargetType` component must match `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`
256259
* @return value or {@code null} for none
@@ -260,7 +263,7 @@ public java.lang.String getName() {
260263
}
261264

262265
/**
263-
* Optional. Name of the `CustomTargetType`. Format is
266+
* Identifier. Name of the `CustomTargetType`. Format is
264267
* `projects/{project}/locations/{location}/customTargetTypes/{customTargetType}`. The
265268
* `customTargetType` component must match `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`
266269
* @param name name or {@code null} for none

0 commit comments

Comments
 (0)