Skip to content

Commit 4263b09

Browse files
1 parent 1762379 commit 4263b09

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
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-rev20241029-2.0.0</version>
25+
<version>v1-rev20241204-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-rev20241029-2.0.0'
38+
implementation 'com.google.apis:google-api-services-clouddeploy:v1-rev20241204-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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9511,7 +9511,7 @@ public class Operations {
95119511
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
95129512
* methods to check whether the cancellation succeeded or whether the operation completed despite
95139513
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
9514-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
9514+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
95159515
* `Code.CANCELLED`.
95169516
*
95179517
* Create a request for the method "operations.cancel".
@@ -9542,7 +9542,7 @@ public class Cancel extends CloudDeployRequest<com.google.api.services.clouddepl
95429542
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
95439543
* methods to check whether the cancellation succeeded or whether the operation completed despite
95449544
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
9545-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
9545+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
95469546
* `Code.CANCELLED`.
95479547
*
95489548
* Create a request for the method "operations.cancel".

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ public final class OperationMetadata extends com.google.api.client.json.GenericJ
5252

5353
/**
5454
* Output only. Identifies whether the user has requested cancellation of the operation.
55-
* Operations that have successfully been cancelled have Operation.error value with a
56-
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
55+
* Operations that have successfully been cancelled have google.longrunning.Operation.error value
56+
* with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
5757
* The value may be {@code null}.
5858
*/
5959
@com.google.api.client.util.Key
@@ -133,8 +133,8 @@ public OperationMetadata setEndTime(String endTime) {
133133

134134
/**
135135
* Output only. Identifies whether the user has requested cancellation of the operation.
136-
* Operations that have successfully been cancelled have Operation.error value with a
137-
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
136+
* Operations that have successfully been cancelled have google.longrunning.Operation.error value
137+
* with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
138138
* @return value or {@code null} for none
139139
*/
140140
public java.lang.Boolean getRequestedCancellation() {
@@ -143,8 +143,8 @@ public java.lang.Boolean getRequestedCancellation() {
143143

144144
/**
145145
* Output only. Identifies whether the user has requested cancellation of the operation.
146-
* Operations that have successfully been cancelled have Operation.error value with a
147-
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
146+
* Operations that have successfully been cancelled have google.longrunning.Operation.error value
147+
* with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
148148
* @param requestedCancellation requestedCancellation or {@code null} for none
149149
*/
150150
public OperationMetadata setRequestedCancellation(java.lang.Boolean requestedCancellation) {

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ public final class Release extends com.google.api.client.json.GenericJson {
173173
private java.lang.String skaffoldConfigUri;
174174

175175
/**
176-
* The Skaffold version to use when operating on this release, such as "1.20.0". Not all versions
177-
* are valid; Cloud Deploy supports a specific set of versions. If unset, the most recent
176+
* Optional. The Skaffold version to use when operating on this release, such as "1.20.0". Not all
177+
* versions are valid; Cloud Deploy supports a specific set of versions. If unset, the most recent
178178
* supported Skaffold version will be used.
179179
* The value may be {@code null}.
180180
*/
@@ -521,8 +521,8 @@ public Release setSkaffoldConfigUri(java.lang.String skaffoldConfigUri) {
521521
}
522522

523523
/**
524-
* The Skaffold version to use when operating on this release, such as "1.20.0". Not all versions
525-
* are valid; Cloud Deploy supports a specific set of versions. If unset, the most recent
524+
* Optional. The Skaffold version to use when operating on this release, such as "1.20.0". Not all
525+
* versions are valid; Cloud Deploy supports a specific set of versions. If unset, the most recent
526526
* supported Skaffold version will be used.
527527
* @return value or {@code null} for none
528528
*/
@@ -531,8 +531,8 @@ public java.lang.String getSkaffoldVersion() {
531531
}
532532

533533
/**
534-
* The Skaffold version to use when operating on this release, such as "1.20.0". Not all versions
535-
* are valid; Cloud Deploy supports a specific set of versions. If unset, the most recent
534+
* Optional. The Skaffold version to use when operating on this release, such as "1.20.0". Not all
535+
* versions are valid; Cloud Deploy supports a specific set of versions. If unset, the most recent
536536
* supported Skaffold version will be used.
537537
* @param skaffoldVersion skaffoldVersion or {@code null} for none
538538
*/

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

0 commit comments

Comments
 (0)