Class ConversationDataSource.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ConversationDataSource.Builder>
      • clear

        public ConversationDataSource.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<ConversationDataSource.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ConversationDataSource.Builder>
      • getDefaultInstanceForType

        public ConversationDataSource getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public ConversationDataSource build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public ConversationDataSource buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public ConversationDataSource.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<ConversationDataSource.Builder>
      • clearField

        public ConversationDataSource.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<ConversationDataSource.Builder>
      • clearOneof

        public ConversationDataSource.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ConversationDataSource.Builder>
      • setRepeatedField

        public ConversationDataSource.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                               int index,
                                                               Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ConversationDataSource.Builder>
      • addRepeatedField

        public ConversationDataSource.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                               Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ConversationDataSource.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ConversationDataSource.Builder>
      • mergeFrom

        public ConversationDataSource.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                 throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ConversationDataSource.Builder>
        Throws:
        IOException
      • hasGcsSource

        public boolean hasGcsSource()
         A Cloud Storage location specification for the audio and transcript.
         
        .google.cloud.contactcenterinsights.v1.GcsSource gcs_source = 1;
        Specified by:
        hasGcsSource in interface ConversationDataSourceOrBuilder
        Returns:
        Whether the gcsSource field is set.
      • getGcsSource

        public GcsSource getGcsSource()
         A Cloud Storage location specification for the audio and transcript.
         
        .google.cloud.contactcenterinsights.v1.GcsSource gcs_source = 1;
        Specified by:
        getGcsSource in interface ConversationDataSourceOrBuilder
        Returns:
        The gcsSource.
      • setGcsSource

        public ConversationDataSource.Builder setGcsSource​(GcsSource value)
         A Cloud Storage location specification for the audio and transcript.
         
        .google.cloud.contactcenterinsights.v1.GcsSource gcs_source = 1;
      • setGcsSource

        public ConversationDataSource.Builder setGcsSource​(GcsSource.Builder builderForValue)
         A Cloud Storage location specification for the audio and transcript.
         
        .google.cloud.contactcenterinsights.v1.GcsSource gcs_source = 1;
      • mergeGcsSource

        public ConversationDataSource.Builder mergeGcsSource​(GcsSource value)
         A Cloud Storage location specification for the audio and transcript.
         
        .google.cloud.contactcenterinsights.v1.GcsSource gcs_source = 1;
      • clearGcsSource

        public ConversationDataSource.Builder clearGcsSource()
         A Cloud Storage location specification for the audio and transcript.
         
        .google.cloud.contactcenterinsights.v1.GcsSource gcs_source = 1;
      • getGcsSourceBuilder

        public GcsSource.Builder getGcsSourceBuilder()
         A Cloud Storage location specification for the audio and transcript.
         
        .google.cloud.contactcenterinsights.v1.GcsSource gcs_source = 1;
      • hasDialogflowSource

        public boolean hasDialogflowSource()
         The source when the conversation comes from Dialogflow.
         
        .google.cloud.contactcenterinsights.v1.DialogflowSource dialogflow_source = 3;
        Specified by:
        hasDialogflowSource in interface ConversationDataSourceOrBuilder
        Returns:
        Whether the dialogflowSource field is set.
      • setDialogflowSource

        public ConversationDataSource.Builder setDialogflowSource​(DialogflowSource value)
         The source when the conversation comes from Dialogflow.
         
        .google.cloud.contactcenterinsights.v1.DialogflowSource dialogflow_source = 3;
      • mergeDialogflowSource

        public ConversationDataSource.Builder mergeDialogflowSource​(DialogflowSource value)
         The source when the conversation comes from Dialogflow.
         
        .google.cloud.contactcenterinsights.v1.DialogflowSource dialogflow_source = 3;
      • clearDialogflowSource

        public ConversationDataSource.Builder clearDialogflowSource()
         The source when the conversation comes from Dialogflow.
         
        .google.cloud.contactcenterinsights.v1.DialogflowSource dialogflow_source = 3;
      • getDialogflowSourceBuilder

        public DialogflowSource.Builder getDialogflowSourceBuilder()
         The source when the conversation comes from Dialogflow.
         
        .google.cloud.contactcenterinsights.v1.DialogflowSource dialogflow_source = 3;
      • setUnknownFields

        public final ConversationDataSource.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ConversationDataSource.Builder>
      • mergeUnknownFields

        public final ConversationDataSource.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ConversationDataSource.Builder>