Skip to content

Commit af122dc

Browse files
1 parent d76b3b4 commit af122dc

6 files changed

Lines changed: 30 additions & 54 deletions

File tree

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

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

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,6 @@ public final class ContainerTask extends com.google.api.client.json.GenericJson
6060
@com.google.api.client.util.Key
6161
private java.lang.String image;
6262

63-
/**
64-
* Optional. Shell script to execute. If provided then command and args cannot be specified.
65-
* The value may be {@code null}.
66-
*/
67-
@com.google.api.client.util.Key
68-
private java.lang.String script;
69-
7063
/**
7164
* Optional. Args is the container arguments to use. This overrides the default arguments defined
7265
* in the container image.
@@ -139,23 +132,6 @@ public ContainerTask setImage(java.lang.String image) {
139132
return this;
140133
}
141134

142-
/**
143-
* Optional. Shell script to execute. If provided then command and args cannot be specified.
144-
* @return value or {@code null} for none
145-
*/
146-
public java.lang.String getScript() {
147-
return script;
148-
}
149-
150-
/**
151-
* Optional. Shell script to execute. If provided then command and args cannot be specified.
152-
* @param script script or {@code null} for none
153-
*/
154-
public ContainerTask setScript(java.lang.String script) {
155-
this.script = script;
156-
return this;
157-
}
158-
159135
@Override
160136
public ContainerTask set(String fieldName, Object value) {
161137
return (ContainerTask) super.set(fieldName, value);

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ public final class DeliveryPipeline extends com.google.api.client.json.GenericJs
6868
private java.lang.String etag;
6969

7070
/**
71-
* Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels
72-
* must meet the following constraints: * Keys and values can contain only lowercase letters,
73-
* numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and
74-
* international characters are allowed. * Keys must start with a lowercase letter or
71+
* Optional. Labels are attributes that can be set and used by both the user and by Cloud Deploy.
72+
* Labels must meet the following constraints: * Keys and values can contain only lowercase
73+
* letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding,
74+
* and international characters are allowed. * Keys must start with a lowercase letter or
7575
* international character. * Each resource is limited to a maximum of 64 labels. Both keys and
7676
* values are additionally constrained to be <= 128 bytes.
7777
* The value may be {@code null}.
@@ -207,10 +207,10 @@ public DeliveryPipeline setEtag(java.lang.String etag) {
207207
}
208208

209209
/**
210-
* Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels
211-
* must meet the following constraints: * Keys and values can contain only lowercase letters,
212-
* numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and
213-
* international characters are allowed. * Keys must start with a lowercase letter or
210+
* Optional. Labels are attributes that can be set and used by both the user and by Cloud Deploy.
211+
* Labels must meet the following constraints: * Keys and values can contain only lowercase
212+
* letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding,
213+
* and international characters are allowed. * Keys must start with a lowercase letter or
214214
* international character. * Each resource is limited to a maximum of 64 labels. Both keys and
215215
* values are additionally constrained to be <= 128 bytes.
216216
* @return value or {@code null} for none
@@ -220,10 +220,10 @@ public java.util.Map<String, java.lang.String> getLabels() {
220220
}
221221

222222
/**
223-
* Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels
224-
* must meet the following constraints: * Keys and values can contain only lowercase letters,
225-
* numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and
226-
* international characters are allowed. * Keys must start with a lowercase letter or
223+
* Optional. Labels are attributes that can be set and used by both the user and by Cloud Deploy.
224+
* Labels must meet the following constraints: * Keys and values can contain only lowercase
225+
* letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding,
226+
* and international characters are allowed. * Keys must start with a lowercase letter or
227227
* international character. * Each resource is limited to a maximum of 64 labels. Both keys and
228228
* values are additionally constrained to be <= 128 bytes.
229229
* @param labels labels or {@code null} for none

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@ public final class Release extends com.google.api.client.json.GenericJson {
117117
private java.lang.String etag;
118118

119119
/**
120-
* Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels
121-
* must meet the following constraints: * Keys and values can contain only lowercase letters,
122-
* numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and
123-
* international characters are allowed. * Keys must start with a lowercase letter or
120+
* Optional. Labels are attributes that can be set and used by both the user and by Cloud Deploy.
121+
* Labels must meet the following constraints: * Keys and values can contain only lowercase
122+
* letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding,
123+
* and international characters are allowed. * Keys must start with a lowercase letter or
124124
* international character. * Each resource is limited to a maximum of 64 labels. Both keys and
125125
* values are additionally constrained to be <= 128 bytes.
126126
* The value may be {@code null}.
@@ -396,10 +396,10 @@ public Release setEtag(java.lang.String etag) {
396396
}
397397

398398
/**
399-
* Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels
400-
* must meet the following constraints: * Keys and values can contain only lowercase letters,
401-
* numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and
402-
* international characters are allowed. * Keys must start with a lowercase letter or
399+
* Optional. Labels are attributes that can be set and used by both the user and by Cloud Deploy.
400+
* Labels must meet the following constraints: * Keys and values can contain only lowercase
401+
* letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding,
402+
* and international characters are allowed. * Keys must start with a lowercase letter or
403403
* international character. * Each resource is limited to a maximum of 64 labels. Both keys and
404404
* values are additionally constrained to be <= 128 bytes.
405405
* @return value or {@code null} for none
@@ -409,10 +409,10 @@ public java.util.Map<String, java.lang.String> getLabels() {
409409
}
410410

411411
/**
412-
* Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels
413-
* must meet the following constraints: * Keys and values can contain only lowercase letters,
414-
* numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and
415-
* international characters are allowed. * Keys must start with a lowercase letter or
412+
* Optional. Labels are attributes that can be set and used by both the user and by Cloud Deploy.
413+
* Labels must meet the following constraints: * Keys and values can contain only lowercase
414+
* letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding,
415+
* and international characters are allowed. * Keys must start with a lowercase letter or
416416
* international character. * Each resource is limited to a maximum of 64 labels. Both keys and
417417
* values are additionally constrained to be <= 128 bytes.
418418
* @param labels labels or {@code null} for none

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

0 commit comments

Comments
 (0)