Skip to content

Commit f6f9748

Browse files
chore: regenerate contactcenteraiplatform client (#29333)
Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-java-client-services/actions/workflows/codegen.yaml
1 parent 9cc76c3 commit f6f9748

File tree

6 files changed

+103
-12
lines changed

6 files changed

+103
-12
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-rev20250703-2.0.0</version>
25+
<version>v1alpha1-rev20250821-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-rev20250703-2.0.0'
38+
implementation 'com.google.apis:google-api-services-contactcenteraiplatform:v1alpha1-rev20250821-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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -447,22 +447,22 @@ public List setName(java.lang.String name) {
447447
}
448448

449449
/**
450-
* Optional. A list of extra location types that should be used as conditions for
451-
* controlling the visibility of the locations.
450+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
451+
* documented otherwise. This is primarily for internal usage.
452452
*/
453453
@com.google.api.client.util.Key
454454
private java.util.List<java.lang.String> extraLocationTypes;
455455

456-
/** Optional. A list of extra location types that should be used as conditions for controlling the
457-
visibility of the locations.
456+
/** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
457+
otherwise. This is primarily for internal usage.
458458
*/
459459
public java.util.List<java.lang.String> getExtraLocationTypes() {
460460
return extraLocationTypes;
461461
}
462462

463463
/**
464-
* Optional. A list of extra location types that should be used as conditions for
465-
* controlling the visibility of the locations.
464+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
465+
* documented otherwise. This is primarily for internal usage.
466466
*/
467467
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
468468
this.extraLocationTypes = extraLocationTypes;

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,13 @@ public final class ContactCenter extends com.google.api.client.json.GenericJson
8888
@com.google.api.client.util.Key
8989
private Early early;
9090

91+
/**
92+
* Optional. Feature configuration to populate the feature flags.
93+
* The value may be {@code null}.
94+
*/
95+
@com.google.api.client.util.Key
96+
private FeatureConfig featureConfig;
97+
9198
/**
9299
* The configuration of this instance, it is currently immutable once created.
93100
* The value may be {@code null}.
@@ -319,6 +326,23 @@ public ContactCenter setEarly(Early early) {
319326
return this;
320327
}
321328

329+
/**
330+
* Optional. Feature configuration to populate the feature flags.
331+
* @return value or {@code null} for none
332+
*/
333+
public FeatureConfig getFeatureConfig() {
334+
return featureConfig;
335+
}
336+
337+
/**
338+
* Optional. Feature configuration to populate the feature flags.
339+
* @param featureConfig featureConfig or {@code null} for none
340+
*/
341+
public ContactCenter setFeatureConfig(FeatureConfig featureConfig) {
342+
this.featureConfig = featureConfig;
343+
return this;
344+
}
345+
322346
/**
323347
* The configuration of this instance, it is currently immutable once created.
324348
* @return value or {@code null} for none
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.contactcenteraiplatform.v1alpha1.model;
18+
19+
/**
20+
* Model definition for FeatureConfig.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Contact Center AI Platform API. For a detailed
24+
* explanation see:
25+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
26+
* </p>
27+
*
28+
* @author Google, Inc.
29+
*/
30+
@SuppressWarnings("javadoc")
31+
public final class FeatureConfig extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* Optional. If true - enables the agent desktop feature. Default is false.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.Boolean agentDesktopEnabled;
39+
40+
/**
41+
* Optional. If true - enables the agent desktop feature. Default is false.
42+
* @return value or {@code null} for none
43+
*/
44+
public java.lang.Boolean getAgentDesktopEnabled() {
45+
return agentDesktopEnabled;
46+
}
47+
48+
/**
49+
* Optional. If true - enables the agent desktop feature. Default is false.
50+
* @param agentDesktopEnabled agentDesktopEnabled or {@code null} for none
51+
*/
52+
public FeatureConfig setAgentDesktopEnabled(java.lang.Boolean agentDesktopEnabled) {
53+
this.agentDesktopEnabled = agentDesktopEnabled;
54+
return this;
55+
}
56+
57+
@Override
58+
public FeatureConfig set(String fieldName, Object value) {
59+
return (FeatureConfig) super.set(fieldName, value);
60+
}
61+
62+
@Override
63+
public FeatureConfig clone() {
64+
return (FeatureConfig) super.clone();
65+
}
66+
67+
}

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-rev20250703-2.0.0</version>
12-
<name>Contact Center AI Platform API v1alpha1-rev20250703-2.0.0</name>
11+
<version>v1alpha1-rev20250821-2.0.0</version>
12+
<name>Contact Center AI Platform API v1alpha1-rev20250821-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-rev20250703-2.0.0</version>
25+
<version>v1alpha1-rev20250821-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-rev20250703-2.0.0'
38+
implementation 'com.google.apis:google-api-services-contactcenteraiplatform:v1alpha1-rev20250821-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)