Class Issues.Issue.Builder

  • All Implemented Interfaces:
    com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, java.lang.Cloneable, Issues.IssueOrBuilder
    Enclosing class:
    Issues.Issue

    public static final class Issues.Issue.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<Issues.Issue.Builder>
    implements Issues.IssueOrBuilder
     Represents an issue discovered in traces.
     
    Protobuf type mlflow.issues.Issue
    • 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<Issues.Issue.Builder>
      • clear

        public Issues.Issue.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<Issues.Issue.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<Issues.Issue.Builder>
      • getDefaultInstanceForType

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

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

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

        public Issues.Issue.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<Issues.Issue.Builder>
      • setField

        public Issues.Issue.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                             java.lang.Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<Issues.Issue.Builder>
      • clearField

        public Issues.Issue.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<Issues.Issue.Builder>
      • clearOneof

        public Issues.Issue.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<Issues.Issue.Builder>
      • setRepeatedField

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

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

        public Issues.Issue.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Issues.Issue.Builder>
      • isInitialized

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

        public Issues.Issue.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                       throws java.io.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<Issues.Issue.Builder>
        Throws:
        java.io.IOException
      • hasIssueId

        public boolean hasIssueId()
         Unique identifier for the issue.
         
        optional string issue_id = 1;
        Specified by:
        hasIssueId in interface Issues.IssueOrBuilder
        Returns:
        Whether the issueId field is set.
      • getIssueId

        public java.lang.String getIssueId()
         Unique identifier for the issue.
         
        optional string issue_id = 1;
        Specified by:
        getIssueId in interface Issues.IssueOrBuilder
        Returns:
        The issueId.
      • getIssueIdBytes

        public com.google.protobuf.ByteString getIssueIdBytes()
         Unique identifier for the issue.
         
        optional string issue_id = 1;
        Specified by:
        getIssueIdBytes in interface Issues.IssueOrBuilder
        Returns:
        The bytes for issueId.
      • setIssueId

        public Issues.Issue.Builder setIssueId​(java.lang.String value)
         Unique identifier for the issue.
         
        optional string issue_id = 1;
        Parameters:
        value - The issueId to set.
        Returns:
        This builder for chaining.
      • clearIssueId

        public Issues.Issue.Builder clearIssueId()
         Unique identifier for the issue.
         
        optional string issue_id = 1;
        Returns:
        This builder for chaining.
      • setIssueIdBytes

        public Issues.Issue.Builder setIssueIdBytes​(com.google.protobuf.ByteString value)
         Unique identifier for the issue.
         
        optional string issue_id = 1;
        Parameters:
        value - The bytes for issueId to set.
        Returns:
        This builder for chaining.
      • hasExperimentId

        public boolean hasExperimentId()
         Experiment ID.
         
        optional string experiment_id = 2;
        Specified by:
        hasExperimentId in interface Issues.IssueOrBuilder
        Returns:
        Whether the experimentId field is set.
      • getExperimentId

        public java.lang.String getExperimentId()
         Experiment ID.
         
        optional string experiment_id = 2;
        Specified by:
        getExperimentId in interface Issues.IssueOrBuilder
        Returns:
        The experimentId.
      • getExperimentIdBytes

        public com.google.protobuf.ByteString getExperimentIdBytes()
         Experiment ID.
         
        optional string experiment_id = 2;
        Specified by:
        getExperimentIdBytes in interface Issues.IssueOrBuilder
        Returns:
        The bytes for experimentId.
      • setExperimentId

        public Issues.Issue.Builder setExperimentId​(java.lang.String value)
         Experiment ID.
         
        optional string experiment_id = 2;
        Parameters:
        value - The experimentId to set.
        Returns:
        This builder for chaining.
      • clearExperimentId

        public Issues.Issue.Builder clearExperimentId()
         Experiment ID.
         
        optional string experiment_id = 2;
        Returns:
        This builder for chaining.
      • setExperimentIdBytes

        public Issues.Issue.Builder setExperimentIdBytes​(com.google.protobuf.ByteString value)
         Experiment ID.
         
        optional string experiment_id = 2;
        Parameters:
        value - The bytes for experimentId to set.
        Returns:
        This builder for chaining.
      • hasName

        public boolean hasName()
         Short descriptive name for the issue.
         
        optional string name = 3;
        Specified by:
        hasName in interface Issues.IssueOrBuilder
        Returns:
        Whether the name field is set.
      • getName

        public java.lang.String getName()
         Short descriptive name for the issue.
         
        optional string name = 3;
        Specified by:
        getName in interface Issues.IssueOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Short descriptive name for the issue.
         
        optional string name = 3;
        Specified by:
        getNameBytes in interface Issues.IssueOrBuilder
        Returns:
        The bytes for name.
      • setName

        public Issues.Issue.Builder setName​(java.lang.String value)
         Short descriptive name for the issue.
         
        optional string name = 3;
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public Issues.Issue.Builder clearName()
         Short descriptive name for the issue.
         
        optional string name = 3;
        Returns:
        This builder for chaining.
      • setNameBytes

        public Issues.Issue.Builder setNameBytes​(com.google.protobuf.ByteString value)
         Short descriptive name for the issue.
         
        optional string name = 3;
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • hasDescription

        public boolean hasDescription()
         Detailed description of the issue.
         
        optional string description = 4;
        Specified by:
        hasDescription in interface Issues.IssueOrBuilder
        Returns:
        Whether the description field is set.
      • getDescription

        public java.lang.String getDescription()
         Detailed description of the issue.
         
        optional string description = 4;
        Specified by:
        getDescription in interface Issues.IssueOrBuilder
        Returns:
        The description.
      • getDescriptionBytes

        public com.google.protobuf.ByteString getDescriptionBytes()
         Detailed description of the issue.
         
        optional string description = 4;
        Specified by:
        getDescriptionBytes in interface Issues.IssueOrBuilder
        Returns:
        The bytes for description.
      • setDescription

        public Issues.Issue.Builder setDescription​(java.lang.String value)
         Detailed description of the issue.
         
        optional string description = 4;
        Parameters:
        value - The description to set.
        Returns:
        This builder for chaining.
      • clearDescription

        public Issues.Issue.Builder clearDescription()
         Detailed description of the issue.
         
        optional string description = 4;
        Returns:
        This builder for chaining.
      • setDescriptionBytes

        public Issues.Issue.Builder setDescriptionBytes​(com.google.protobuf.ByteString value)
         Detailed description of the issue.
         
        optional string description = 4;
        Parameters:
        value - The bytes for description to set.
        Returns:
        This builder for chaining.
      • hasStatus

        public boolean hasStatus()
         Issue status.
         
        optional string status = 5;
        Specified by:
        hasStatus in interface Issues.IssueOrBuilder
        Returns:
        Whether the status field is set.
      • getStatus

        public java.lang.String getStatus()
         Issue status.
         
        optional string status = 5;
        Specified by:
        getStatus in interface Issues.IssueOrBuilder
        Returns:
        The status.
      • getStatusBytes

        public com.google.protobuf.ByteString getStatusBytes()
         Issue status.
         
        optional string status = 5;
        Specified by:
        getStatusBytes in interface Issues.IssueOrBuilder
        Returns:
        The bytes for status.
      • setStatus

        public Issues.Issue.Builder setStatus​(java.lang.String value)
         Issue status.
         
        optional string status = 5;
        Parameters:
        value - The status to set.
        Returns:
        This builder for chaining.
      • clearStatus

        public Issues.Issue.Builder clearStatus()
         Issue status.
         
        optional string status = 5;
        Returns:
        This builder for chaining.
      • setStatusBytes

        public Issues.Issue.Builder setStatusBytes​(com.google.protobuf.ByteString value)
         Issue status.
         
        optional string status = 5;
        Parameters:
        value - The bytes for status to set.
        Returns:
        This builder for chaining.
      • hasSeverity

        public boolean hasSeverity()
         Severity level indicator.
         
        optional string severity = 6;
        Specified by:
        hasSeverity in interface Issues.IssueOrBuilder
        Returns:
        Whether the severity field is set.
      • getSeverity

        public java.lang.String getSeverity()
         Severity level indicator.
         
        optional string severity = 6;
        Specified by:
        getSeverity in interface Issues.IssueOrBuilder
        Returns:
        The severity.
      • getSeverityBytes

        public com.google.protobuf.ByteString getSeverityBytes()
         Severity level indicator.
         
        optional string severity = 6;
        Specified by:
        getSeverityBytes in interface Issues.IssueOrBuilder
        Returns:
        The bytes for severity.
      • setSeverity

        public Issues.Issue.Builder setSeverity​(java.lang.String value)
         Severity level indicator.
         
        optional string severity = 6;
        Parameters:
        value - The severity to set.
        Returns:
        This builder for chaining.
      • clearSeverity

        public Issues.Issue.Builder clearSeverity()
         Severity level indicator.
         
        optional string severity = 6;
        Returns:
        This builder for chaining.
      • setSeverityBytes

        public Issues.Issue.Builder setSeverityBytes​(com.google.protobuf.ByteString value)
         Severity level indicator.
         
        optional string severity = 6;
        Parameters:
        value - The bytes for severity to set.
        Returns:
        This builder for chaining.
      • getRootCausesList

        public com.google.protobuf.ProtocolStringList getRootCausesList()
         Analysis of the root causes of the issue.
         
        repeated string root_causes = 7;
        Specified by:
        getRootCausesList in interface Issues.IssueOrBuilder
        Returns:
        A list containing the rootCauses.
      • getRootCausesCount

        public int getRootCausesCount()
         Analysis of the root causes of the issue.
         
        repeated string root_causes = 7;
        Specified by:
        getRootCausesCount in interface Issues.IssueOrBuilder
        Returns:
        The count of rootCauses.
      • getRootCauses

        public java.lang.String getRootCauses​(int index)
         Analysis of the root causes of the issue.
         
        repeated string root_causes = 7;
        Specified by:
        getRootCauses in interface Issues.IssueOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The rootCauses at the given index.
      • getRootCausesBytes

        public com.google.protobuf.ByteString getRootCausesBytes​(int index)
         Analysis of the root causes of the issue.
         
        repeated string root_causes = 7;
        Specified by:
        getRootCausesBytes in interface Issues.IssueOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the rootCauses at the given index.
      • setRootCauses

        public Issues.Issue.Builder setRootCauses​(int index,
                                                  java.lang.String value)
         Analysis of the root causes of the issue.
         
        repeated string root_causes = 7;
        Parameters:
        index - The index to set the value at.
        value - The rootCauses to set.
        Returns:
        This builder for chaining.
      • addRootCauses

        public Issues.Issue.Builder addRootCauses​(java.lang.String value)
         Analysis of the root causes of the issue.
         
        repeated string root_causes = 7;
        Parameters:
        value - The rootCauses to add.
        Returns:
        This builder for chaining.
      • addAllRootCauses

        public Issues.Issue.Builder addAllRootCauses​(java.lang.Iterable<java.lang.String> values)
         Analysis of the root causes of the issue.
         
        repeated string root_causes = 7;
        Parameters:
        values - The rootCauses to add.
        Returns:
        This builder for chaining.
      • clearRootCauses

        public Issues.Issue.Builder clearRootCauses()
         Analysis of the root causes of the issue.
         
        repeated string root_causes = 7;
        Returns:
        This builder for chaining.
      • addRootCausesBytes

        public Issues.Issue.Builder addRootCausesBytes​(com.google.protobuf.ByteString value)
         Analysis of the root causes of the issue.
         
        repeated string root_causes = 7;
        Parameters:
        value - The bytes of the rootCauses to add.
        Returns:
        This builder for chaining.
      • hasSourceRunId

        public boolean hasSourceRunId()
         MLflow run ID that discovered this issue.
         
        optional string source_run_id = 8;
        Specified by:
        hasSourceRunId in interface Issues.IssueOrBuilder
        Returns:
        Whether the sourceRunId field is set.
      • getSourceRunId

        public java.lang.String getSourceRunId()
         MLflow run ID that discovered this issue.
         
        optional string source_run_id = 8;
        Specified by:
        getSourceRunId in interface Issues.IssueOrBuilder
        Returns:
        The sourceRunId.
      • getSourceRunIdBytes

        public com.google.protobuf.ByteString getSourceRunIdBytes()
         MLflow run ID that discovered this issue.
         
        optional string source_run_id = 8;
        Specified by:
        getSourceRunIdBytes in interface Issues.IssueOrBuilder
        Returns:
        The bytes for sourceRunId.
      • setSourceRunId

        public Issues.Issue.Builder setSourceRunId​(java.lang.String value)
         MLflow run ID that discovered this issue.
         
        optional string source_run_id = 8;
        Parameters:
        value - The sourceRunId to set.
        Returns:
        This builder for chaining.
      • clearSourceRunId

        public Issues.Issue.Builder clearSourceRunId()
         MLflow run ID that discovered this issue.
         
        optional string source_run_id = 8;
        Returns:
        This builder for chaining.
      • setSourceRunIdBytes

        public Issues.Issue.Builder setSourceRunIdBytes​(com.google.protobuf.ByteString value)
         MLflow run ID that discovered this issue.
         
        optional string source_run_id = 8;
        Parameters:
        value - The bytes for sourceRunId to set.
        Returns:
        This builder for chaining.
      • hasCreatedTimestamp

        public boolean hasCreatedTimestamp()
         Creation timestamp in milliseconds.
         
        optional int64 created_timestamp = 9;
        Specified by:
        hasCreatedTimestamp in interface Issues.IssueOrBuilder
        Returns:
        Whether the createdTimestamp field is set.
      • getCreatedTimestamp

        public long getCreatedTimestamp()
         Creation timestamp in milliseconds.
         
        optional int64 created_timestamp = 9;
        Specified by:
        getCreatedTimestamp in interface Issues.IssueOrBuilder
        Returns:
        The createdTimestamp.
      • setCreatedTimestamp

        public Issues.Issue.Builder setCreatedTimestamp​(long value)
         Creation timestamp in milliseconds.
         
        optional int64 created_timestamp = 9;
        Parameters:
        value - The createdTimestamp to set.
        Returns:
        This builder for chaining.
      • clearCreatedTimestamp

        public Issues.Issue.Builder clearCreatedTimestamp()
         Creation timestamp in milliseconds.
         
        optional int64 created_timestamp = 9;
        Returns:
        This builder for chaining.
      • hasLastUpdatedTimestamp

        public boolean hasLastUpdatedTimestamp()
         Last update timestamp in milliseconds.
         
        optional int64 last_updated_timestamp = 10;
        Specified by:
        hasLastUpdatedTimestamp in interface Issues.IssueOrBuilder
        Returns:
        Whether the lastUpdatedTimestamp field is set.
      • getLastUpdatedTimestamp

        public long getLastUpdatedTimestamp()
         Last update timestamp in milliseconds.
         
        optional int64 last_updated_timestamp = 10;
        Specified by:
        getLastUpdatedTimestamp in interface Issues.IssueOrBuilder
        Returns:
        The lastUpdatedTimestamp.
      • setLastUpdatedTimestamp

        public Issues.Issue.Builder setLastUpdatedTimestamp​(long value)
         Last update timestamp in milliseconds.
         
        optional int64 last_updated_timestamp = 10;
        Parameters:
        value - The lastUpdatedTimestamp to set.
        Returns:
        This builder for chaining.
      • clearLastUpdatedTimestamp

        public Issues.Issue.Builder clearLastUpdatedTimestamp()
         Last update timestamp in milliseconds.
         
        optional int64 last_updated_timestamp = 10;
        Returns:
        This builder for chaining.
      • hasCreatedBy

        public boolean hasCreatedBy()
         Identifier for who created this issue.
         
        optional string created_by = 11;
        Specified by:
        hasCreatedBy in interface Issues.IssueOrBuilder
        Returns:
        Whether the createdBy field is set.
      • getCreatedBy

        public java.lang.String getCreatedBy()
         Identifier for who created this issue.
         
        optional string created_by = 11;
        Specified by:
        getCreatedBy in interface Issues.IssueOrBuilder
        Returns:
        The createdBy.
      • getCreatedByBytes

        public com.google.protobuf.ByteString getCreatedByBytes()
         Identifier for who created this issue.
         
        optional string created_by = 11;
        Specified by:
        getCreatedByBytes in interface Issues.IssueOrBuilder
        Returns:
        The bytes for createdBy.
      • setCreatedBy

        public Issues.Issue.Builder setCreatedBy​(java.lang.String value)
         Identifier for who created this issue.
         
        optional string created_by = 11;
        Parameters:
        value - The createdBy to set.
        Returns:
        This builder for chaining.
      • clearCreatedBy

        public Issues.Issue.Builder clearCreatedBy()
         Identifier for who created this issue.
         
        optional string created_by = 11;
        Returns:
        This builder for chaining.
      • setCreatedByBytes

        public Issues.Issue.Builder setCreatedByBytes​(com.google.protobuf.ByteString value)
         Identifier for who created this issue.
         
        optional string created_by = 11;
        Parameters:
        value - The bytes for createdBy to set.
        Returns:
        This builder for chaining.
      • getCategoriesList

        public com.google.protobuf.ProtocolStringList getCategoriesList()
         Categories of the issue.
         
        repeated string categories = 12;
        Specified by:
        getCategoriesList in interface Issues.IssueOrBuilder
        Returns:
        A list containing the categories.
      • getCategoriesCount

        public int getCategoriesCount()
         Categories of the issue.
         
        repeated string categories = 12;
        Specified by:
        getCategoriesCount in interface Issues.IssueOrBuilder
        Returns:
        The count of categories.
      • getCategories

        public java.lang.String getCategories​(int index)
         Categories of the issue.
         
        repeated string categories = 12;
        Specified by:
        getCategories in interface Issues.IssueOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The categories at the given index.
      • getCategoriesBytes

        public com.google.protobuf.ByteString getCategoriesBytes​(int index)
         Categories of the issue.
         
        repeated string categories = 12;
        Specified by:
        getCategoriesBytes in interface Issues.IssueOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the categories at the given index.
      • setCategories

        public Issues.Issue.Builder setCategories​(int index,
                                                  java.lang.String value)
         Categories of the issue.
         
        repeated string categories = 12;
        Parameters:
        index - The index to set the value at.
        value - The categories to set.
        Returns:
        This builder for chaining.
      • addCategories

        public Issues.Issue.Builder addCategories​(java.lang.String value)
         Categories of the issue.
         
        repeated string categories = 12;
        Parameters:
        value - The categories to add.
        Returns:
        This builder for chaining.
      • addAllCategories

        public Issues.Issue.Builder addAllCategories​(java.lang.Iterable<java.lang.String> values)
         Categories of the issue.
         
        repeated string categories = 12;
        Parameters:
        values - The categories to add.
        Returns:
        This builder for chaining.
      • clearCategories

        public Issues.Issue.Builder clearCategories()
         Categories of the issue.
         
        repeated string categories = 12;
        Returns:
        This builder for chaining.
      • addCategoriesBytes

        public Issues.Issue.Builder addCategoriesBytes​(com.google.protobuf.ByteString value)
         Categories of the issue.
         
        repeated string categories = 12;
        Parameters:
        value - The bytes of the categories to add.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final Issues.Issue.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<Issues.Issue.Builder>
      • mergeUnknownFields

        public final Issues.Issue.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<Issues.Issue.Builder>