public static final class TopologyMaster.StMgrRegisterResponse.Builder extends com.google.protobuf.GeneratedMessage.Builder<TopologyMaster.StMgrRegisterResponse.Builder> implements TopologyMaster.StMgrRegisterResponseOrBuilder
heron.proto.tmaster.StMgrRegisterResponseaddRepeatedField, clearField, clearOneof, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<TopologyMaster.StMgrRegisterResponse.Builder>public TopologyMaster.StMgrRegisterResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<TopologyMaster.StMgrRegisterResponse.Builder>public TopologyMaster.StMgrRegisterResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<TopologyMaster.StMgrRegisterResponse.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<TopologyMaster.StMgrRegisterResponse.Builder>public TopologyMaster.StMgrRegisterResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic TopologyMaster.StMgrRegisterResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic TopologyMaster.StMgrRegisterResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic TopologyMaster.StMgrRegisterResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<TopologyMaster.StMgrRegisterResponse.Builder>public TopologyMaster.StMgrRegisterResponse.Builder mergeFrom(TopologyMaster.StMgrRegisterResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<TopologyMaster.StMgrRegisterResponse.Builder>public TopologyMaster.StMgrRegisterResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<TopologyMaster.StMgrRegisterResponse.Builder>java.io.IOExceptionpublic boolean hasStatus()
required .heron.proto.system.Status status = 1;
What was the status of this registration reqeust
hasStatus in interface TopologyMaster.StMgrRegisterResponseOrBuilderpublic Common.Status getStatus()
required .heron.proto.system.Status status = 1;
What was the status of this registration reqeust
getStatus in interface TopologyMaster.StMgrRegisterResponseOrBuilderpublic TopologyMaster.StMgrRegisterResponse.Builder setStatus(Common.Status value)
required .heron.proto.system.Status status = 1;
What was the status of this registration reqeust
public TopologyMaster.StMgrRegisterResponse.Builder setStatus(Common.Status.Builder builderForValue)
required .heron.proto.system.Status status = 1;
What was the status of this registration reqeust
public TopologyMaster.StMgrRegisterResponse.Builder mergeStatus(Common.Status value)
required .heron.proto.system.Status status = 1;
What was the status of this registration reqeust
public TopologyMaster.StMgrRegisterResponse.Builder clearStatus()
required .heron.proto.system.Status status = 1;
What was the status of this registration reqeust
public Common.Status.Builder getStatusBuilder()
required .heron.proto.system.Status status = 1;
What was the status of this registration reqeust
public Common.StatusOrBuilder getStatusOrBuilder()
required .heron.proto.system.Status status = 1;
What was the status of this registration reqeust
getStatusOrBuilder in interface TopologyMaster.StMgrRegisterResponseOrBuilderpublic boolean hasPplan()
optional .heron.proto.system.PhysicalPlan pplan = 2;
If the assignment is already known, its sent
hasPplan in interface TopologyMaster.StMgrRegisterResponseOrBuilderpublic PhysicalPlans.PhysicalPlan getPplan()
optional .heron.proto.system.PhysicalPlan pplan = 2;
If the assignment is already known, its sent
getPplan in interface TopologyMaster.StMgrRegisterResponseOrBuilderpublic TopologyMaster.StMgrRegisterResponse.Builder setPplan(PhysicalPlans.PhysicalPlan value)
optional .heron.proto.system.PhysicalPlan pplan = 2;
If the assignment is already known, its sent
public TopologyMaster.StMgrRegisterResponse.Builder setPplan(PhysicalPlans.PhysicalPlan.Builder builderForValue)
optional .heron.proto.system.PhysicalPlan pplan = 2;
If the assignment is already known, its sent
public TopologyMaster.StMgrRegisterResponse.Builder mergePplan(PhysicalPlans.PhysicalPlan value)
optional .heron.proto.system.PhysicalPlan pplan = 2;
If the assignment is already known, its sent
public TopologyMaster.StMgrRegisterResponse.Builder clearPplan()
optional .heron.proto.system.PhysicalPlan pplan = 2;
If the assignment is already known, its sent
public PhysicalPlans.PhysicalPlan.Builder getPplanBuilder()
optional .heron.proto.system.PhysicalPlan pplan = 2;
If the assignment is already known, its sent
public PhysicalPlans.PhysicalPlanOrBuilder getPplanOrBuilder()
optional .heron.proto.system.PhysicalPlan pplan = 2;
If the assignment is already known, its sent
getPplanOrBuilder in interface TopologyMaster.StMgrRegisterResponseOrBuilder