public static final class Service.RunInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Service.RunInfo.Builder> implements Service.RunInfoOrBuilder
Metadata of a single run.Protobuf type
mlflow.RunInfo
Modifier and Type | Method and Description |
---|---|
Service.RunInfo.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Service.RunInfo |
build() |
Service.RunInfo |
buildPartial() |
Service.RunInfo.Builder |
clear() |
Service.RunInfo.Builder |
clearArtifactUri()
URI of the directory where artifacts should be uploaded.
|
Service.RunInfo.Builder |
clearEndTime()
Unix timestamp of when the run ended in milliseconds.
|
Service.RunInfo.Builder |
clearEntryPointName()
Name of the entry point for the run.
|
Service.RunInfo.Builder |
clearExperimentId()
The experiment ID.
|
Service.RunInfo.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Service.RunInfo.Builder |
clearLifecycleStage()
Current life cycle stage of the experiment : OneOf("active", "deleted")
|
Service.RunInfo.Builder |
clearName()
Human readable name that identifies this run.
|
Service.RunInfo.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Service.RunInfo.Builder |
clearRunUuid()
Unique identifier for the run.
|
Service.RunInfo.Builder |
clearSourceName()
Source identifier: GitHub URL, name of notebook, name of job, etc.
|
Service.RunInfo.Builder |
clearSourceType()
Source type.
|
Service.RunInfo.Builder |
clearSourceVersion()
Git commit hash of the code used for the run.
|
Service.RunInfo.Builder |
clearStartTime()
Unix timestamp of when the run started in milliseconds.
|
Service.RunInfo.Builder |
clearStatus()
Current status of the run.
|
Service.RunInfo.Builder |
clearUserId()
User who initiated the run.
|
Service.RunInfo.Builder |
clone() |
String |
getArtifactUri()
URI of the directory where artifacts should be uploaded.
|
com.google.protobuf.ByteString |
getArtifactUriBytes()
URI of the directory where artifacts should be uploaded.
|
Service.RunInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
long |
getEndTime()
Unix timestamp of when the run ended in milliseconds.
|
String |
getEntryPointName()
Name of the entry point for the run.
|
com.google.protobuf.ByteString |
getEntryPointNameBytes()
Name of the entry point for the run.
|
long |
getExperimentId()
The experiment ID.
|
String |
getLifecycleStage()
Current life cycle stage of the experiment : OneOf("active", "deleted")
|
com.google.protobuf.ByteString |
getLifecycleStageBytes()
Current life cycle stage of the experiment : OneOf("active", "deleted")
|
String |
getName()
Human readable name that identifies this run.
|
com.google.protobuf.ByteString |
getNameBytes()
Human readable name that identifies this run.
|
String |
getRunUuid()
Unique identifier for the run.
|
com.google.protobuf.ByteString |
getRunUuidBytes()
Unique identifier for the run.
|
String |
getSourceName()
Source identifier: GitHub URL, name of notebook, name of job, etc.
|
com.google.protobuf.ByteString |
getSourceNameBytes()
Source identifier: GitHub URL, name of notebook, name of job, etc.
|
Service.SourceType |
getSourceType()
Source type.
|
String |
getSourceVersion()
Git commit hash of the code used for the run.
|
com.google.protobuf.ByteString |
getSourceVersionBytes()
Git commit hash of the code used for the run.
|
long |
getStartTime()
Unix timestamp of when the run started in milliseconds.
|
Service.RunStatus |
getStatus()
Current status of the run.
|
String |
getUserId()
User who initiated the run.
|
com.google.protobuf.ByteString |
getUserIdBytes()
User who initiated the run.
|
boolean |
hasArtifactUri()
URI of the directory where artifacts should be uploaded.
|
boolean |
hasEndTime()
Unix timestamp of when the run ended in milliseconds.
|
boolean |
hasEntryPointName()
Name of the entry point for the run.
|
boolean |
hasExperimentId()
The experiment ID.
|
boolean |
hasLifecycleStage()
Current life cycle stage of the experiment : OneOf("active", "deleted")
|
boolean |
hasName()
Human readable name that identifies this run.
|
boolean |
hasRunUuid()
Unique identifier for the run.
|
boolean |
hasSourceName()
Source identifier: GitHub URL, name of notebook, name of job, etc.
|
boolean |
hasSourceType()
Source type.
|
boolean |
hasSourceVersion()
Git commit hash of the code used for the run.
|
boolean |
hasStartTime()
Unix timestamp of when the run started in milliseconds.
|
boolean |
hasStatus()
Current status of the run.
|
boolean |
hasUserId()
User who initiated the run.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Service.RunInfo.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Service.RunInfo.Builder |
mergeFrom(com.google.protobuf.Message other) |
Service.RunInfo.Builder |
mergeFrom(Service.RunInfo other) |
Service.RunInfo.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Service.RunInfo.Builder |
setArtifactUri(String value)
URI of the directory where artifacts should be uploaded.
|
Service.RunInfo.Builder |
setArtifactUriBytes(com.google.protobuf.ByteString value)
URI of the directory where artifacts should be uploaded.
|
Service.RunInfo.Builder |
setEndTime(long value)
Unix timestamp of when the run ended in milliseconds.
|
Service.RunInfo.Builder |
setEntryPointName(String value)
Name of the entry point for the run.
|
Service.RunInfo.Builder |
setEntryPointNameBytes(com.google.protobuf.ByteString value)
Name of the entry point for the run.
|
Service.RunInfo.Builder |
setExperimentId(long value)
The experiment ID.
|
Service.RunInfo.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Service.RunInfo.Builder |
setLifecycleStage(String value)
Current life cycle stage of the experiment : OneOf("active", "deleted")
|
Service.RunInfo.Builder |
setLifecycleStageBytes(com.google.protobuf.ByteString value)
Current life cycle stage of the experiment : OneOf("active", "deleted")
|
Service.RunInfo.Builder |
setName(String value)
Human readable name that identifies this run.
|
Service.RunInfo.Builder |
setNameBytes(com.google.protobuf.ByteString value)
Human readable name that identifies this run.
|
Service.RunInfo.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Service.RunInfo.Builder |
setRunUuid(String value)
Unique identifier for the run.
|
Service.RunInfo.Builder |
setRunUuidBytes(com.google.protobuf.ByteString value)
Unique identifier for the run.
|
Service.RunInfo.Builder |
setSourceName(String value)
Source identifier: GitHub URL, name of notebook, name of job, etc.
|
Service.RunInfo.Builder |
setSourceNameBytes(com.google.protobuf.ByteString value)
Source identifier: GitHub URL, name of notebook, name of job, etc.
|
Service.RunInfo.Builder |
setSourceType(Service.SourceType value)
Source type.
|
Service.RunInfo.Builder |
setSourceVersion(String value)
Git commit hash of the code used for the run.
|
Service.RunInfo.Builder |
setSourceVersionBytes(com.google.protobuf.ByteString value)
Git commit hash of the code used for the run.
|
Service.RunInfo.Builder |
setStartTime(long value)
Unix timestamp of when the run started in milliseconds.
|
Service.RunInfo.Builder |
setStatus(Service.RunStatus value)
Current status of the run.
|
Service.RunInfo.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Service.RunInfo.Builder |
setUserId(String value)
User who initiated the run.
|
Service.RunInfo.Builder |
setUserIdBytes(com.google.protobuf.ByteString value)
User who initiated the run.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.RunInfo.Builder>
public Service.RunInfo.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.RunInfo.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.RunInfo.Builder>
public Service.RunInfo getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public Service.RunInfo build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public Service.RunInfo buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public Service.RunInfo.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.RunInfo.Builder>
public Service.RunInfo.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.RunInfo.Builder>
public Service.RunInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.RunInfo.Builder>
public Service.RunInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.RunInfo.Builder>
public Service.RunInfo.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.RunInfo.Builder>
public Service.RunInfo.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.RunInfo.Builder>
public Service.RunInfo.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Service.RunInfo.Builder>
public Service.RunInfo.Builder mergeFrom(Service.RunInfo other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.RunInfo.Builder>
public Service.RunInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Service.RunInfo.Builder>
IOException
public boolean hasRunUuid()
Unique identifier for the run.
optional string run_uuid = 1;
hasRunUuid
in interface Service.RunInfoOrBuilder
public String getRunUuid()
Unique identifier for the run.
optional string run_uuid = 1;
getRunUuid
in interface Service.RunInfoOrBuilder
public com.google.protobuf.ByteString getRunUuidBytes()
Unique identifier for the run.
optional string run_uuid = 1;
getRunUuidBytes
in interface Service.RunInfoOrBuilder
public Service.RunInfo.Builder setRunUuid(String value)
Unique identifier for the run.
optional string run_uuid = 1;
public Service.RunInfo.Builder clearRunUuid()
Unique identifier for the run.
optional string run_uuid = 1;
public Service.RunInfo.Builder setRunUuidBytes(com.google.protobuf.ByteString value)
Unique identifier for the run.
optional string run_uuid = 1;
public boolean hasExperimentId()
The experiment ID.
optional int64 experiment_id = 2;
hasExperimentId
in interface Service.RunInfoOrBuilder
public long getExperimentId()
The experiment ID.
optional int64 experiment_id = 2;
getExperimentId
in interface Service.RunInfoOrBuilder
public Service.RunInfo.Builder setExperimentId(long value)
The experiment ID.
optional int64 experiment_id = 2;
public Service.RunInfo.Builder clearExperimentId()
The experiment ID.
optional int64 experiment_id = 2;
public boolean hasName()
Human readable name that identifies this run.
optional string name = 3;
hasName
in interface Service.RunInfoOrBuilder
public String getName()
Human readable name that identifies this run.
optional string name = 3;
getName
in interface Service.RunInfoOrBuilder
public com.google.protobuf.ByteString getNameBytes()
Human readable name that identifies this run.
optional string name = 3;
getNameBytes
in interface Service.RunInfoOrBuilder
public Service.RunInfo.Builder setName(String value)
Human readable name that identifies this run.
optional string name = 3;
public Service.RunInfo.Builder clearName()
Human readable name that identifies this run.
optional string name = 3;
public Service.RunInfo.Builder setNameBytes(com.google.protobuf.ByteString value)
Human readable name that identifies this run.
optional string name = 3;
public boolean hasSourceType()
Source type.
optional .mlflow.SourceType source_type = 4;
hasSourceType
in interface Service.RunInfoOrBuilder
public Service.SourceType getSourceType()
Source type.
optional .mlflow.SourceType source_type = 4;
getSourceType
in interface Service.RunInfoOrBuilder
public Service.RunInfo.Builder setSourceType(Service.SourceType value)
Source type.
optional .mlflow.SourceType source_type = 4;
public Service.RunInfo.Builder clearSourceType()
Source type.
optional .mlflow.SourceType source_type = 4;
public boolean hasSourceName()
Source identifier: GitHub URL, name of notebook, name of job, etc.
optional string source_name = 5;
hasSourceName
in interface Service.RunInfoOrBuilder
public String getSourceName()
Source identifier: GitHub URL, name of notebook, name of job, etc.
optional string source_name = 5;
getSourceName
in interface Service.RunInfoOrBuilder
public com.google.protobuf.ByteString getSourceNameBytes()
Source identifier: GitHub URL, name of notebook, name of job, etc.
optional string source_name = 5;
getSourceNameBytes
in interface Service.RunInfoOrBuilder
public Service.RunInfo.Builder setSourceName(String value)
Source identifier: GitHub URL, name of notebook, name of job, etc.
optional string source_name = 5;
public Service.RunInfo.Builder clearSourceName()
Source identifier: GitHub URL, name of notebook, name of job, etc.
optional string source_name = 5;
public Service.RunInfo.Builder setSourceNameBytes(com.google.protobuf.ByteString value)
Source identifier: GitHub URL, name of notebook, name of job, etc.
optional string source_name = 5;
public boolean hasUserId()
User who initiated the run.
optional string user_id = 6;
hasUserId
in interface Service.RunInfoOrBuilder
public String getUserId()
User who initiated the run.
optional string user_id = 6;
getUserId
in interface Service.RunInfoOrBuilder
public com.google.protobuf.ByteString getUserIdBytes()
User who initiated the run.
optional string user_id = 6;
getUserIdBytes
in interface Service.RunInfoOrBuilder
public Service.RunInfo.Builder setUserId(String value)
User who initiated the run.
optional string user_id = 6;
public Service.RunInfo.Builder clearUserId()
User who initiated the run.
optional string user_id = 6;
public Service.RunInfo.Builder setUserIdBytes(com.google.protobuf.ByteString value)
User who initiated the run.
optional string user_id = 6;
public boolean hasStatus()
Current status of the run.
optional .mlflow.RunStatus status = 7;
hasStatus
in interface Service.RunInfoOrBuilder
public Service.RunStatus getStatus()
Current status of the run.
optional .mlflow.RunStatus status = 7;
getStatus
in interface Service.RunInfoOrBuilder
public Service.RunInfo.Builder setStatus(Service.RunStatus value)
Current status of the run.
optional .mlflow.RunStatus status = 7;
public Service.RunInfo.Builder clearStatus()
Current status of the run.
optional .mlflow.RunStatus status = 7;
public boolean hasStartTime()
Unix timestamp of when the run started in milliseconds.
optional int64 start_time = 8;
hasStartTime
in interface Service.RunInfoOrBuilder
public long getStartTime()
Unix timestamp of when the run started in milliseconds.
optional int64 start_time = 8;
getStartTime
in interface Service.RunInfoOrBuilder
public Service.RunInfo.Builder setStartTime(long value)
Unix timestamp of when the run started in milliseconds.
optional int64 start_time = 8;
public Service.RunInfo.Builder clearStartTime()
Unix timestamp of when the run started in milliseconds.
optional int64 start_time = 8;
public boolean hasEndTime()
Unix timestamp of when the run ended in milliseconds.
optional int64 end_time = 9;
hasEndTime
in interface Service.RunInfoOrBuilder
public long getEndTime()
Unix timestamp of when the run ended in milliseconds.
optional int64 end_time = 9;
getEndTime
in interface Service.RunInfoOrBuilder
public Service.RunInfo.Builder setEndTime(long value)
Unix timestamp of when the run ended in milliseconds.
optional int64 end_time = 9;
public Service.RunInfo.Builder clearEndTime()
Unix timestamp of when the run ended in milliseconds.
optional int64 end_time = 9;
public boolean hasSourceVersion()
Git commit hash of the code used for the run.
optional string source_version = 10;
hasSourceVersion
in interface Service.RunInfoOrBuilder
public String getSourceVersion()
Git commit hash of the code used for the run.
optional string source_version = 10;
getSourceVersion
in interface Service.RunInfoOrBuilder
public com.google.protobuf.ByteString getSourceVersionBytes()
Git commit hash of the code used for the run.
optional string source_version = 10;
getSourceVersionBytes
in interface Service.RunInfoOrBuilder
public Service.RunInfo.Builder setSourceVersion(String value)
Git commit hash of the code used for the run.
optional string source_version = 10;
public Service.RunInfo.Builder clearSourceVersion()
Git commit hash of the code used for the run.
optional string source_version = 10;
public Service.RunInfo.Builder setSourceVersionBytes(com.google.protobuf.ByteString value)
Git commit hash of the code used for the run.
optional string source_version = 10;
public boolean hasEntryPointName()
Name of the entry point for the run.
optional string entry_point_name = 11;
hasEntryPointName
in interface Service.RunInfoOrBuilder
public String getEntryPointName()
Name of the entry point for the run.
optional string entry_point_name = 11;
getEntryPointName
in interface Service.RunInfoOrBuilder
public com.google.protobuf.ByteString getEntryPointNameBytes()
Name of the entry point for the run.
optional string entry_point_name = 11;
getEntryPointNameBytes
in interface Service.RunInfoOrBuilder
public Service.RunInfo.Builder setEntryPointName(String value)
Name of the entry point for the run.
optional string entry_point_name = 11;
public Service.RunInfo.Builder clearEntryPointName()
Name of the entry point for the run.
optional string entry_point_name = 11;
public Service.RunInfo.Builder setEntryPointNameBytes(com.google.protobuf.ByteString value)
Name of the entry point for the run.
optional string entry_point_name = 11;
public boolean hasArtifactUri()
URI of the directory where artifacts should be uploaded. This can be a local path (starting with "/"), or a distributed file system (DFS) path, like ``s3://bucket/directory`` or ``dbfs:/my/directory``. If not set, the local ``./mlruns`` directory is chosen.
optional string artifact_uri = 13;
hasArtifactUri
in interface Service.RunInfoOrBuilder
public String getArtifactUri()
URI of the directory where artifacts should be uploaded. This can be a local path (starting with "/"), or a distributed file system (DFS) path, like ``s3://bucket/directory`` or ``dbfs:/my/directory``. If not set, the local ``./mlruns`` directory is chosen.
optional string artifact_uri = 13;
getArtifactUri
in interface Service.RunInfoOrBuilder
public com.google.protobuf.ByteString getArtifactUriBytes()
URI of the directory where artifacts should be uploaded. This can be a local path (starting with "/"), or a distributed file system (DFS) path, like ``s3://bucket/directory`` or ``dbfs:/my/directory``. If not set, the local ``./mlruns`` directory is chosen.
optional string artifact_uri = 13;
getArtifactUriBytes
in interface Service.RunInfoOrBuilder
public Service.RunInfo.Builder setArtifactUri(String value)
URI of the directory where artifacts should be uploaded. This can be a local path (starting with "/"), or a distributed file system (DFS) path, like ``s3://bucket/directory`` or ``dbfs:/my/directory``. If not set, the local ``./mlruns`` directory is chosen.
optional string artifact_uri = 13;
public Service.RunInfo.Builder clearArtifactUri()
URI of the directory where artifacts should be uploaded. This can be a local path (starting with "/"), or a distributed file system (DFS) path, like ``s3://bucket/directory`` or ``dbfs:/my/directory``. If not set, the local ``./mlruns`` directory is chosen.
optional string artifact_uri = 13;
public Service.RunInfo.Builder setArtifactUriBytes(com.google.protobuf.ByteString value)
URI of the directory where artifacts should be uploaded. This can be a local path (starting with "/"), or a distributed file system (DFS) path, like ``s3://bucket/directory`` or ``dbfs:/my/directory``. If not set, the local ``./mlruns`` directory is chosen.
optional string artifact_uri = 13;
public boolean hasLifecycleStage()
Current life cycle stage of the experiment : OneOf("active", "deleted")
optional string lifecycle_stage = 14;
hasLifecycleStage
in interface Service.RunInfoOrBuilder
public String getLifecycleStage()
Current life cycle stage of the experiment : OneOf("active", "deleted")
optional string lifecycle_stage = 14;
getLifecycleStage
in interface Service.RunInfoOrBuilder
public com.google.protobuf.ByteString getLifecycleStageBytes()
Current life cycle stage of the experiment : OneOf("active", "deleted")
optional string lifecycle_stage = 14;
getLifecycleStageBytes
in interface Service.RunInfoOrBuilder
public Service.RunInfo.Builder setLifecycleStage(String value)
Current life cycle stage of the experiment : OneOf("active", "deleted")
optional string lifecycle_stage = 14;
public Service.RunInfo.Builder clearLifecycleStage()
Current life cycle stage of the experiment : OneOf("active", "deleted")
optional string lifecycle_stage = 14;
public Service.RunInfo.Builder setLifecycleStageBytes(com.google.protobuf.ByteString value)
Current life cycle stage of the experiment : OneOf("active", "deleted")
optional string lifecycle_stage = 14;
public final Service.RunInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.RunInfo.Builder>
public final Service.RunInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.RunInfo.Builder>
Copyright © 2019. All rights reserved.