Package org.mlflow.api.proto
Class Issues.Issue.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<Issues.Issue.Builder>
org.mlflow.api.proto.Issues.Issue.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,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 Summary
Modifier and TypeMethodDescriptionaddAllCategories(Iterable<String> values) Categories of the issue.addAllRootCauses(Iterable<String> values) Analysis of the root causes of the issue.addCategories(String value) Categories of the issue.addCategoriesBytes(com.google.protobuf.ByteString value) Categories of the issue.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) addRootCauses(String value) Analysis of the root causes of the issue.addRootCausesBytes(com.google.protobuf.ByteString value) Analysis of the root causes of the issue.build()clear()Categories of the issue.Identifier for who created this issue.Creation timestamp in milliseconds.Detailed description of the issue.Experiment ID.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Unique identifier for the issue.Last update timestamp in milliseconds.Short descriptive name for the issue.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Analysis of the root causes of the issue.Severity level indicator.MLflow run ID that discovered this issue.Issue status.clone()getCategories(int index) Categories of the issue.com.google.protobuf.ByteStringgetCategoriesBytes(int index) Categories of the issue.intCategories of the issue.com.google.protobuf.ProtocolStringListCategories of the issue.Identifier for who created this issue.com.google.protobuf.ByteStringIdentifier for who created this issue.longCreation timestamp in milliseconds.Detailed description of the issue.com.google.protobuf.ByteStringDetailed description of the issue.static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorExperiment ID.com.google.protobuf.ByteStringExperiment ID.Unique identifier for the issue.com.google.protobuf.ByteStringUnique identifier for the issue.longLast update timestamp in milliseconds.getName()Short descriptive name for the issue.com.google.protobuf.ByteStringShort descriptive name for the issue.getRootCauses(int index) Analysis of the root causes of the issue.com.google.protobuf.ByteStringgetRootCausesBytes(int index) Analysis of the root causes of the issue.intAnalysis of the root causes of the issue.com.google.protobuf.ProtocolStringListAnalysis of the root causes of the issue.Severity level indicator.com.google.protobuf.ByteStringSeverity level indicator.MLflow run ID that discovered this issue.com.google.protobuf.ByteStringMLflow run ID that discovered this issue.Issue status.com.google.protobuf.ByteStringIssue status.booleanIdentifier for who created this issue.booleanCreation timestamp in milliseconds.booleanDetailed description of the issue.booleanExperiment ID.booleanUnique identifier for the issue.booleanLast update timestamp in milliseconds.booleanhasName()Short descriptive name for the issue.booleanSeverity level indicator.booleanMLflow run ID that discovered this issue.booleanIssue status.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleanmergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) mergeFrom(Issues.Issue other) final Issues.Issue.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) setCategories(int index, String value) Categories of the issue.setCreatedBy(String value) Identifier for who created this issue.setCreatedByBytes(com.google.protobuf.ByteString value) Identifier for who created this issue.setCreatedTimestamp(long value) Creation timestamp in milliseconds.setDescription(String value) Detailed description of the issue.setDescriptionBytes(com.google.protobuf.ByteString value) Detailed description of the issue.setExperimentId(String value) Experiment ID.setExperimentIdBytes(com.google.protobuf.ByteString value) Experiment ID.setIssueId(String value) Unique identifier for the issue.setIssueIdBytes(com.google.protobuf.ByteString value) Unique identifier for the issue.setLastUpdatedTimestamp(long value) Last update timestamp in milliseconds.Short descriptive name for the issue.setNameBytes(com.google.protobuf.ByteString value) Short descriptive name for the issue.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setRootCauses(int index, String value) Analysis of the root causes of the issue.setSeverity(String value) Severity level indicator.setSeverityBytes(com.google.protobuf.ByteString value) Severity level indicator.setSourceRunId(String value) MLflow run ID that discovered this issue.setSourceRunIdBytes(com.google.protobuf.ByteString value) MLflow run ID that discovered this issue.Issue status.setStatusBytes(com.google.protobuf.ByteString value) Issue status.final Issues.Issue.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<Issues.Issue.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<Issues.Issue.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<Issues.Issue.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<Issues.Issue.Builder>
-
setField
public Issues.Issue.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Issues.Issue.Builder>
-
clearField
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Issues.Issue.Builder>
-
clearOneof
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<Issues.Issue.Builder>
-
setRepeatedField
public Issues.Issue.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Issues.Issue.Builder>
-
addRepeatedField
public Issues.Issue.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Issues.Issue.Builder>
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Issues.Issue.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<Issues.Issue.Builder>
-
mergeFrom
public Issues.Issue.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Issues.Issue.Builder>- Throws:
IOException
-
hasIssueId
public boolean hasIssueId()Unique identifier for the issue.
optional string issue_id = 1;- Specified by:
hasIssueIdin interfaceIssues.IssueOrBuilder- Returns:
- Whether the issueId field is set.
-
getIssueId
Unique identifier for the issue.
optional string issue_id = 1;- Specified by:
getIssueIdin interfaceIssues.IssueOrBuilder- Returns:
- The issueId.
-
getIssueIdBytes
public com.google.protobuf.ByteString getIssueIdBytes()Unique identifier for the issue.
optional string issue_id = 1;- Specified by:
getIssueIdBytesin interfaceIssues.IssueOrBuilder- Returns:
- The bytes for issueId.
-
setIssueId
Unique identifier for the issue.
optional string issue_id = 1;- Parameters:
value- The issueId to set.- Returns:
- This builder for chaining.
-
clearIssueId
Unique identifier for the issue.
optional string issue_id = 1;- Returns:
- This builder for chaining.
-
setIssueIdBytes
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:
hasExperimentIdin interfaceIssues.IssueOrBuilder- Returns:
- Whether the experimentId field is set.
-
getExperimentId
Experiment ID.
optional string experiment_id = 2;- Specified by:
getExperimentIdin interfaceIssues.IssueOrBuilder- Returns:
- The experimentId.
-
getExperimentIdBytes
public com.google.protobuf.ByteString getExperimentIdBytes()Experiment ID.
optional string experiment_id = 2;- Specified by:
getExperimentIdBytesin interfaceIssues.IssueOrBuilder- Returns:
- The bytes for experimentId.
-
setExperimentId
Experiment ID.
optional string experiment_id = 2;- Parameters:
value- The experimentId to set.- Returns:
- This builder for chaining.
-
clearExperimentId
Experiment ID.
optional string experiment_id = 2;- Returns:
- This builder for chaining.
-
setExperimentIdBytes
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:
hasNamein interfaceIssues.IssueOrBuilder- Returns:
- Whether the name field is set.
-
getName
Short descriptive name for the issue.
optional string name = 3;- Specified by:
getNamein interfaceIssues.IssueOrBuilder- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()Short descriptive name for the issue.
optional string name = 3;- Specified by:
getNameBytesin interfaceIssues.IssueOrBuilder- Returns:
- The bytes for name.
-
setName
Short descriptive name for the issue.
optional string name = 3;- Parameters:
value- The name to set.- Returns:
- This builder for chaining.
-
clearName
Short descriptive name for the issue.
optional string name = 3;- Returns:
- This builder for chaining.
-
setNameBytes
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:
hasDescriptionin interfaceIssues.IssueOrBuilder- Returns:
- Whether the description field is set.
-
getDescription
Detailed description of the issue.
optional string description = 4;- Specified by:
getDescriptionin interfaceIssues.IssueOrBuilder- Returns:
- The description.
-
getDescriptionBytes
public com.google.protobuf.ByteString getDescriptionBytes()Detailed description of the issue.
optional string description = 4;- Specified by:
getDescriptionBytesin interfaceIssues.IssueOrBuilder- Returns:
- The bytes for description.
-
setDescription
Detailed description of the issue.
optional string description = 4;- Parameters:
value- The description to set.- Returns:
- This builder for chaining.
-
clearDescription
Detailed description of the issue.
optional string description = 4;- Returns:
- This builder for chaining.
-
setDescriptionBytes
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:
hasStatusin interfaceIssues.IssueOrBuilder- Returns:
- Whether the status field is set.
-
getStatus
Issue status.
optional string status = 5;- Specified by:
getStatusin interfaceIssues.IssueOrBuilder- Returns:
- The status.
-
getStatusBytes
public com.google.protobuf.ByteString getStatusBytes()Issue status.
optional string status = 5;- Specified by:
getStatusBytesin interfaceIssues.IssueOrBuilder- Returns:
- The bytes for status.
-
setStatus
Issue status.
optional string status = 5;- Parameters:
value- The status to set.- Returns:
- This builder for chaining.
-
clearStatus
Issue status.
optional string status = 5;- Returns:
- This builder for chaining.
-
setStatusBytes
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:
hasSeverityin interfaceIssues.IssueOrBuilder- Returns:
- Whether the severity field is set.
-
getSeverity
Severity level indicator.
optional string severity = 6;- Specified by:
getSeverityin interfaceIssues.IssueOrBuilder- Returns:
- The severity.
-
getSeverityBytes
public com.google.protobuf.ByteString getSeverityBytes()Severity level indicator.
optional string severity = 6;- Specified by:
getSeverityBytesin interfaceIssues.IssueOrBuilder- Returns:
- The bytes for severity.
-
setSeverity
Severity level indicator.
optional string severity = 6;- Parameters:
value- The severity to set.- Returns:
- This builder for chaining.
-
clearSeverity
Severity level indicator.
optional string severity = 6;- Returns:
- This builder for chaining.
-
setSeverityBytes
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:
getRootCausesListin interfaceIssues.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:
getRootCausesCountin interfaceIssues.IssueOrBuilder- Returns:
- The count of rootCauses.
-
getRootCauses
Analysis of the root causes of the issue.
repeated string root_causes = 7;- Specified by:
getRootCausesin interfaceIssues.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:
getRootCausesBytesin interfaceIssues.IssueOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the rootCauses at the given index.
-
setRootCauses
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
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
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
Analysis of the root causes of the issue.
repeated string root_causes = 7;- Returns:
- This builder for chaining.
-
addRootCausesBytes
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:
hasSourceRunIdin interfaceIssues.IssueOrBuilder- Returns:
- Whether the sourceRunId field is set.
-
getSourceRunId
MLflow run ID that discovered this issue.
optional string source_run_id = 8;- Specified by:
getSourceRunIdin interfaceIssues.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:
getSourceRunIdBytesin interfaceIssues.IssueOrBuilder- Returns:
- The bytes for sourceRunId.
-
setSourceRunId
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
MLflow run ID that discovered this issue.
optional string source_run_id = 8;- Returns:
- This builder for chaining.
-
setSourceRunIdBytes
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:
hasCreatedTimestampin interfaceIssues.IssueOrBuilder- Returns:
- Whether the createdTimestamp field is set.
-
getCreatedTimestamp
public long getCreatedTimestamp()Creation timestamp in milliseconds.
optional int64 created_timestamp = 9;- Specified by:
getCreatedTimestampin interfaceIssues.IssueOrBuilder- Returns:
- The createdTimestamp.
-
setCreatedTimestamp
Creation timestamp in milliseconds.
optional int64 created_timestamp = 9;- Parameters:
value- The createdTimestamp to set.- Returns:
- This builder for chaining.
-
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:
hasLastUpdatedTimestampin interfaceIssues.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:
getLastUpdatedTimestampin interfaceIssues.IssueOrBuilder- Returns:
- The lastUpdatedTimestamp.
-
setLastUpdatedTimestamp
Last update timestamp in milliseconds.
optional int64 last_updated_timestamp = 10;- Parameters:
value- The lastUpdatedTimestamp to set.- Returns:
- This builder for chaining.
-
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:
hasCreatedByin interfaceIssues.IssueOrBuilder- Returns:
- Whether the createdBy field is set.
-
getCreatedBy
Identifier for who created this issue.
optional string created_by = 11;- Specified by:
getCreatedByin interfaceIssues.IssueOrBuilder- Returns:
- The createdBy.
-
getCreatedByBytes
public com.google.protobuf.ByteString getCreatedByBytes()Identifier for who created this issue.
optional string created_by = 11;- Specified by:
getCreatedByBytesin interfaceIssues.IssueOrBuilder- Returns:
- The bytes for createdBy.
-
setCreatedBy
Identifier for who created this issue.
optional string created_by = 11;- Parameters:
value- The createdBy to set.- Returns:
- This builder for chaining.
-
clearCreatedBy
Identifier for who created this issue.
optional string created_by = 11;- Returns:
- This builder for chaining.
-
setCreatedByBytes
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:
getCategoriesListin interfaceIssues.IssueOrBuilder- Returns:
- A list containing the categories.
-
getCategoriesCount
public int getCategoriesCount()Categories of the issue.
repeated string categories = 12;- Specified by:
getCategoriesCountin interfaceIssues.IssueOrBuilder- Returns:
- The count of categories.
-
getCategories
Categories of the issue.
repeated string categories = 12;- Specified by:
getCategoriesin interfaceIssues.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:
getCategoriesBytesin interfaceIssues.IssueOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the categories at the given index.
-
setCategories
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
Categories of the issue.
repeated string categories = 12;- Parameters:
value- The categories to add.- Returns:
- This builder for chaining.
-
addAllCategories
Categories of the issue.
repeated string categories = 12;- Parameters:
values- The categories to add.- Returns:
- This builder for chaining.
-
clearCategories
Categories of the issue.
repeated string categories = 12;- Returns:
- This builder for chaining.
-
addCategoriesBytes
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:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Issues.Issue.Builder>
-
mergeUnknownFields
public final Issues.Issue.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Issues.Issue.Builder>
-