Skip to content

Commit d4dd205

Browse files
1 parent f07d40f commit d4dd205

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
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-rev20250721-2.0.0</version>
25+
<version>v1-rev20250729-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-rev20250721-2.0.0'
38+
implementation 'com.google.apis:google-api-services-contactcenterinsights:v1-rev20250729-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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3264,7 +3264,7 @@ 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 go/aip/122#resource-id-
3267+
* regular expression `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`. See aip.dev/122#resource-id-
32683268
* segments
32693269
*/
32703270
@com.google.api.client.util.Key
@@ -3273,7 +3273,7 @@ public Create setParent(java.lang.String parent) {
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 go/aip/122#resource-id-segments
3276+
`^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`. See aip.dev/122#resource-id-segments
32773277
*/
32783278
public java.lang.String getAuthorizedViewSetId() {
32793279
return authorizedViewSetId;
@@ -3283,7 +3283,7 @@ 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 go/aip/122#resource-id-
3286+
* regular expression `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`. See aip.dev/122#resource-id-
32873287
* segments
32883288
*/
32893289
public Create setAuthorizedViewSetId(java.lang.String authorizedViewSetId) {
@@ -4136,7 +4136,7 @@ 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 go/aip/122#resource-id-
4139+
* regular expression `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`. See aip.dev/122#resource-id-
41404140
* segments
41414141
*/
41424142
@com.google.api.client.util.Key
@@ -4145,7 +4145,7 @@ public Create setParent(java.lang.String parent) {
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 go/aip/122#resource-id-segments
4148+
`^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`. See aip.dev/122#resource-id-segments
41494149
*/
41504150
public java.lang.String getAuthorizedViewId() {
41514151
return authorizedViewId;
@@ -4155,7 +4155,7 @@ 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 go/aip/122#resource-id-
4158+
* regular expression `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`. See aip.dev/122#resource-id-
41594159
* segments
41604160
*/
41614161
public Create setAuthorizedViewId(java.lang.String authorizedViewId) {

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

0 commit comments

Comments
 (0)