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

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

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

        public IssueModelLabelStats.IssueStats 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<IssueModelLabelStats.IssueStats.Builder>
      • getIssueBytes

        public com.google.protobuf.ByteString getIssueBytes()
         Issue resource.
         Format:
         projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}
         
        string issue = 1;
        Specified by:
        getIssueBytes in interface IssueModelLabelStats.IssueStatsOrBuilder
        Returns:
        The bytes for issue.
      • setIssue

        public IssueModelLabelStats.IssueStats.Builder setIssue​(String value)
         Issue resource.
         Format:
         projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}
         
        string issue = 1;
        Parameters:
        value - The issue to set.
        Returns:
        This builder for chaining.
      • clearIssue

        public IssueModelLabelStats.IssueStats.Builder clearIssue()
         Issue resource.
         Format:
         projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}
         
        string issue = 1;
        Returns:
        This builder for chaining.
      • setIssueBytes

        public IssueModelLabelStats.IssueStats.Builder setIssueBytes​(com.google.protobuf.ByteString value)
         Issue resource.
         Format:
         projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}
         
        string issue = 1;
        Parameters:
        value - The bytes for issue to set.
        Returns:
        This builder for chaining.
      • setLabeledConversationsCount

        public IssueModelLabelStats.IssueStats.Builder setLabeledConversationsCount​(long value)
         Number of conversations attached to the issue at this point in time.
         
        int64 labeled_conversations_count = 2;
        Parameters:
        value - The labeledConversationsCount to set.
        Returns:
        This builder for chaining.
      • clearLabeledConversationsCount

        public IssueModelLabelStats.IssueStats.Builder clearLabeledConversationsCount()
         Number of conversations attached to the issue at this point in time.
         
        int64 labeled_conversations_count = 2;
        Returns:
        This builder for chaining.
      • setDisplayName

        public IssueModelLabelStats.IssueStats.Builder setDisplayName​(String value)
         Display name of the issue.
         
        string display_name = 3;
        Parameters:
        value - The displayName to set.
        Returns:
        This builder for chaining.
      • setDisplayNameBytes

        public IssueModelLabelStats.IssueStats.Builder setDisplayNameBytes​(com.google.protobuf.ByteString value)
         Display name of the issue.
         
        string display_name = 3;
        Parameters:
        value - The bytes for displayName to set.
        Returns:
        This builder for chaining.