public static final class RecoveryProtos.ContainerLaunchedProto.Builder extends com.google.protobuf.GeneratedMessage.Builder<RecoveryProtos.ContainerLaunchedProto.Builder> implements RecoveryProtos.ContainerLaunchedProtoOrBuilder
ContainerLaunchedProto| Modifier and Type | Method and Description |
|---|---|
RecoveryProtos.ContainerLaunchedProto |
build() |
RecoveryProtos.ContainerLaunchedProto |
buildPartial() |
RecoveryProtos.ContainerLaunchedProto.Builder |
clear() |
RecoveryProtos.ContainerLaunchedProto.Builder |
clearApplicationAttemptId()
optional string application_attempt_id = 1; |
RecoveryProtos.ContainerLaunchedProto.Builder |
clearContainerId()
optional string container_id = 2; |
RecoveryProtos.ContainerLaunchedProto.Builder |
clearLaunchTime()
optional int64 launch_time = 3; |
RecoveryProtos.ContainerLaunchedProto.Builder |
clone() |
String |
getApplicationAttemptId()
optional string application_attempt_id = 1; |
com.google.protobuf.ByteString |
getApplicationAttemptIdBytes()
optional string application_attempt_id = 1; |
String |
getContainerId()
optional string container_id = 2; |
com.google.protobuf.ByteString |
getContainerIdBytes()
optional string container_id = 2; |
RecoveryProtos.ContainerLaunchedProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
long |
getLaunchTime()
optional int64 launch_time = 3; |
boolean |
hasApplicationAttemptId()
optional string application_attempt_id = 1; |
boolean |
hasContainerId()
optional string container_id = 2; |
boolean |
hasLaunchTime()
optional int64 launch_time = 3; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
RecoveryProtos.ContainerLaunchedProto.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RecoveryProtos.ContainerLaunchedProto.Builder |
mergeFrom(com.google.protobuf.Message other) |
RecoveryProtos.ContainerLaunchedProto.Builder |
mergeFrom(RecoveryProtos.ContainerLaunchedProto other) |
RecoveryProtos.ContainerLaunchedProto.Builder |
setApplicationAttemptId(String value)
optional string application_attempt_id = 1; |
RecoveryProtos.ContainerLaunchedProto.Builder |
setApplicationAttemptIdBytes(com.google.protobuf.ByteString value)
optional string application_attempt_id = 1; |
RecoveryProtos.ContainerLaunchedProto.Builder |
setContainerId(String value)
optional string container_id = 2; |
RecoveryProtos.ContainerLaunchedProto.Builder |
setContainerIdBytes(com.google.protobuf.ByteString value)
optional string container_id = 2; |
RecoveryProtos.ContainerLaunchedProto.Builder |
setLaunchTime(long value)
optional int64 launch_time = 3; |
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.ContainerLaunchedProto.Builder>public RecoveryProtos.ContainerLaunchedProto.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.ContainerLaunchedProto.Builder>public RecoveryProtos.ContainerLaunchedProto.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.ContainerLaunchedProto.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.ContainerLaunchedProto.Builder>public RecoveryProtos.ContainerLaunchedProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic RecoveryProtos.ContainerLaunchedProto build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic RecoveryProtos.ContainerLaunchedProto buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic RecoveryProtos.ContainerLaunchedProto.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RecoveryProtos.ContainerLaunchedProto.Builder>public RecoveryProtos.ContainerLaunchedProto.Builder mergeFrom(RecoveryProtos.ContainerLaunchedProto other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<RecoveryProtos.ContainerLaunchedProto.Builder>public RecoveryProtos.ContainerLaunchedProto.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.ContainerLaunchedProto.Builder>IOExceptionpublic boolean hasApplicationAttemptId()
optional string application_attempt_id = 1;hasApplicationAttemptId in interface RecoveryProtos.ContainerLaunchedProtoOrBuilderpublic String getApplicationAttemptId()
optional string application_attempt_id = 1;getApplicationAttemptId in interface RecoveryProtos.ContainerLaunchedProtoOrBuilderpublic com.google.protobuf.ByteString getApplicationAttemptIdBytes()
optional string application_attempt_id = 1;getApplicationAttemptIdBytes in interface RecoveryProtos.ContainerLaunchedProtoOrBuilderpublic RecoveryProtos.ContainerLaunchedProto.Builder setApplicationAttemptId(String value)
optional string application_attempt_id = 1;public RecoveryProtos.ContainerLaunchedProto.Builder clearApplicationAttemptId()
optional string application_attempt_id = 1;public RecoveryProtos.ContainerLaunchedProto.Builder setApplicationAttemptIdBytes(com.google.protobuf.ByteString value)
optional string application_attempt_id = 1;public boolean hasContainerId()
optional string container_id = 2;hasContainerId in interface RecoveryProtos.ContainerLaunchedProtoOrBuilderpublic String getContainerId()
optional string container_id = 2;getContainerId in interface RecoveryProtos.ContainerLaunchedProtoOrBuilderpublic com.google.protobuf.ByteString getContainerIdBytes()
optional string container_id = 2;getContainerIdBytes in interface RecoveryProtos.ContainerLaunchedProtoOrBuilderpublic RecoveryProtos.ContainerLaunchedProto.Builder setContainerId(String value)
optional string container_id = 2;public RecoveryProtos.ContainerLaunchedProto.Builder clearContainerId()
optional string container_id = 2;public RecoveryProtos.ContainerLaunchedProto.Builder setContainerIdBytes(com.google.protobuf.ByteString value)
optional string container_id = 2;public boolean hasLaunchTime()
optional int64 launch_time = 3;hasLaunchTime in interface RecoveryProtos.ContainerLaunchedProtoOrBuilderpublic long getLaunchTime()
optional int64 launch_time = 3;getLaunchTime in interface RecoveryProtos.ContainerLaunchedProtoOrBuilderpublic RecoveryProtos.ContainerLaunchedProto.Builder setLaunchTime(long value)
optional int64 launch_time = 3;public RecoveryProtos.ContainerLaunchedProto.Builder clearLaunchTime()
optional int64 launch_time = 3;Copyright © 2015 Apache Software Foundation. All rights reserved.