public static final class TopologyMaster.StMgrRegisterResponse.Builder extends com.google.protobuf.GeneratedMessage.Builder<TopologyMaster.StMgrRegisterResponse.Builder> implements TopologyMaster.StMgrRegisterResponseOrBuilder
heron.proto.tmaster.StMgrRegisterResponse
addRepeatedField, clearField, clearOneof, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, newUninitializedMessageException
public 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.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<TopologyMaster.StMgrRegisterResponse.Builder>
public TopologyMaster.StMgrRegisterResponse.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<TopologyMaster.StMgrRegisterResponse.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.GeneratedMessage.Builder<TopologyMaster.StMgrRegisterResponse.Builder>
public TopologyMaster.StMgrRegisterResponse getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public TopologyMaster.StMgrRegisterResponse build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public TopologyMaster.StMgrRegisterResponse buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public TopologyMaster.StMgrRegisterResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
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.MessageLiteOrBuilder
isInitialized
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.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<TopologyMaster.StMgrRegisterResponse.Builder>
java.io.IOException
public boolean hasStatus()
required .heron.proto.system.Status status = 1;
What was the status of this registration reqeust
hasStatus
in interface TopologyMaster.StMgrRegisterResponseOrBuilder
public Common.Status getStatus()
required .heron.proto.system.Status status = 1;
What was the status of this registration reqeust
getStatus
in interface TopologyMaster.StMgrRegisterResponseOrBuilder
public 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.StMgrRegisterResponseOrBuilder
public boolean hasPplan()
optional .heron.proto.system.PhysicalPlan pplan = 2;
If the assignment is already known, its sent
hasPplan
in interface TopologyMaster.StMgrRegisterResponseOrBuilder
public PhysicalPlans.PhysicalPlan getPplan()
optional .heron.proto.system.PhysicalPlan pplan = 2;
If the assignment is already known, its sent
getPplan
in interface TopologyMaster.StMgrRegisterResponseOrBuilder
public 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