Skip to content

Commit 5f88ba9

Browse files
chore: regenerate contactcenteraiplatform client
1 parent ebb6aa7 commit 5f88ba9

File tree

6 files changed

+91
-14
lines changed

6 files changed

+91
-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-rev20260108-2.0.0</version>
25+
<version>v1alpha1-rev20260129-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-rev20260108-2.0.0'
38+
implementation 'com.google.apis:google-api-services-contactcenteraiplatform:v1alpha1-rev20260129-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: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public class CCAIPlatform extends com.google.api.client.googleapis.services.json
103103
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
104104
* <li>Android: {@code newCompatibleTransport} from
105105
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
106-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
106+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
107107
* </li>
108108
* </ul>
109109
* @param jsonFactory JSON factory, which may be:
@@ -454,7 +454,10 @@ public Get set(String parameterName, Object value) {
454454
}
455455
}
456456
/**
457-
* Lists information about the supported locations for this service.
457+
* Lists information about the supported locations for this service. This method can be called in
458+
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
459+
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
460+
* public locations as well as private or other locations specifically visible to the project.
458461
*
459462
* Create a request for the method "locations.list".
460463
*
@@ -478,7 +481,10 @@ public class List extends CCAIPlatformRequest<com.google.api.services.contactcen
478481
java.util.regex.Pattern.compile("^projects/[^/]+$");
479482

480483
/**
481-
* Lists information about the supported locations for this service.
484+
* Lists information about the supported locations for this service. This method can be called in
485+
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
486+
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
487+
* public locations as well as private or other locations specifically visible to the project.
482488
*
483489
* Create a request for the method "locations.list".
484490
*
@@ -2463,8 +2469,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
24632469
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
24642470
* <li>Android: {@code newCompatibleTransport} from
24652471
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
2466-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
2467-
* </li>
2472+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
24682473
* </ul>
24692474
* @param jsonFactory JSON factory, which may be:
24702475
* <ul>

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

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,13 @@ public final class ContactCenter extends com.google.api.client.json.GenericJson
7474
@com.google.api.client.util.Key
7575
private java.lang.String customerDomainPrefix;
7676

77+
/**
78+
* Output only. Timestamp in UTC of when this resource was soft-deleted.
79+
* The value may be {@code null}.
80+
*/
81+
@com.google.api.client.util.Key
82+
private String deleteTime;
83+
7784
/**
7885
* Required. A user friendly name for the ContactCenter.
7986
* The value may be {@code null}.
@@ -88,6 +95,13 @@ public final class ContactCenter extends com.google.api.client.json.GenericJson
8895
@com.google.api.client.util.Key
8996
private Early early;
9097

98+
/**
99+
* Output only. Timestamp in UTC of when this resource is considered expired.
100+
* The value may be {@code null}.
101+
*/
102+
@com.google.api.client.util.Key
103+
private String expireTime;
104+
91105
/**
92106
* Optional. Feature configuration to populate the feature flags.
93107
* The value may be {@code null}.
@@ -144,6 +158,13 @@ public final class ContactCenter extends com.google.api.client.json.GenericJson
144158
@com.google.api.client.util.Key
145159
private java.util.List<java.lang.String> privateComponents;
146160

161+
/**
162+
* Output only. Timestamp in UTC of when this resource is going to be hard-deleted.
163+
* The value may be {@code null}.
164+
*/
165+
@com.google.api.client.util.Key
166+
private String purgeTime;
167+
147168
/**
148169
* Output only. UJET release version, unique for each new release.
149170
* The value may be {@code null}.
@@ -292,6 +313,23 @@ public ContactCenter setCustomerDomainPrefix(java.lang.String customerDomainPref
292313
return this;
293314
}
294315

316+
/**
317+
* Output only. Timestamp in UTC of when this resource was soft-deleted.
318+
* @return value or {@code null} for none
319+
*/
320+
public String getDeleteTime() {
321+
return deleteTime;
322+
}
323+
324+
/**
325+
* Output only. Timestamp in UTC of when this resource was soft-deleted.
326+
* @param deleteTime deleteTime or {@code null} for none
327+
*/
328+
public ContactCenter setDeleteTime(String deleteTime) {
329+
this.deleteTime = deleteTime;
330+
return this;
331+
}
332+
295333
/**
296334
* Required. A user friendly name for the ContactCenter.
297335
* @return value or {@code null} for none
@@ -326,6 +364,23 @@ public ContactCenter setEarly(Early early) {
326364
return this;
327365
}
328366

367+
/**
368+
* Output only. Timestamp in UTC of when this resource is considered expired.
369+
* @return value or {@code null} for none
370+
*/
371+
public String getExpireTime() {
372+
return expireTime;
373+
}
374+
375+
/**
376+
* Output only. Timestamp in UTC of when this resource is considered expired.
377+
* @param expireTime expireTime or {@code null} for none
378+
*/
379+
public ContactCenter setExpireTime(String expireTime) {
380+
this.expireTime = expireTime;
381+
return this;
382+
}
383+
329384
/**
330385
* Optional. Feature configuration to populate the feature flags.
331386
* @return value or {@code null} for none
@@ -462,6 +517,23 @@ public ContactCenter setPrivateComponents(java.util.List<java.lang.String> priva
462517
return this;
463518
}
464519

520+
/**
521+
* Output only. Timestamp in UTC of when this resource is going to be hard-deleted.
522+
* @return value or {@code null} for none
523+
*/
524+
public String getPurgeTime() {
525+
return purgeTime;
526+
}
527+
528+
/**
529+
* Output only. Timestamp in UTC of when this resource is going to be hard-deleted.
530+
* @param purgeTime purgeTime or {@code null} for none
531+
*/
532+
public ContactCenter setPurgeTime(String purgeTime) {
533+
this.purgeTime = purgeTime;
534+
return this;
535+
}
536+
465537
/**
466538
* Output only. UJET release version, unique for each new release.
467539
* @return value or {@code null} for none

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public final class GenerateShiftsRequest extends com.google.api.client.json.Gene
6060
private java.util.List<ShiftTemplate> shiftTemplates;
6161

6262
/**
63-
* Optional. Parameters for the solver.
63+
* Required. Parameters for the solver.
6464
* The value may be {@code null}.
6565
*/
6666
@com.google.api.client.util.Key
@@ -129,15 +129,15 @@ public GenerateShiftsRequest setShiftTemplates(java.util.List<ShiftTemplate> shi
129129
}
130130

131131
/**
132-
* Optional. Parameters for the solver.
132+
* Required. Parameters for the solver.
133133
* @return value or {@code null} for none
134134
*/
135135
public SolverConfig getSolverConfig() {
136136
return solverConfig;
137137
}
138138

139139
/**
140-
* Optional. Parameters for the solver.
140+
* Required. Parameters for the solver.
141141
* @param solverConfig solverConfig or {@code null} for none
142142
*/
143143
public GenerateShiftsRequest setSolverConfig(SolverConfig solverConfig) {

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

0 commit comments

Comments
 (0)