Skip to content

Commit 1762379

Browse files
1 parent 93e1c86 commit 1762379

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

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

clients/google-api-services-certificatemanager/v1/2.0.0/com/google/api/services/certificatemanager/v1/CertificateManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4858,7 +4858,7 @@ public class Operations {
48584858
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
48594859
* methods to check whether the cancellation succeeded or whether the operation completed despite
48604860
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
4861-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
4861+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
48624862
* `Code.CANCELLED`.
48634863
*
48644864
* Create a request for the method "operations.cancel".
@@ -4889,7 +4889,7 @@ public class Cancel extends CertificateManagerRequest<com.google.api.services.ce
48894889
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
48904890
* methods to check whether the cancellation succeeded or whether the operation completed despite
48914891
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
4892-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
4892+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
48934893
* `Code.CANCELLED`.
48944894
*
48954895
* Create a request for the method "operations.cancel".

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

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

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

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

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

clients/google-api-services-certificatemanager/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-certificatemanager</artifactId>
11-
<version>v1-rev20240729-2.0.0</version>
12-
<name>Certificate Manager API v1-rev20240729-2.0.0</name>
11+
<version>v1-rev20241204-2.0.0</version>
12+
<name>Certificate Manager API v1-rev20241204-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)