Skip to content

Commit e794f73

Browse files
1 parent 0134362 commit e794f73

File tree

5 files changed

+31
-22
lines changed

5 files changed

+31
-22
lines changed

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

clients/google-api-services-contactcenterinsights/v1/2.0.0/com/google/api/services/contactcenterinsights/v1/Contactcenterinsights.java

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3264,16 +3264,16 @@ public Create setParent(java.lang.String parent) {
32643264
* Optional. A unique ID for the new AuthorizedViewSet. This ID will become the final
32653265
* component of the AuthorizedViewSet's resource name. If no ID is specified, a server-
32663266
* generated ID will be used. This value should be 4-64 characters and must match the
3267-
* regular expression `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`. See aip.dev/122#resource-id-
3268-
* segments
3267+
* regular expression `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`. See
3268+
* https://google.aip.dev/122#resource-id-segments
32693269
*/
32703270
@com.google.api.client.util.Key
32713271
private java.lang.String authorizedViewSetId;
32723272

32733273
/** Optional. A unique ID for the new AuthorizedViewSet. This ID will become the final component of the
32743274
AuthorizedViewSet's resource name. If no ID is specified, a server-generated ID will be used. This
32753275
value should be 4-64 characters and must match the regular expression
3276-
`^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`. See aip.dev/122#resource-id-segments
3276+
`^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`. See https://google.aip.dev/122#resource-id-segments
32773277
*/
32783278
public java.lang.String getAuthorizedViewSetId() {
32793279
return authorizedViewSetId;
@@ -3283,8 +3283,8 @@ public java.lang.String getAuthorizedViewSetId() {
32833283
* Optional. A unique ID for the new AuthorizedViewSet. This ID will become the final
32843284
* component of the AuthorizedViewSet's resource name. If no ID is specified, a server-
32853285
* generated ID will be used. This value should be 4-64 characters and must match the
3286-
* regular expression `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`. See aip.dev/122#resource-id-
3287-
* segments
3286+
* regular expression `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`. See
3287+
* https://google.aip.dev/122#resource-id-segments
32883288
*/
32893289
public Create setAuthorizedViewSetId(java.lang.String authorizedViewSetId) {
32903290
this.authorizedViewSetId = authorizedViewSetId;
@@ -4136,16 +4136,16 @@ public Create setParent(java.lang.String parent) {
41364136
* Optional. A unique ID for the new AuthorizedView. This ID will become the final
41374137
* component of the AuthorizedView's resource name. If no ID is specified, a server-
41384138
* generated ID will be used. This value should be 4-64 characters and must match the
4139-
* regular expression `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`. See aip.dev/122#resource-id-
4140-
* segments
4139+
* regular expression `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`. See
4140+
* https://google.aip.dev/122#resource-id-segments
41414141
*/
41424142
@com.google.api.client.util.Key
41434143
private java.lang.String authorizedViewId;
41444144

41454145
/** Optional. A unique ID for the new AuthorizedView. This ID will become the final component of the
41464146
AuthorizedView's resource name. If no ID is specified, a server-generated ID will be used. This
41474147
value should be 4-64 characters and must match the regular expression
4148-
`^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`. See aip.dev/122#resource-id-segments
4148+
`^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`. See https://google.aip.dev/122#resource-id-segments
41494149
*/
41504150
public java.lang.String getAuthorizedViewId() {
41514151
return authorizedViewId;
@@ -4155,8 +4155,8 @@ public java.lang.String getAuthorizedViewId() {
41554155
* Optional. A unique ID for the new AuthorizedView. This ID will become the final
41564156
* component of the AuthorizedView's resource name. If no ID is specified, a server-
41574157
* generated ID will be used. This value should be 4-64 characters and must match the
4158-
* regular expression `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`. See aip.dev/122#resource-id-
4159-
* segments
4158+
* regular expression `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`. See
4159+
* https://google.aip.dev/122#resource-id-segments
41604160
*/
41614161
public Create setAuthorizedViewId(java.lang.String authorizedViewId) {
41624162
this.authorizedViewId = authorizedViewId;

clients/google-api-services-contactcenterinsights/v1/2.0.0/com/google/api/services/contactcenterinsights/v1/model/GoogleCloudContactcenterinsightsV1Settings.java

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,11 @@ public final class GoogleCloudContactcenterinsightsV1Settings extends com.google
8282
* each time a conversation is created. * "export-insights-data": Notify each time an export is
8383
* complete. * "ingest-conversations": Notify each time an IngestConversations LRO is complete. *
8484
* "update-conversation": Notify each time a conversation is updated via UpdateConversation. *
85-
* "upload-conversation": Notify when an UploadConversation LRO is complete. Values are Pub/Sub
86-
* topics. The format of each Pub/Sub topic is: projects/{project}/topics/{topic}
85+
* "upload-conversation": Notify when an UploadConversation LRO is complete. * "update-or-analyze-
86+
* conversation": Notify when an analysis for a conversation is completed or when the conversation
87+
* is updated. The message will contain the conversation with transcript, analysis and other
88+
* metadata. Values are Pub/Sub topics. The format of each Pub/Sub topic is:
89+
* projects/{project}/topics/{topic}
8790
* The value may be {@code null}.
8891
*/
8992
@com.google.api.client.util.Key
@@ -218,8 +221,11 @@ public GoogleCloudContactcenterinsightsV1Settings setName(java.lang.String name)
218221
* each time a conversation is created. * "export-insights-data": Notify each time an export is
219222
* complete. * "ingest-conversations": Notify each time an IngestConversations LRO is complete. *
220223
* "update-conversation": Notify each time a conversation is updated via UpdateConversation. *
221-
* "upload-conversation": Notify when an UploadConversation LRO is complete. Values are Pub/Sub
222-
* topics. The format of each Pub/Sub topic is: projects/{project}/topics/{topic}
224+
* "upload-conversation": Notify when an UploadConversation LRO is complete. * "update-or-analyze-
225+
* conversation": Notify when an analysis for a conversation is completed or when the conversation
226+
* is updated. The message will contain the conversation with transcript, analysis and other
227+
* metadata. Values are Pub/Sub topics. The format of each Pub/Sub topic is:
228+
* projects/{project}/topics/{topic}
223229
* @return value or {@code null} for none
224230
*/
225231
public java.util.Map<String, java.lang.String> getPubsubNotificationSettings() {
@@ -234,8 +240,11 @@ public java.util.Map<String, java.lang.String> getPubsubNotificationSettings() {
234240
* each time a conversation is created. * "export-insights-data": Notify each time an export is
235241
* complete. * "ingest-conversations": Notify each time an IngestConversations LRO is complete. *
236242
* "update-conversation": Notify each time a conversation is updated via UpdateConversation. *
237-
* "upload-conversation": Notify when an UploadConversation LRO is complete. Values are Pub/Sub
238-
* topics. The format of each Pub/Sub topic is: projects/{project}/topics/{topic}
243+
* "upload-conversation": Notify when an UploadConversation LRO is complete. * "update-or-analyze-
244+
* conversation": Notify when an analysis for a conversation is completed or when the conversation
245+
* is updated. The message will contain the conversation with transcript, analysis and other
246+
* metadata. Values are Pub/Sub topics. The format of each Pub/Sub topic is:
247+
* projects/{project}/topics/{topic}
239248
* @param pubsubNotificationSettings pubsubNotificationSettings or {@code null} for none
240249
*/
241250
public GoogleCloudContactcenterinsightsV1Settings setPubsubNotificationSettings(java.util.Map<String, java.lang.String> pubsubNotificationSettings) {

clients/google-api-services-contactcenterinsights/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-contactcenterinsights</artifactId>
11-
<version>v1-rev20250825-2.0.0</version>
12-
<name>Contact Center AI Insights API v1-rev20250825-2.0.0</name>
11+
<version>v1-rev20250901-2.0.0</version>
12+
<name>Contact Center AI Insights API v1-rev20250901-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)