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
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11367,6 +11367,29 @@ public Patch setName(java.lang.String name) {
11367
11367
return this;
11368
11368
}
11369
11369
11370
+
/**
11371
+
* Optional. Defaults to false. If set to true, and the conversation is not found, a new
11372
+
* conversation will be created. In this situation, `update_mask` is ignored.
11373
+
*/
11374
+
@com.google.api.client.util.Key
11375
+
private java.lang.Boolean allowMissing;
11376
+
11377
+
/** Optional. Defaults to false. If set to true, and the conversation is not found, a new conversation
11378
+
will be created. In this situation, `update_mask` is ignored.
11379
+
*/
11380
+
public java.lang.Boolean getAllowMissing() {
11381
+
return allowMissing;
11382
+
}
11383
+
11384
+
/**
11385
+
* Optional. Defaults to false. If set to true, and the conversation is not found, a new
11386
+
* conversation will be created. In this situation, `update_mask` is ignored.
11387
+
*/
11388
+
public Patch setAllowMissing(java.lang.Boolean allowMissing) {
11389
+
this.allowMissing = allowMissing;
11390
+
return this;
11391
+
}
11392
+
11370
11393
/**
11371
11394
* The list of fields to be updated. All possible fields can be updated by passing `*`, or
11372
11395
* a subset of the following updateable fields can be provided: * `agent_id` *
Copy file name to clipboardExpand all lines: clients/google-api-services-contactcenterinsights/v1/2.0.0/com/google/api/services/contactcenterinsights/v1/model/GoogleCloudContactcenterinsightsV1IngestConversationsRequestGcsSource.java
Copy file name to clipboardExpand all lines: clients/google-api-services-contactcenterinsights/v1/2.0.0/com/google/api/services/contactcenterinsights/v1/model/GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestGcsSource.java
0 commit comments