Class BulkAnalyzeConversationsRequest.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<BulkAnalyzeConversationsRequest.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<BulkAnalyzeConversationsRequest.Builder>
      • getDefaultInstanceForType

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

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

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

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

        public String getParent()
         Required. The parent resource to create analyses in.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParent in interface BulkAnalyzeConversationsRequestOrBuilder
        Returns:
        The parent.
      • getParentBytes

        public com.google.protobuf.ByteString getParentBytes()
         Required. The parent resource to create analyses in.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParentBytes in interface BulkAnalyzeConversationsRequestOrBuilder
        Returns:
        The bytes for parent.
      • setParent

        public BulkAnalyzeConversationsRequest.Builder setParent​(String value)
         Required. The parent resource to create analyses in.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The parent to set.
        Returns:
        This builder for chaining.
      • clearParent

        public BulkAnalyzeConversationsRequest.Builder clearParent()
         Required. The parent resource to create analyses in.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setParentBytes

        public BulkAnalyzeConversationsRequest.Builder setParentBytes​(com.google.protobuf.ByteString value)
         Required. The parent resource to create analyses in.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for parent to set.
        Returns:
        This builder for chaining.
      • getFilterBytes

        public com.google.protobuf.ByteString getFilterBytes()
         Required. Filter used to select the subset of conversations to analyze.
         
        string filter = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getFilterBytes in interface BulkAnalyzeConversationsRequestOrBuilder
        Returns:
        The bytes for filter.
      • setFilter

        public BulkAnalyzeConversationsRequest.Builder setFilter​(String value)
         Required. Filter used to select the subset of conversations to analyze.
         
        string filter = 2 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The filter to set.
        Returns:
        This builder for chaining.
      • clearFilter

        public BulkAnalyzeConversationsRequest.Builder clearFilter()
         Required. Filter used to select the subset of conversations to analyze.
         
        string filter = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setFilterBytes

        public BulkAnalyzeConversationsRequest.Builder setFilterBytes​(com.google.protobuf.ByteString value)
         Required. Filter used to select the subset of conversations to analyze.
         
        string filter = 2 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for filter to set.
        Returns:
        This builder for chaining.
      • getAnalysisPercentage

        public float getAnalysisPercentage()
         Required. Percentage of selected conversation to analyze, between
         [0, 100].
         
        float analysis_percentage = 3 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getAnalysisPercentage in interface BulkAnalyzeConversationsRequestOrBuilder
        Returns:
        The analysisPercentage.
      • setAnalysisPercentage

        public BulkAnalyzeConversationsRequest.Builder setAnalysisPercentage​(float value)
         Required. Percentage of selected conversation to analyze, between
         [0, 100].
         
        float analysis_percentage = 3 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The analysisPercentage to set.
        Returns:
        This builder for chaining.
      • clearAnalysisPercentage

        public BulkAnalyzeConversationsRequest.Builder clearAnalysisPercentage()
         Required. Percentage of selected conversation to analyze, between
         [0, 100].
         
        float analysis_percentage = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • hasAnnotatorSelector

        public boolean hasAnnotatorSelector()
         To select the annotators to run and the phrase matchers to use
         (if any). If not specified, all annotators will be run.
         
        .google.cloud.contactcenterinsights.v1.AnnotatorSelector annotator_selector = 8;
        Specified by:
        hasAnnotatorSelector in interface BulkAnalyzeConversationsRequestOrBuilder
        Returns:
        Whether the annotatorSelector field is set.
      • getAnnotatorSelector

        public AnnotatorSelector getAnnotatorSelector()
         To select the annotators to run and the phrase matchers to use
         (if any). If not specified, all annotators will be run.
         
        .google.cloud.contactcenterinsights.v1.AnnotatorSelector annotator_selector = 8;
        Specified by:
        getAnnotatorSelector in interface BulkAnalyzeConversationsRequestOrBuilder
        Returns:
        The annotatorSelector.
      • setAnnotatorSelector

        public BulkAnalyzeConversationsRequest.Builder setAnnotatorSelector​(AnnotatorSelector value)
         To select the annotators to run and the phrase matchers to use
         (if any). If not specified, all annotators will be run.
         
        .google.cloud.contactcenterinsights.v1.AnnotatorSelector annotator_selector = 8;
      • setAnnotatorSelector

        public BulkAnalyzeConversationsRequest.Builder setAnnotatorSelector​(AnnotatorSelector.Builder builderForValue)
         To select the annotators to run and the phrase matchers to use
         (if any). If not specified, all annotators will be run.
         
        .google.cloud.contactcenterinsights.v1.AnnotatorSelector annotator_selector = 8;
      • mergeAnnotatorSelector

        public BulkAnalyzeConversationsRequest.Builder mergeAnnotatorSelector​(AnnotatorSelector value)
         To select the annotators to run and the phrase matchers to use
         (if any). If not specified, all annotators will be run.
         
        .google.cloud.contactcenterinsights.v1.AnnotatorSelector annotator_selector = 8;
      • clearAnnotatorSelector

        public BulkAnalyzeConversationsRequest.Builder clearAnnotatorSelector()
         To select the annotators to run and the phrase matchers to use
         (if any). If not specified, all annotators will be run.
         
        .google.cloud.contactcenterinsights.v1.AnnotatorSelector annotator_selector = 8;
      • getAnnotatorSelectorBuilder

        public AnnotatorSelector.Builder getAnnotatorSelectorBuilder()
         To select the annotators to run and the phrase matchers to use
         (if any). If not specified, all annotators will be run.
         
        .google.cloud.contactcenterinsights.v1.AnnotatorSelector annotator_selector = 8;