Interface UpdateConversationRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateConversationRequest
,UpdateConversationRequest.Builder
public interface UpdateConversationRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Conversation
getConversation()
Required.ConversationOrBuilder
getConversationOrBuilder()
Required.com.google.protobuf.FieldMask
getUpdateMask()
Indicates which fields in the provided [Conversation][google.cloud.discoveryengine.v1.Conversation] to update.com.google.protobuf.FieldMaskOrBuilder
getUpdateMaskOrBuilder()
Indicates which fields in the provided [Conversation][google.cloud.discoveryengine.v1.Conversation] to update.boolean
hasConversation()
Required.boolean
hasUpdateMask()
Indicates which fields in the provided [Conversation][google.cloud.discoveryengine.v1.Conversation] to update.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasConversation
boolean hasConversation()
Required. The Conversation to update.
.google.cloud.discoveryengine.v1.Conversation conversation = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- Whether the conversation field is set.
-
getConversation
Conversation getConversation()
Required. The Conversation to update.
.google.cloud.discoveryengine.v1.Conversation conversation = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The conversation.
-
getConversationOrBuilder
ConversationOrBuilder getConversationOrBuilder()
Required. The Conversation to update.
.google.cloud.discoveryengine.v1.Conversation conversation = 1 [(.google.api.field_behavior) = REQUIRED];
-
hasUpdateMask
boolean hasUpdateMask()
Indicates which fields in the provided [Conversation][google.cloud.discoveryengine.v1.Conversation] to update. The following are NOT supported: * [conversation.name][] If not set or empty, all supported fields are updated.
.google.protobuf.FieldMask update_mask = 2;
- Returns:
- Whether the updateMask field is set.
-
getUpdateMask
com.google.protobuf.FieldMask getUpdateMask()
Indicates which fields in the provided [Conversation][google.cloud.discoveryengine.v1.Conversation] to update. The following are NOT supported: * [conversation.name][] If not set or empty, all supported fields are updated.
.google.protobuf.FieldMask update_mask = 2;
- Returns:
- The updateMask.
-
getUpdateMaskOrBuilder
com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Indicates which fields in the provided [Conversation][google.cloud.discoveryengine.v1.Conversation] to update. The following are NOT supported: * [conversation.name][] If not set or empty, all supported fields are updated.
.google.protobuf.FieldMask update_mask = 2;
-
-