Skip to content

Commit 6c3e746

Browse files
1 parent ab826b7 commit 6c3e746

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

clients/google-api-services-contactcenteraiplatform/v1alpha1/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-contactcenteraiplatform</artifactId>
25-
<version>v1alpha1-rev20241107-2.0.0</version>
25+
<version>v1alpha1-rev20241205-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-contactcenteraiplatform:v1alpha1-rev20241107-2.0.0'
38+
implementation 'com.google.apis:google-api-services-contactcenteraiplatform:v1alpha1-rev20241205-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-contactcenteraiplatform/v1alpha1/2.0.0/com/google/api/services/contactcenteraiplatform/v1alpha1/CCAIPlatform.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1627,7 +1627,7 @@ public class Operations {
16271627
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
16281628
* methods to check whether the cancellation succeeded or whether the operation completed despite
16291629
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
1630-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
1630+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
16311631
* `Code.CANCELLED`.
16321632
*
16331633
* Create a request for the method "operations.cancel".
@@ -1658,7 +1658,7 @@ public class Cancel extends CCAIPlatformRequest<com.google.api.services.contactc
16581658
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
16591659
* methods to check whether the cancellation succeeded or whether the operation completed despite
16601660
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
1661-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
1661+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
16621662
* `Code.CANCELLED`.
16631663
*
16641664
* Create a request for the method "operations.cancel".

clients/google-api-services-contactcenteraiplatform/v1alpha1/2.0.0/com/google/api/services/contactcenteraiplatform/v1alpha1/model/GoogleCloudCommonOperationMetadata.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ public final class GoogleCloudCommonOperationMetadata extends com.google.api.cli
3939

4040
/**
4141
* Output only. Identifies whether the user has requested cancellation of the operation.
42-
* Operations that have been cancelled successfully have Operation.error value with a
43-
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
42+
* Operations that have been cancelled successfully have google.longrunning.Operation.error value
43+
* with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
4444
* The value may be {@code null}.
4545
*/
4646
@com.google.api.client.util.Key
@@ -100,8 +100,8 @@ public GoogleCloudCommonOperationMetadata setApiVersion(java.lang.String apiVers
100100

101101
/**
102102
* Output only. Identifies whether the user has requested cancellation of the operation.
103-
* Operations that have been cancelled successfully have Operation.error value with a
104-
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
103+
* Operations that have been cancelled successfully have google.longrunning.Operation.error value
104+
* with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
105105
* @return value or {@code null} for none
106106
*/
107107
public java.lang.Boolean getCancelRequested() {
@@ -110,8 +110,8 @@ public java.lang.Boolean getCancelRequested() {
110110

111111
/**
112112
* Output only. Identifies whether the user has requested cancellation of the operation.
113-
* Operations that have been cancelled successfully have Operation.error value with a
114-
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
113+
* Operations that have been cancelled successfully have google.longrunning.Operation.error value
114+
* with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
115115
* @param cancelRequested cancelRequested or {@code null} for none
116116
*/
117117
public GoogleCloudCommonOperationMetadata setCancelRequested(java.lang.Boolean cancelRequested) {

clients/google-api-services-contactcenteraiplatform/v1alpha1/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-contactcenteraiplatform</artifactId>
11-
<version>v1alpha1-rev20241107-2.0.0</version>
12-
<name>Contact Center AI Platform API v1alpha1-rev20241107-2.0.0</name>
11+
<version>v1alpha1-rev20241205-2.0.0</version>
12+
<name>Contact Center AI Platform API v1alpha1-rev20241205-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-contactcenteraiplatform/v1alpha1/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-contactcenteraiplatform</artifactId>
25-
<version>v1alpha1-rev20241107-2.0.0</version>
25+
<version>v1alpha1-rev20241205-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-contactcenteraiplatform:v1alpha1-rev20241107-2.0.0'
38+
implementation 'com.google.apis:google-api-services-contactcenteraiplatform:v1alpha1-rev20241205-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)