public static final class RecoveryProtos.TaskFinishedProto.Builder extends com.google.protobuf.GeneratedMessage.Builder<RecoveryProtos.TaskFinishedProto.Builder> implements RecoveryProtos.TaskFinishedProtoOrBuilder
TaskFinishedProto| Modifier and Type | Method and Description |
|---|---|
RecoveryProtos.TaskFinishedProto |
build() |
RecoveryProtos.TaskFinishedProto |
buildPartial() |
RecoveryProtos.TaskFinishedProto.Builder |
clear() |
RecoveryProtos.TaskFinishedProto.Builder |
clearDiagnostics()
optional string diagnostics = 4; |
RecoveryProtos.TaskFinishedProto.Builder |
clearFinishTime()
optional int64 finish_time = 2; |
RecoveryProtos.TaskFinishedProto.Builder |
clearState()
optional int32 state = 3; |
RecoveryProtos.TaskFinishedProto.Builder |
clearSuccessfulTaskAttemptId()
optional string successful_task_attempt_id = 5; |
RecoveryProtos.TaskFinishedProto.Builder |
clearTaskId()
optional string task_id = 1; |
RecoveryProtos.TaskFinishedProto.Builder |
clone() |
RecoveryProtos.TaskFinishedProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getDiagnostics()
optional string diagnostics = 4; |
com.google.protobuf.ByteString |
getDiagnosticsBytes()
optional string diagnostics = 4; |
long |
getFinishTime()
optional int64 finish_time = 2; |
int |
getState()
optional int32 state = 3; |
String |
getSuccessfulTaskAttemptId()
optional string successful_task_attempt_id = 5; |
com.google.protobuf.ByteString |
getSuccessfulTaskAttemptIdBytes()
optional string successful_task_attempt_id = 5; |
String |
getTaskId()
optional string task_id = 1; |
com.google.protobuf.ByteString |
getTaskIdBytes()
optional string task_id = 1; |
boolean |
hasDiagnostics()
optional string diagnostics = 4; |
boolean |
hasFinishTime()
optional int64 finish_time = 2; |
boolean |
hasState()
optional int32 state = 3; |
boolean |
hasSuccessfulTaskAttemptId()
optional string successful_task_attempt_id = 5; |
boolean |
hasTaskId()
optional string task_id = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
RecoveryProtos.TaskFinishedProto.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RecoveryProtos.TaskFinishedProto.Builder |
mergeFrom(com.google.protobuf.Message other) |
RecoveryProtos.TaskFinishedProto.Builder |
mergeFrom(RecoveryProtos.TaskFinishedProto other) |
RecoveryProtos.TaskFinishedProto.Builder |
setDiagnostics(String value)
optional string diagnostics = 4; |
RecoveryProtos.TaskFinishedProto.Builder |
setDiagnosticsBytes(com.google.protobuf.ByteString value)
optional string diagnostics = 4; |
RecoveryProtos.TaskFinishedProto.Builder |
setFinishTime(long value)
optional int64 finish_time = 2; |
RecoveryProtos.TaskFinishedProto.Builder |
setState(int value)
optional int32 state = 3; |
RecoveryProtos.TaskFinishedProto.Builder |
setSuccessfulTaskAttemptId(String value)
optional string successful_task_attempt_id = 5; |
RecoveryProtos.TaskFinishedProto.Builder |
setSuccessfulTaskAttemptIdBytes(com.google.protobuf.ByteString value)
optional string successful_task_attempt_id = 5; |
RecoveryProtos.TaskFinishedProto.Builder |
setTaskId(String value)
optional string task_id = 1; |
RecoveryProtos.TaskFinishedProto.Builder |
setTaskIdBytes(com.google.protobuf.ByteString value)
optional string task_id = 1; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionaddAll, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<RecoveryProtos.TaskFinishedProto.Builder>public RecoveryProtos.TaskFinishedProto.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<RecoveryProtos.TaskFinishedProto.Builder>public RecoveryProtos.TaskFinishedProto.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<RecoveryProtos.TaskFinishedProto.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<RecoveryProtos.TaskFinishedProto.Builder>public RecoveryProtos.TaskFinishedProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic RecoveryProtos.TaskFinishedProto build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic RecoveryProtos.TaskFinishedProto buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic RecoveryProtos.TaskFinishedProto.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RecoveryProtos.TaskFinishedProto.Builder>public RecoveryProtos.TaskFinishedProto.Builder mergeFrom(RecoveryProtos.TaskFinishedProto other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<RecoveryProtos.TaskFinishedProto.Builder>public RecoveryProtos.TaskFinishedProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RecoveryProtos.TaskFinishedProto.Builder>IOExceptionpublic boolean hasTaskId()
optional string task_id = 1;hasTaskId in interface RecoveryProtos.TaskFinishedProtoOrBuilderpublic String getTaskId()
optional string task_id = 1;getTaskId in interface RecoveryProtos.TaskFinishedProtoOrBuilderpublic com.google.protobuf.ByteString getTaskIdBytes()
optional string task_id = 1;getTaskIdBytes in interface RecoveryProtos.TaskFinishedProtoOrBuilderpublic RecoveryProtos.TaskFinishedProto.Builder setTaskId(String value)
optional string task_id = 1;public RecoveryProtos.TaskFinishedProto.Builder clearTaskId()
optional string task_id = 1;public RecoveryProtos.TaskFinishedProto.Builder setTaskIdBytes(com.google.protobuf.ByteString value)
optional string task_id = 1;public boolean hasFinishTime()
optional int64 finish_time = 2;hasFinishTime in interface RecoveryProtos.TaskFinishedProtoOrBuilderpublic long getFinishTime()
optional int64 finish_time = 2;getFinishTime in interface RecoveryProtos.TaskFinishedProtoOrBuilderpublic RecoveryProtos.TaskFinishedProto.Builder setFinishTime(long value)
optional int64 finish_time = 2;public RecoveryProtos.TaskFinishedProto.Builder clearFinishTime()
optional int64 finish_time = 2;public boolean hasState()
optional int32 state = 3;hasState in interface RecoveryProtos.TaskFinishedProtoOrBuilderpublic int getState()
optional int32 state = 3;getState in interface RecoveryProtos.TaskFinishedProtoOrBuilderpublic RecoveryProtos.TaskFinishedProto.Builder setState(int value)
optional int32 state = 3;public RecoveryProtos.TaskFinishedProto.Builder clearState()
optional int32 state = 3;public boolean hasDiagnostics()
optional string diagnostics = 4;hasDiagnostics in interface RecoveryProtos.TaskFinishedProtoOrBuilderpublic String getDiagnostics()
optional string diagnostics = 4;getDiagnostics in interface RecoveryProtos.TaskFinishedProtoOrBuilderpublic com.google.protobuf.ByteString getDiagnosticsBytes()
optional string diagnostics = 4;getDiagnosticsBytes in interface RecoveryProtos.TaskFinishedProtoOrBuilderpublic RecoveryProtos.TaskFinishedProto.Builder setDiagnostics(String value)
optional string diagnostics = 4;public RecoveryProtos.TaskFinishedProto.Builder clearDiagnostics()
optional string diagnostics = 4;public RecoveryProtos.TaskFinishedProto.Builder setDiagnosticsBytes(com.google.protobuf.ByteString value)
optional string diagnostics = 4;public boolean hasSuccessfulTaskAttemptId()
optional string successful_task_attempt_id = 5;hasSuccessfulTaskAttemptId in interface RecoveryProtos.TaskFinishedProtoOrBuilderpublic String getSuccessfulTaskAttemptId()
optional string successful_task_attempt_id = 5;getSuccessfulTaskAttemptId in interface RecoveryProtos.TaskFinishedProtoOrBuilderpublic com.google.protobuf.ByteString getSuccessfulTaskAttemptIdBytes()
optional string successful_task_attempt_id = 5;getSuccessfulTaskAttemptIdBytes in interface RecoveryProtos.TaskFinishedProtoOrBuilderpublic RecoveryProtos.TaskFinishedProto.Builder setSuccessfulTaskAttemptId(String value)
optional string successful_task_attempt_id = 5;public RecoveryProtos.TaskFinishedProto.Builder clearSuccessfulTaskAttemptId()
optional string successful_task_attempt_id = 5;public RecoveryProtos.TaskFinishedProto.Builder setSuccessfulTaskAttemptIdBytes(com.google.protobuf.ByteString value)
optional string successful_task_attempt_id = 5;Copyright © 2014 Apache Software Foundation. All rights reserved.