Interface IngestConversationsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IngestConversationsRequest
,IngestConversationsRequest.Builder
public interface IngestConversationsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasGcsSource
boolean hasGcsSource()
A cloud storage bucket source.
.google.cloud.contactcenterinsights.v1.IngestConversationsRequest.GcsSource gcs_source = 2;
- Returns:
- Whether the gcsSource field is set.
-
getGcsSource
IngestConversationsRequest.GcsSource getGcsSource()
A cloud storage bucket source.
.google.cloud.contactcenterinsights.v1.IngestConversationsRequest.GcsSource gcs_source = 2;
- Returns:
- The gcsSource.
-
getGcsSourceOrBuilder
IngestConversationsRequest.GcsSourceOrBuilder getGcsSourceOrBuilder()
A cloud storage bucket source.
.google.cloud.contactcenterinsights.v1.IngestConversationsRequest.GcsSource gcs_source = 2;
-
hasTranscriptObjectConfig
boolean hasTranscriptObjectConfig()
Configuration for when `source` contains conversation transcripts.
.google.cloud.contactcenterinsights.v1.IngestConversationsRequest.TranscriptObjectConfig transcript_object_config = 3;
- Returns:
- Whether the transcriptObjectConfig field is set.
-
getTranscriptObjectConfig
IngestConversationsRequest.TranscriptObjectConfig getTranscriptObjectConfig()
Configuration for when `source` contains conversation transcripts.
.google.cloud.contactcenterinsights.v1.IngestConversationsRequest.TranscriptObjectConfig transcript_object_config = 3;
- Returns:
- The transcriptObjectConfig.
-
getTranscriptObjectConfigOrBuilder
IngestConversationsRequest.TranscriptObjectConfigOrBuilder getTranscriptObjectConfigOrBuilder()
Configuration for when `source` contains conversation transcripts.
.google.cloud.contactcenterinsights.v1.IngestConversationsRequest.TranscriptObjectConfig transcript_object_config = 3;
-
getParent
String getParent()
Required. The parent resource for new conversations.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The parent.
-
getParentBytes
com.google.protobuf.ByteString getParentBytes()
Required. The parent resource for new conversations.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The bytes for parent.
-
hasConversationConfig
boolean hasConversationConfig()
Configuration that applies to all conversations.
.google.cloud.contactcenterinsights.v1.IngestConversationsRequest.ConversationConfig conversation_config = 4;
- Returns:
- Whether the conversationConfig field is set.
-
getConversationConfig
IngestConversationsRequest.ConversationConfig getConversationConfig()
Configuration that applies to all conversations.
.google.cloud.contactcenterinsights.v1.IngestConversationsRequest.ConversationConfig conversation_config = 4;
- Returns:
- The conversationConfig.
-
getConversationConfigOrBuilder
IngestConversationsRequest.ConversationConfigOrBuilder getConversationConfigOrBuilder()
Configuration that applies to all conversations.
.google.cloud.contactcenterinsights.v1.IngestConversationsRequest.ConversationConfig conversation_config = 4;
-
getSourceCase
IngestConversationsRequest.SourceCase getSourceCase()
-
getObjectConfigCase
IngestConversationsRequest.ObjectConfigCase getObjectConfigCase()
-
-