Package org.apache.pekko.remote
Class WireFormats.DaemonMsgCreateData.Builder
- java.lang.Object
-
- org.apache.pekko.protobufv3.internal.AbstractMessageLite.Builder
-
- org.apache.pekko.protobufv3.internal.AbstractMessage.Builder<BuilderT>
-
- org.apache.pekko.protobufv3.internal.GeneratedMessage.Builder<WireFormats.DaemonMsgCreateData.Builder>
-
- org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
-
- All Implemented Interfaces:
java.lang.Cloneable,org.apache.pekko.protobufv3.internal.Message.Builder,org.apache.pekko.protobufv3.internal.MessageLite.Builder,org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder,WireFormats.DaemonMsgCreateDataOrBuilder
- Enclosing class:
- WireFormats.DaemonMsgCreateData
public static final class WireFormats.DaemonMsgCreateData.Builder extends org.apache.pekko.protobufv3.internal.GeneratedMessage.Builder<WireFormats.DaemonMsgCreateData.Builder> implements WireFormats.DaemonMsgCreateDataOrBuilder
* Defines org.apache.pekko.remote.DaemonMsgCreate
Protobuf typeDaemonMsgCreateData
-
-
Method Summary
-
Methods inherited from class org.apache.pekko.protobufv3.internal.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class org.apache.pekko.protobufv3.internal.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class org.apache.pekko.protobufv3.internal.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classorg.apache.pekko.protobufv3.internal.GeneratedMessage.Builder<WireFormats.DaemonMsgCreateData.Builder>
-
clear
public WireFormats.DaemonMsgCreateData.Builder clear()
- Specified by:
clearin interfaceorg.apache.pekko.protobufv3.internal.Message.Builder- Specified by:
clearin interfaceorg.apache.pekko.protobufv3.internal.MessageLite.Builder- Overrides:
clearin classorg.apache.pekko.protobufv3.internal.GeneratedMessage.Builder<WireFormats.DaemonMsgCreateData.Builder>
-
getDescriptorForType
public org.apache.pekko.protobufv3.internal.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfaceorg.apache.pekko.protobufv3.internal.Message.Builder- Specified by:
getDescriptorForTypein interfaceorg.apache.pekko.protobufv3.internal.MessageOrBuilder- Overrides:
getDescriptorForTypein classorg.apache.pekko.protobufv3.internal.GeneratedMessage.Builder<WireFormats.DaemonMsgCreateData.Builder>
-
getDefaultInstanceForType
public WireFormats.DaemonMsgCreateData getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfaceorg.apache.pekko.protobufv3.internal.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfaceorg.apache.pekko.protobufv3.internal.MessageOrBuilder
-
build
public WireFormats.DaemonMsgCreateData build()
- Specified by:
buildin interfaceorg.apache.pekko.protobufv3.internal.Message.Builder- Specified by:
buildin interfaceorg.apache.pekko.protobufv3.internal.MessageLite.Builder
-
buildPartial
public WireFormats.DaemonMsgCreateData buildPartial()
- Specified by:
buildPartialin interfaceorg.apache.pekko.protobufv3.internal.Message.Builder- Specified by:
buildPartialin interfaceorg.apache.pekko.protobufv3.internal.MessageLite.Builder
-
mergeFrom
public WireFormats.DaemonMsgCreateData.Builder mergeFrom(org.apache.pekko.protobufv3.internal.Message other)
- Specified by:
mergeFromin interfaceorg.apache.pekko.protobufv3.internal.Message.Builder- Overrides:
mergeFromin classorg.apache.pekko.protobufv3.internal.AbstractMessage.Builder<WireFormats.DaemonMsgCreateData.Builder>
-
mergeFrom
public WireFormats.DaemonMsgCreateData.Builder mergeFrom(WireFormats.DaemonMsgCreateData other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfaceorg.apache.pekko.protobufv3.internal.MessageLiteOrBuilder- Overrides:
isInitializedin classorg.apache.pekko.protobufv3.internal.GeneratedMessage.Builder<WireFormats.DaemonMsgCreateData.Builder>
-
mergeFrom
public WireFormats.DaemonMsgCreateData.Builder mergeFrom(org.apache.pekko.protobufv3.internal.CodedInputStream input, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFromin interfaceorg.apache.pekko.protobufv3.internal.Message.Builder- Specified by:
mergeFromin interfaceorg.apache.pekko.protobufv3.internal.MessageLite.Builder- Overrides:
mergeFromin classorg.apache.pekko.protobufv3.internal.AbstractMessage.Builder<WireFormats.DaemonMsgCreateData.Builder>- Throws:
java.io.IOException
-
hasProps
public boolean hasProps()
required .PropsData props = 1;- Specified by:
hasPropsin interfaceWireFormats.DaemonMsgCreateDataOrBuilder- Returns:
- Whether the props field is set.
-
getProps
public WireFormats.PropsData getProps()
required .PropsData props = 1;- Specified by:
getPropsin interfaceWireFormats.DaemonMsgCreateDataOrBuilder- Returns:
- The props.
-
setProps
public WireFormats.DaemonMsgCreateData.Builder setProps(WireFormats.PropsData value)
required .PropsData props = 1;
-
setProps
public WireFormats.DaemonMsgCreateData.Builder setProps(WireFormats.PropsData.Builder builderForValue)
required .PropsData props = 1;
-
mergeProps
public WireFormats.DaemonMsgCreateData.Builder mergeProps(WireFormats.PropsData value)
required .PropsData props = 1;
-
clearProps
public WireFormats.DaemonMsgCreateData.Builder clearProps()
required .PropsData props = 1;
-
getPropsBuilder
public WireFormats.PropsData.Builder getPropsBuilder()
required .PropsData props = 1;
-
getPropsOrBuilder
public WireFormats.PropsDataOrBuilder getPropsOrBuilder()
required .PropsData props = 1;- Specified by:
getPropsOrBuilderin interfaceWireFormats.DaemonMsgCreateDataOrBuilder
-
hasDeploy
public boolean hasDeploy()
required .DeployData deploy = 2;- Specified by:
hasDeployin interfaceWireFormats.DaemonMsgCreateDataOrBuilder- Returns:
- Whether the deploy field is set.
-
getDeploy
public WireFormats.DeployData getDeploy()
required .DeployData deploy = 2;- Specified by:
getDeployin interfaceWireFormats.DaemonMsgCreateDataOrBuilder- Returns:
- The deploy.
-
setDeploy
public WireFormats.DaemonMsgCreateData.Builder setDeploy(WireFormats.DeployData value)
required .DeployData deploy = 2;
-
setDeploy
public WireFormats.DaemonMsgCreateData.Builder setDeploy(WireFormats.DeployData.Builder builderForValue)
required .DeployData deploy = 2;
-
mergeDeploy
public WireFormats.DaemonMsgCreateData.Builder mergeDeploy(WireFormats.DeployData value)
required .DeployData deploy = 2;
-
clearDeploy
public WireFormats.DaemonMsgCreateData.Builder clearDeploy()
required .DeployData deploy = 2;
-
getDeployBuilder
public WireFormats.DeployData.Builder getDeployBuilder()
required .DeployData deploy = 2;
-
getDeployOrBuilder
public WireFormats.DeployDataOrBuilder getDeployOrBuilder()
required .DeployData deploy = 2;- Specified by:
getDeployOrBuilderin interfaceWireFormats.DaemonMsgCreateDataOrBuilder
-
hasPath
public boolean hasPath()
required string path = 3;- Specified by:
hasPathin interfaceWireFormats.DaemonMsgCreateDataOrBuilder- Returns:
- Whether the path field is set.
-
getPath
public java.lang.String getPath()
required string path = 3;- Specified by:
getPathin interfaceWireFormats.DaemonMsgCreateDataOrBuilder- Returns:
- The path.
-
getPathBytes
public org.apache.pekko.protobufv3.internal.ByteString getPathBytes()
required string path = 3;- Specified by:
getPathBytesin interfaceWireFormats.DaemonMsgCreateDataOrBuilder- Returns:
- The bytes for path.
-
setPath
public WireFormats.DaemonMsgCreateData.Builder setPath(java.lang.String value)
required string path = 3;- Parameters:
value- The path to set.- Returns:
- This builder for chaining.
-
clearPath
public WireFormats.DaemonMsgCreateData.Builder clearPath()
required string path = 3;- Returns:
- This builder for chaining.
-
setPathBytes
public WireFormats.DaemonMsgCreateData.Builder setPathBytes(org.apache.pekko.protobufv3.internal.ByteString value)
required string path = 3;- Parameters:
value- The bytes for path to set.- Returns:
- This builder for chaining.
-
hasSupervisor
public boolean hasSupervisor()
required .ActorRefData supervisor = 4;- Specified by:
hasSupervisorin interfaceWireFormats.DaemonMsgCreateDataOrBuilder- Returns:
- Whether the supervisor field is set.
-
getSupervisor
public WireFormats.ActorRefData getSupervisor()
required .ActorRefData supervisor = 4;- Specified by:
getSupervisorin interfaceWireFormats.DaemonMsgCreateDataOrBuilder- Returns:
- The supervisor.
-
setSupervisor
public WireFormats.DaemonMsgCreateData.Builder setSupervisor(WireFormats.ActorRefData value)
required .ActorRefData supervisor = 4;
-
setSupervisor
public WireFormats.DaemonMsgCreateData.Builder setSupervisor(WireFormats.ActorRefData.Builder builderForValue)
required .ActorRefData supervisor = 4;
-
mergeSupervisor
public WireFormats.DaemonMsgCreateData.Builder mergeSupervisor(WireFormats.ActorRefData value)
required .ActorRefData supervisor = 4;
-
clearSupervisor
public WireFormats.DaemonMsgCreateData.Builder clearSupervisor()
required .ActorRefData supervisor = 4;
-
getSupervisorBuilder
public WireFormats.ActorRefData.Builder getSupervisorBuilder()
required .ActorRefData supervisor = 4;
-
getSupervisorOrBuilder
public WireFormats.ActorRefDataOrBuilder getSupervisorOrBuilder()
required .ActorRefData supervisor = 4;- Specified by:
getSupervisorOrBuilderin interfaceWireFormats.DaemonMsgCreateDataOrBuilder
-
-