You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-contactcenterinsights/v1/2.0.0/com/google/api/services/contactcenterinsights/v1/Contactcenterinsights.java
+68Lines changed: 68 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10402,6 +10402,40 @@ public List setPageToken(java.lang.String pageToken) {
10402
10402
return this;
10403
10403
}
10404
10404
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
+
10405
10439
@Override
10406
10440
public List set(String parameterName, Object value) {
10407
10441
return (List) super.set(parameterName, value);
@@ -22578,6 +22612,40 @@ public List setPageToken(java.lang.String pageToken) {
22578
22612
return this;
22579
22613
}
22580
22614
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
+
22581
22649
@Override
22582
22650
public List set(String parameterName, Object value) {
Copy file name to clipboardExpand all lines: clients/google-api-services-contactcenterinsights/v1/2.0.0/com/google/api/services/contactcenterinsights/v1/model/GoogleCloudContactcenterinsightsV1ConversationQualityMetadataAgentInfo.java
+96Lines changed: 96 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,20 @@ public final class GoogleCloudContactcenterinsightsV1ConversationQualityMetadata
44
44
@com.google.api.client.util.Key
45
45
privatejava.lang.StringagentType;
46
46
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
+
privatejava.lang.StringdeploymentDisplayName;
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
+
privatejava.lang.StringdeploymentId;
60
+
47
61
/**
48
62
* The agent's name.
49
63
* The value may be {@code null}.
@@ -80,6 +94,20 @@ public final class GoogleCloudContactcenterinsightsV1ConversationQualityMetadata
80
94
@com.google.api.client.util.Key
81
95
privatejava.util.List<java.lang.String> teams;
82
96
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
+
privatejava.lang.StringversionDisplayName;
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
+
privatejava.lang.StringversionId;
110
+
83
111
/**
84
112
* A user-specified string representing the agent.
85
113
* @return value or {@code null} for none
@@ -114,6 +142,40 @@ public GoogleCloudContactcenterinsightsV1ConversationQualityMetadataAgentInfo se
114
142
returnthis;
115
143
}
116
144
145
+
/**
146
+
* The agent's deployment display name. Only applicable to automated agents.
Copy file name to clipboardExpand all lines: clients/google-api-services-contactcenterinsights/v1/2.0.0/com/google/api/services/contactcenterinsights/v1/model/GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata.java
0 commit comments