public interface UpdateConversationRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Conversation |
getConversation()
Required.
|
ConversationOrBuilder |
getConversationOrBuilder()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
The list of fields to be updated.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
The list of fields to be updated.
|
boolean |
hasConversation()
Required.
|
boolean |
hasUpdateMask()
The list of fields to be updated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasConversation()
Required. The new values for the conversation.
.google.cloud.contactcenterinsights.v1.Conversation conversation = 1 [(.google.api.field_behavior) = REQUIRED];
Conversation getConversation()
Required. The new values for the conversation.
.google.cloud.contactcenterinsights.v1.Conversation conversation = 1 [(.google.api.field_behavior) = REQUIRED];
ConversationOrBuilder getConversationOrBuilder()
Required. The new values for the conversation.
.google.cloud.contactcenterinsights.v1.Conversation conversation = 1 [(.google.api.field_behavior) = REQUIRED];
boolean hasUpdateMask()
The list of fields to be updated.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMask getUpdateMask()
The list of fields to be updated.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
The list of fields to be updated.
.google.protobuf.FieldMask update_mask = 2;Copyright © 2023 Google LLC. All rights reserved.