Interface CreateConversationRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateConversationRequest
,CreateConversationRequest.Builder
public interface CreateConversationRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Conversation
getConversation()
Required.ConversationOrBuilder
getConversationOrBuilder()
Required.String
getParent()
Required.com.google.protobuf.ByteString
getParentBytes()
Required.boolean
hasConversation()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParent
String getParent()
Required. Full resource name of parent data store. Format: `projects/{project_number}/locations/{location_id}/collections/{collection}/dataStores/{data_store_id}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The parent.
-
getParentBytes
com.google.protobuf.ByteString getParentBytes()
Required. Full resource name of parent data store. Format: `projects/{project_number}/locations/{location_id}/collections/{collection}/dataStores/{data_store_id}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The bytes for parent.
-
hasConversation
boolean hasConversation()
Required. The conversation to create.
.google.cloud.discoveryengine.v1beta.Conversation conversation = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- Whether the conversation field is set.
-
getConversation
Conversation getConversation()
Required. The conversation to create.
.google.cloud.discoveryengine.v1beta.Conversation conversation = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The conversation.
-
getConversationOrBuilder
ConversationOrBuilder getConversationOrBuilder()
Required. The conversation to create.
.google.cloud.discoveryengine.v1beta.Conversation conversation = 2 [(.google.api.field_behavior) = REQUIRED];
-
-