Skip to content

Commit 6bb7ebb

Browse files
1 parent f505ea6 commit 6bb7ebb

File tree

4 files changed

+9
-9
lines changed

4 files changed

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public final class GoogleCloudContactcenterinsightsV1AuthorizedView extends com.
3737
* permission (read/write) could be applied to the subset of conversations. If conversation_filter
3838
* is empty, there is no restriction on the conversations that the AuthorizedView can access.
3939
* Having *authorizedViews.get* access to the AuthorizedView means having the same read/write
40-
* access to the Conversations (as well as metadata/annotations liked to the conversation) that
40+
* access to the Conversations (as well as metadata/annotations linked to the conversation) that
4141
* this AuthorizedView has.
4242
* The value may be {@code null}.
4343
*/
@@ -78,7 +78,7 @@ public final class GoogleCloudContactcenterinsightsV1AuthorizedView extends com.
7878
* permission (read/write) could be applied to the subset of conversations. If conversation_filter
7979
* is empty, there is no restriction on the conversations that the AuthorizedView can access.
8080
* Having *authorizedViews.get* access to the AuthorizedView means having the same read/write
81-
* access to the Conversations (as well as metadata/annotations liked to the conversation) that
81+
* access to the Conversations (as well as metadata/annotations linked to the conversation) that
8282
* this AuthorizedView has.
8383
* @return value or {@code null} for none
8484
*/
@@ -91,7 +91,7 @@ public java.lang.String getConversationFilter() {
9191
* permission (read/write) could be applied to the subset of conversations. If conversation_filter
9292
* is empty, there is no restriction on the conversations that the AuthorizedView can access.
9393
* Having *authorizedViews.get* access to the AuthorizedView means having the same read/write
94-
* access to the Conversations (as well as metadata/annotations liked to the conversation) that
94+
* access to the Conversations (as well as metadata/annotations linked to the conversation) that
9595
* this AuthorizedView has.
9696
* @param conversationFilter conversationFilter or {@code null} for none
9797
*/

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-rev20250624-2.0.0</version>
12-
<name>Contact Center AI Insights API v1-rev20250624-2.0.0</name>
11+
<version>v1-rev20250701-2.0.0</version>
12+
<name>Contact Center AI Insights API v1-rev20250701-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-rev20250624-2.0.0</version>
25+
<version>v1-rev20250701-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-rev20250624-2.0.0'
38+
implementation 'com.google.apis:google-api-services-contactcenterinsights:v1-rev20250701-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)