Skip to content

Commit 1403848

Browse files
1 parent 79f726f commit 1403848

11 files changed

+560
-24
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-rev20250923-2.0.0</version>
25+
<version>v1-rev20250926-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-rev20250923-2.0.0'
38+
implementation 'com.google.apis:google-api-services-contactcenterinsights:v1-rev20250926-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: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10402,6 +10402,40 @@ public List setPageToken(java.lang.String pageToken) {
1040210402
return this;
1040310403
}
1040410404

10405+
/**
10406+
* When set to `true`, operations that are reachable are returned as normal, and those
10407+
* that are unreachable are returned in the [ListOperationsResponse.unreachable]
10408+
* field. This can only be `true` when reading across collections e.g. when `parent`
10409+
* is set to `"projects/example/locations/-"`. This field is not by default supported
10410+
* and will result in an `UNIMPLEMENTED` error if set unless explicitly documented
10411+
* otherwise in service or product specific documentation.
10412+
*/
10413+
@com.google.api.client.util.Key
10414+
private java.lang.Boolean returnPartialSuccess;
10415+
10416+
/** When set to `true`, operations that are reachable are returned as normal, and those that are
10417+
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
10418+
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
10419+
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
10420+
explicitly documented otherwise in service or product specific documentation.
10421+
*/
10422+
public java.lang.Boolean getReturnPartialSuccess() {
10423+
return returnPartialSuccess;
10424+
}
10425+
10426+
/**
10427+
* When set to `true`, operations that are reachable are returned as normal, and those
10428+
* that are unreachable are returned in the [ListOperationsResponse.unreachable]
10429+
* field. This can only be `true` when reading across collections e.g. when `parent`
10430+
* is set to `"projects/example/locations/-"`. This field is not by default supported
10431+
* and will result in an `UNIMPLEMENTED` error if set unless explicitly documented
10432+
* otherwise in service or product specific documentation.
10433+
*/
10434+
public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
10435+
this.returnPartialSuccess = returnPartialSuccess;
10436+
return this;
10437+
}
10438+
1040510439
@Override
1040610440
public List set(String parameterName, Object value) {
1040710441
return (List) super.set(parameterName, value);
@@ -22578,6 +22612,40 @@ public List setPageToken(java.lang.String pageToken) {
2257822612
return this;
2257922613
}
2258022614

22615+
/**
22616+
* When set to `true`, operations that are reachable are returned as normal, and those
22617+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
22618+
* This can only be `true` when reading across collections e.g. when `parent` is set to
22619+
* `"projects/example/locations/-"`. This field is not by default supported and will
22620+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
22621+
* service or product specific documentation.
22622+
*/
22623+
@com.google.api.client.util.Key
22624+
private java.lang.Boolean returnPartialSuccess;
22625+
22626+
/** When set to `true`, operations that are reachable are returned as normal, and those that are
22627+
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
22628+
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
22629+
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
22630+
explicitly documented otherwise in service or product specific documentation.
22631+
*/
22632+
public java.lang.Boolean getReturnPartialSuccess() {
22633+
return returnPartialSuccess;
22634+
}
22635+
22636+
/**
22637+
* When set to `true`, operations that are reachable are returned as normal, and those
22638+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
22639+
* This can only be `true` when reading across collections e.g. when `parent` is set to
22640+
* `"projects/example/locations/-"`. This field is not by default supported and will
22641+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
22642+
* service or product specific documentation.
22643+
*/
22644+
public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
22645+
this.returnPartialSuccess = returnPartialSuccess;
22646+
return this;
22647+
}
22648+
2258122649
@Override
2258222650
public List set(String parameterName, Object value) {
2258322651
return (List) super.set(parameterName, value);

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

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,20 @@ public final class GoogleCloudContactcenterinsightsV1ConversationQualityMetadata
4444
@com.google.api.client.util.Key
4545
private java.lang.String agentType;
4646

47+
/**
48+
* The agent's deployment display name. Only applicable to automated agents.
49+
* The value may be {@code null}.
50+
*/
51+
@com.google.api.client.util.Key
52+
private java.lang.String deploymentDisplayName;
53+
54+
/**
55+
* The agent's deployment ID. Only applicable to automated agents.
56+
* The value may be {@code null}.
57+
*/
58+
@com.google.api.client.util.Key
59+
private java.lang.String deploymentId;
60+
4761
/**
4862
* The agent's name.
4963
* The value may be {@code null}.
@@ -80,6 +94,20 @@ public final class GoogleCloudContactcenterinsightsV1ConversationQualityMetadata
8094
@com.google.api.client.util.Key
8195
private java.util.List<java.lang.String> teams;
8296

97+
/**
98+
* The agent's version display name. Only applicable to automated agents.
99+
* The value may be {@code null}.
100+
*/
101+
@com.google.api.client.util.Key
102+
private java.lang.String versionDisplayName;
103+
104+
/**
105+
* The agent's version ID. Only applicable to automated agents.
106+
* The value may be {@code null}.
107+
*/
108+
@com.google.api.client.util.Key
109+
private java.lang.String versionId;
110+
83111
/**
84112
* A user-specified string representing the agent.
85113
* @return value or {@code null} for none
@@ -114,6 +142,40 @@ public GoogleCloudContactcenterinsightsV1ConversationQualityMetadataAgentInfo se
114142
return this;
115143
}
116144

145+
/**
146+
* The agent's deployment display name. Only applicable to automated agents.
147+
* @return value or {@code null} for none
148+
*/
149+
public java.lang.String getDeploymentDisplayName() {
150+
return deploymentDisplayName;
151+
}
152+
153+
/**
154+
* The agent's deployment display name. Only applicable to automated agents.
155+
* @param deploymentDisplayName deploymentDisplayName or {@code null} for none
156+
*/
157+
public GoogleCloudContactcenterinsightsV1ConversationQualityMetadataAgentInfo setDeploymentDisplayName(java.lang.String deploymentDisplayName) {
158+
this.deploymentDisplayName = deploymentDisplayName;
159+
return this;
160+
}
161+
162+
/**
163+
* The agent's deployment ID. Only applicable to automated agents.
164+
* @return value or {@code null} for none
165+
*/
166+
public java.lang.String getDeploymentId() {
167+
return deploymentId;
168+
}
169+
170+
/**
171+
* The agent's deployment ID. Only applicable to automated agents.
172+
* @param deploymentId deploymentId or {@code null} for none
173+
*/
174+
public GoogleCloudContactcenterinsightsV1ConversationQualityMetadataAgentInfo setDeploymentId(java.lang.String deploymentId) {
175+
this.deploymentId = deploymentId;
176+
return this;
177+
}
178+
117179
/**
118180
* The agent's name.
119181
* @return value or {@code null} for none
@@ -201,6 +263,40 @@ public GoogleCloudContactcenterinsightsV1ConversationQualityMetadataAgentInfo se
201263
return this;
202264
}
203265

266+
/**
267+
* The agent's version display name. Only applicable to automated agents.
268+
* @return value or {@code null} for none
269+
*/
270+
public java.lang.String getVersionDisplayName() {
271+
return versionDisplayName;
272+
}
273+
274+
/**
275+
* The agent's version display name. Only applicable to automated agents.
276+
* @param versionDisplayName versionDisplayName or {@code null} for none
277+
*/
278+
public GoogleCloudContactcenterinsightsV1ConversationQualityMetadataAgentInfo setVersionDisplayName(java.lang.String versionDisplayName) {
279+
this.versionDisplayName = versionDisplayName;
280+
return this;
281+
}
282+
283+
/**
284+
* The agent's version ID. Only applicable to automated agents.
285+
* @return value or {@code null} for none
286+
*/
287+
public java.lang.String getVersionId() {
288+
return versionId;
289+
}
290+
291+
/**
292+
* The agent's version ID. Only applicable to automated agents.
293+
* @param versionId versionId or {@code null} for none
294+
*/
295+
public GoogleCloudContactcenterinsightsV1ConversationQualityMetadataAgentInfo setVersionId(java.lang.String versionId) {
296+
this.versionId = versionId;
297+
return this;
298+
}
299+
204300
@Override
205301
public GoogleCloudContactcenterinsightsV1ConversationQualityMetadataAgentInfo set(String fieldName, Object value) {
206302
return (GoogleCloudContactcenterinsightsV1ConversationQualityMetadataAgentInfo) super.set(fieldName, value);

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

Lines changed: 120 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,32 @@
3131
public final class GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Optional. The agent's name
34+
* Optional. The agent's deployment display name. Only applicable to automated agents. This will
35+
* be populated for AGENT_DEPLOYMENT_ID dimensions.
36+
* The value may be {@code null}.
37+
*/
38+
@com.google.api.client.util.Key
39+
private java.lang.String agentDeploymentDisplayName;
40+
41+
/**
42+
* Optional. The agent's deployment ID. Only applicable to automated agents. This will be
43+
* populated for AGENT and AGENT_DEPLOYMENT_ID dimensions.
44+
* The value may be {@code null}.
45+
*/
46+
@com.google.api.client.util.Key
47+
private java.lang.String agentDeploymentId;
48+
49+
/**
50+
* Optional. The agent's name This will be populated for AGENT, AGENT_TEAM, AGENT_VERSION_ID, and
51+
* AGENT_DEPLOYMENT_ID dimensions.
3552
* The value may be {@code null}.
3653
*/
3754
@com.google.api.client.util.Key
3855
private java.lang.String agentDisplayName;
3956

4057
/**
41-
* Optional. A user-specified string representing the agent.
58+
* Optional. A user-specified string representing the agent. This will be populated for AGENT,
59+
* AGENT_TEAM, AGENT_VERSION_ID, and AGENT_DEPLOYMENT_ID dimensions.
4260
* The value may be {@code null}.
4361
*/
4462
@com.google.api.client.util.Key
@@ -52,15 +70,71 @@ public final class GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMeta
5270
private java.lang.String agentTeam;
5371

5472
/**
55-
* Optional. The agent's name
73+
* Optional. The agent's version display name. Only applicable to automated agents. This will be
74+
* populated for AGENT_VERSION_ID, and AGENT_DEPLOYMENT_ID dimensions.
75+
* The value may be {@code null}.
76+
*/
77+
@com.google.api.client.util.Key
78+
private java.lang.String agentVersionDisplayName;
79+
80+
/**
81+
* Optional. The agent's version ID. Only applicable to automated agents. This will be populated
82+
* for AGENT_VERSION_ID, and AGENT_DEPLOYMENT_ID dimensions.
83+
* The value may be {@code null}.
84+
*/
85+
@com.google.api.client.util.Key
86+
private java.lang.String agentVersionId;
87+
88+
/**
89+
* Optional. The agent's deployment display name. Only applicable to automated agents. This will
90+
* be populated for AGENT_DEPLOYMENT_ID dimensions.
91+
* @return value or {@code null} for none
92+
*/
93+
public java.lang.String getAgentDeploymentDisplayName() {
94+
return agentDeploymentDisplayName;
95+
}
96+
97+
/**
98+
* Optional. The agent's deployment display name. Only applicable to automated agents. This will
99+
* be populated for AGENT_DEPLOYMENT_ID dimensions.
100+
* @param agentDeploymentDisplayName agentDeploymentDisplayName or {@code null} for none
101+
*/
102+
public GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata setAgentDeploymentDisplayName(java.lang.String agentDeploymentDisplayName) {
103+
this.agentDeploymentDisplayName = agentDeploymentDisplayName;
104+
return this;
105+
}
106+
107+
/**
108+
* Optional. The agent's deployment ID. Only applicable to automated agents. This will be
109+
* populated for AGENT and AGENT_DEPLOYMENT_ID dimensions.
110+
* @return value or {@code null} for none
111+
*/
112+
public java.lang.String getAgentDeploymentId() {
113+
return agentDeploymentId;
114+
}
115+
116+
/**
117+
* Optional. The agent's deployment ID. Only applicable to automated agents. This will be
118+
* populated for AGENT and AGENT_DEPLOYMENT_ID dimensions.
119+
* @param agentDeploymentId agentDeploymentId or {@code null} for none
120+
*/
121+
public GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata setAgentDeploymentId(java.lang.String agentDeploymentId) {
122+
this.agentDeploymentId = agentDeploymentId;
123+
return this;
124+
}
125+
126+
/**
127+
* Optional. The agent's name This will be populated for AGENT, AGENT_TEAM, AGENT_VERSION_ID, and
128+
* AGENT_DEPLOYMENT_ID dimensions.
56129
* @return value or {@code null} for none
57130
*/
58131
public java.lang.String getAgentDisplayName() {
59132
return agentDisplayName;
60133
}
61134

62135
/**
63-
* Optional. The agent's name
136+
* Optional. The agent's name This will be populated for AGENT, AGENT_TEAM, AGENT_VERSION_ID, and
137+
* AGENT_DEPLOYMENT_ID dimensions.
64138
* @param agentDisplayName agentDisplayName or {@code null} for none
65139
*/
66140
public GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata setAgentDisplayName(java.lang.String agentDisplayName) {
@@ -69,15 +143,17 @@ public GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata setAgen
69143
}
70144

71145
/**
72-
* Optional. A user-specified string representing the agent.
146+
* Optional. A user-specified string representing the agent. This will be populated for AGENT,
147+
* AGENT_TEAM, AGENT_VERSION_ID, and AGENT_DEPLOYMENT_ID dimensions.
73148
* @return value or {@code null} for none
74149
*/
75150
public java.lang.String getAgentId() {
76151
return agentId;
77152
}
78153

79154
/**
80-
* Optional. A user-specified string representing the agent.
155+
* Optional. A user-specified string representing the agent. This will be populated for AGENT,
156+
* AGENT_TEAM, AGENT_VERSION_ID, and AGENT_DEPLOYMENT_ID dimensions.
81157
* @param agentId agentId or {@code null} for none
82158
*/
83159
public GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata setAgentId(java.lang.String agentId) {
@@ -102,6 +178,44 @@ public GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata setAgen
102178
return this;
103179
}
104180

181+
/**
182+
* Optional. The agent's version display name. Only applicable to automated agents. This will be
183+
* populated for AGENT_VERSION_ID, and AGENT_DEPLOYMENT_ID dimensions.
184+
* @return value or {@code null} for none
185+
*/
186+
public java.lang.String getAgentVersionDisplayName() {
187+
return agentVersionDisplayName;
188+
}
189+
190+
/**
191+
* Optional. The agent's version display name. Only applicable to automated agents. This will be
192+
* populated for AGENT_VERSION_ID, and AGENT_DEPLOYMENT_ID dimensions.
193+
* @param agentVersionDisplayName agentVersionDisplayName or {@code null} for none
194+
*/
195+
public GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata setAgentVersionDisplayName(java.lang.String agentVersionDisplayName) {
196+
this.agentVersionDisplayName = agentVersionDisplayName;
197+
return this;
198+
}
199+
200+
/**
201+
* Optional. The agent's version ID. Only applicable to automated agents. This will be populated
202+
* for AGENT_VERSION_ID, and AGENT_DEPLOYMENT_ID dimensions.
203+
* @return value or {@code null} for none
204+
*/
205+
public java.lang.String getAgentVersionId() {
206+
return agentVersionId;
207+
}
208+
209+
/**
210+
* Optional. The agent's version ID. Only applicable to automated agents. This will be populated
211+
* for AGENT_VERSION_ID, and AGENT_DEPLOYMENT_ID dimensions.
212+
* @param agentVersionId agentVersionId or {@code null} for none
213+
*/
214+
public GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata setAgentVersionId(java.lang.String agentVersionId) {
215+
this.agentVersionId = agentVersionId;
216+
return this;
217+
}
218+
105219
@Override
106220
public GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata set(String fieldName, Object value) {
107221
return (GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata) super.set(fieldName, value);

0 commit comments

Comments
 (0)