Package org.apache.pekko.remote
Class WireFormats.DeployData.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.DeployData.Builder>
org.apache.pekko.remote.WireFormats.DeployData.Builder
- All Implemented Interfaces:
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.DeployDataOrBuilder
- Enclosing class:
- WireFormats.DeployData
public static final class WireFormats.DeployData.Builder
extends org.apache.pekko.protobufv3.internal.GeneratedMessage.Builder<WireFormats.DeployData.Builder>
implements WireFormats.DeployDataOrBuilder
* Serialization of org.apache.pekko.actor.DeployProtobuf type
DeployData-
Method Summary
Modifier and TypeMethodDescriptionaddAllTags(Iterable<String> values) repeated string tags = 12;repeated string tags = 12;addTagsBytes(org.apache.pekko.protobufv3.internal.ByteString value) repeated string tags = 12;build()clear()optional bytes config = 2;optional string configManifest = 9;optional int32 configSerializerId = 8;optional string dispatcher = 5;required string path = 1;optional bytes routerConfig = 3;optional string routerConfigManifest = 11;optional int32 routerConfigSerializerId = 10;optional bytes scope = 4;optional string scopeManifest = 7;older wire protocol: hardcoded class used to look up serializer newer wire protocol: serializer id and manifest available for eachrepeated string tags = 12;org.apache.pekko.protobufv3.internal.ByteStringoptional bytes config = 2;optional string configManifest = 9;org.apache.pekko.protobufv3.internal.ByteStringoptional string configManifest = 9;intoptional int32 configSerializerId = 8;static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptororg.apache.pekko.protobufv3.internal.Descriptors.Descriptoroptional string dispatcher = 5;org.apache.pekko.protobufv3.internal.ByteStringoptional string dispatcher = 5;getPath()required string path = 1;org.apache.pekko.protobufv3.internal.ByteStringrequired string path = 1;org.apache.pekko.protobufv3.internal.ByteStringoptional bytes routerConfig = 3;optional string routerConfigManifest = 11;org.apache.pekko.protobufv3.internal.ByteStringoptional string routerConfigManifest = 11;intoptional int32 routerConfigSerializerId = 10;org.apache.pekko.protobufv3.internal.ByteStringgetScope()optional bytes scope = 4;optional string scopeManifest = 7;org.apache.pekko.protobufv3.internal.ByteStringoptional string scopeManifest = 7;intolder wire protocol: hardcoded class used to look up serializer newer wire protocol: serializer id and manifest available for eachgetTags(int index) repeated string tags = 12;org.apache.pekko.protobufv3.internal.ByteStringgetTagsBytes(int index) repeated string tags = 12;intrepeated string tags = 12;org.apache.pekko.protobufv3.internal.ProtocolStringListrepeated string tags = 12;booleanoptional bytes config = 2;booleanoptional string configManifest = 9;booleanoptional int32 configSerializerId = 8;booleanoptional string dispatcher = 5;booleanhasPath()required string path = 1;booleanoptional bytes routerConfig = 3;booleanoptional string routerConfigManifest = 11;booleanoptional int32 routerConfigSerializerId = 10;booleanhasScope()optional bytes scope = 4;booleanoptional string scopeManifest = 7;booleanolder wire protocol: hardcoded class used to look up serializer newer wire protocol: serializer id and manifest available for eachprotected org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTablefinal booleanmergeFrom(org.apache.pekko.protobufv3.internal.CodedInputStream input, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) mergeFrom(org.apache.pekko.protobufv3.internal.Message other) mergeFrom(WireFormats.DeployData other) setConfig(org.apache.pekko.protobufv3.internal.ByteString value) optional bytes config = 2;setConfigManifest(String value) optional string configManifest = 9;setConfigManifestBytes(org.apache.pekko.protobufv3.internal.ByteString value) optional string configManifest = 9;setConfigSerializerId(int value) optional int32 configSerializerId = 8;setDispatcher(String value) optional string dispatcher = 5;setDispatcherBytes(org.apache.pekko.protobufv3.internal.ByteString value) optional string dispatcher = 5;required string path = 1;setPathBytes(org.apache.pekko.protobufv3.internal.ByteString value) required string path = 1;setRouterConfig(org.apache.pekko.protobufv3.internal.ByteString value) optional bytes routerConfig = 3;setRouterConfigManifest(String value) optional string routerConfigManifest = 11;setRouterConfigManifestBytes(org.apache.pekko.protobufv3.internal.ByteString value) optional string routerConfigManifest = 11;setRouterConfigSerializerId(int value) optional int32 routerConfigSerializerId = 10;setScope(org.apache.pekko.protobufv3.internal.ByteString value) optional bytes scope = 4;setScopeManifest(String value) optional string scopeManifest = 7;setScopeManifestBytes(org.apache.pekko.protobufv3.internal.ByteString value) optional string scopeManifest = 7;setScopeSerializerId(int value) older wire protocol: hardcoded class used to look up serializer newer wire protocol: serializer id and manifest available for eachrepeated string tags = 12;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, setUnknownFieldsProto3Methods inherited from class org.apache.pekko.protobufv3.internal.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class org.apache.pekko.protobufv3.internal.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.pekko.protobufv3.internal.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface org.apache.pekko.protobufv3.internal.MessageLite.Builder
mergeFromMethods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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.DeployData.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.DeployData.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.DeployData.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfaceorg.apache.pekko.protobufv3.internal.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfaceorg.apache.pekko.protobufv3.internal.MessageOrBuilder
-
build
- Specified by:
buildin interfaceorg.apache.pekko.protobufv3.internal.Message.Builder- Specified by:
buildin interfaceorg.apache.pekko.protobufv3.internal.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfaceorg.apache.pekko.protobufv3.internal.Message.Builder- Specified by:
buildPartialin interfaceorg.apache.pekko.protobufv3.internal.MessageLite.Builder
-
mergeFrom
- Specified by:
mergeFromin interfaceorg.apache.pekko.protobufv3.internal.Message.Builder- Overrides:
mergeFromin classorg.apache.pekko.protobufv3.internal.AbstractMessage.Builder<WireFormats.DeployData.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfaceorg.apache.pekko.protobufv3.internal.MessageLiteOrBuilder- Overrides:
isInitializedin classorg.apache.pekko.protobufv3.internal.GeneratedMessage.Builder<WireFormats.DeployData.Builder>
-
mergeFrom
public WireFormats.DeployData.Builder mergeFrom(org.apache.pekko.protobufv3.internal.CodedInputStream input, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws 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.DeployData.Builder>- Throws:
IOException
-
hasPath
public boolean hasPath()required string path = 1;- Specified by:
hasPathin interfaceWireFormats.DeployDataOrBuilder- Returns:
- Whether the path field is set.
-
getPath
required string path = 1;- Specified by:
getPathin interfaceWireFormats.DeployDataOrBuilder- Returns:
- The path.
-
getPathBytes
public org.apache.pekko.protobufv3.internal.ByteString getPathBytes()required string path = 1;- Specified by:
getPathBytesin interfaceWireFormats.DeployDataOrBuilder- Returns:
- The bytes for path.
-
setPath
required string path = 1;- Parameters:
value- The path to set.- Returns:
- This builder for chaining.
-
clearPath
required string path = 1;- Returns:
- This builder for chaining.
-
setPathBytes
public WireFormats.DeployData.Builder setPathBytes(org.apache.pekko.protobufv3.internal.ByteString value) required string path = 1;- Parameters:
value- The bytes for path to set.- Returns:
- This builder for chaining.
-
hasConfig
public boolean hasConfig()optional bytes config = 2;- Specified by:
hasConfigin interfaceWireFormats.DeployDataOrBuilder- Returns:
- Whether the config field is set.
-
getConfig
public org.apache.pekko.protobufv3.internal.ByteString getConfig()optional bytes config = 2;- Specified by:
getConfigin interfaceWireFormats.DeployDataOrBuilder- Returns:
- The config.
-
setConfig
public WireFormats.DeployData.Builder setConfig(org.apache.pekko.protobufv3.internal.ByteString value) optional bytes config = 2;- Parameters:
value- The config to set.- Returns:
- This builder for chaining.
-
clearConfig
optional bytes config = 2;- Returns:
- This builder for chaining.
-
hasRouterConfig
public boolean hasRouterConfig()optional bytes routerConfig = 3;- Specified by:
hasRouterConfigin interfaceWireFormats.DeployDataOrBuilder- Returns:
- Whether the routerConfig field is set.
-
getRouterConfig
public org.apache.pekko.protobufv3.internal.ByteString getRouterConfig()optional bytes routerConfig = 3;- Specified by:
getRouterConfigin interfaceWireFormats.DeployDataOrBuilder- Returns:
- The routerConfig.
-
setRouterConfig
public WireFormats.DeployData.Builder setRouterConfig(org.apache.pekko.protobufv3.internal.ByteString value) optional bytes routerConfig = 3;- Parameters:
value- The routerConfig to set.- Returns:
- This builder for chaining.
-
clearRouterConfig
optional bytes routerConfig = 3;- Returns:
- This builder for chaining.
-
hasScope
public boolean hasScope()optional bytes scope = 4;- Specified by:
hasScopein interfaceWireFormats.DeployDataOrBuilder- Returns:
- Whether the scope field is set.
-
getScope
public org.apache.pekko.protobufv3.internal.ByteString getScope()optional bytes scope = 4;- Specified by:
getScopein interfaceWireFormats.DeployDataOrBuilder- Returns:
- The scope.
-
setScope
public WireFormats.DeployData.Builder setScope(org.apache.pekko.protobufv3.internal.ByteString value) optional bytes scope = 4;- Parameters:
value- The scope to set.- Returns:
- This builder for chaining.
-
clearScope
optional bytes scope = 4;- Returns:
- This builder for chaining.
-
hasDispatcher
public boolean hasDispatcher()optional string dispatcher = 5;- Specified by:
hasDispatcherin interfaceWireFormats.DeployDataOrBuilder- Returns:
- Whether the dispatcher field is set.
-
getDispatcher
optional string dispatcher = 5;- Specified by:
getDispatcherin interfaceWireFormats.DeployDataOrBuilder- Returns:
- The dispatcher.
-
getDispatcherBytes
public org.apache.pekko.protobufv3.internal.ByteString getDispatcherBytes()optional string dispatcher = 5;- Specified by:
getDispatcherBytesin interfaceWireFormats.DeployDataOrBuilder- Returns:
- The bytes for dispatcher.
-
setDispatcher
optional string dispatcher = 5;- Parameters:
value- The dispatcher to set.- Returns:
- This builder for chaining.
-
clearDispatcher
optional string dispatcher = 5;- Returns:
- This builder for chaining.
-
setDispatcherBytes
public WireFormats.DeployData.Builder setDispatcherBytes(org.apache.pekko.protobufv3.internal.ByteString value) optional string dispatcher = 5;- Parameters:
value- The bytes for dispatcher to set.- Returns:
- This builder for chaining.
-
hasScopeSerializerId
public boolean hasScopeSerializerId()older wire protocol: hardcoded class used to look up serializer newer wire protocol: serializer id and manifest available for each
optional int32 scopeSerializerId = 6;- Specified by:
hasScopeSerializerIdin interfaceWireFormats.DeployDataOrBuilder- Returns:
- Whether the scopeSerializerId field is set.
-
getScopeSerializerId
public int getScopeSerializerId()older wire protocol: hardcoded class used to look up serializer newer wire protocol: serializer id and manifest available for each
optional int32 scopeSerializerId = 6;- Specified by:
getScopeSerializerIdin interfaceWireFormats.DeployDataOrBuilder- Returns:
- The scopeSerializerId.
-
setScopeSerializerId
older wire protocol: hardcoded class used to look up serializer newer wire protocol: serializer id and manifest available for each
optional int32 scopeSerializerId = 6;- Parameters:
value- The scopeSerializerId to set.- Returns:
- This builder for chaining.
-
clearScopeSerializerId
older wire protocol: hardcoded class used to look up serializer newer wire protocol: serializer id and manifest available for each
optional int32 scopeSerializerId = 6;- Returns:
- This builder for chaining.
-
hasScopeManifest
public boolean hasScopeManifest()optional string scopeManifest = 7;- Specified by:
hasScopeManifestin interfaceWireFormats.DeployDataOrBuilder- Returns:
- Whether the scopeManifest field is set.
-
getScopeManifest
optional string scopeManifest = 7;- Specified by:
getScopeManifestin interfaceWireFormats.DeployDataOrBuilder- Returns:
- The scopeManifest.
-
getScopeManifestBytes
public org.apache.pekko.protobufv3.internal.ByteString getScopeManifestBytes()optional string scopeManifest = 7;- Specified by:
getScopeManifestBytesin interfaceWireFormats.DeployDataOrBuilder- Returns:
- The bytes for scopeManifest.
-
setScopeManifest
optional string scopeManifest = 7;- Parameters:
value- The scopeManifest to set.- Returns:
- This builder for chaining.
-
clearScopeManifest
optional string scopeManifest = 7;- Returns:
- This builder for chaining.
-
setScopeManifestBytes
public WireFormats.DeployData.Builder setScopeManifestBytes(org.apache.pekko.protobufv3.internal.ByteString value) optional string scopeManifest = 7;- Parameters:
value- The bytes for scopeManifest to set.- Returns:
- This builder for chaining.
-
hasConfigSerializerId
public boolean hasConfigSerializerId()optional int32 configSerializerId = 8;- Specified by:
hasConfigSerializerIdin interfaceWireFormats.DeployDataOrBuilder- Returns:
- Whether the configSerializerId field is set.
-
getConfigSerializerId
public int getConfigSerializerId()optional int32 configSerializerId = 8;- Specified by:
getConfigSerializerIdin interfaceWireFormats.DeployDataOrBuilder- Returns:
- The configSerializerId.
-
setConfigSerializerId
optional int32 configSerializerId = 8;- Parameters:
value- The configSerializerId to set.- Returns:
- This builder for chaining.
-
clearConfigSerializerId
optional int32 configSerializerId = 8;- Returns:
- This builder for chaining.
-
hasConfigManifest
public boolean hasConfigManifest()optional string configManifest = 9;- Specified by:
hasConfigManifestin interfaceWireFormats.DeployDataOrBuilder- Returns:
- Whether the configManifest field is set.
-
getConfigManifest
optional string configManifest = 9;- Specified by:
getConfigManifestin interfaceWireFormats.DeployDataOrBuilder- Returns:
- The configManifest.
-
getConfigManifestBytes
public org.apache.pekko.protobufv3.internal.ByteString getConfigManifestBytes()optional string configManifest = 9;- Specified by:
getConfigManifestBytesin interfaceWireFormats.DeployDataOrBuilder- Returns:
- The bytes for configManifest.
-
setConfigManifest
optional string configManifest = 9;- Parameters:
value- The configManifest to set.- Returns:
- This builder for chaining.
-
clearConfigManifest
optional string configManifest = 9;- Returns:
- This builder for chaining.
-
setConfigManifestBytes
public WireFormats.DeployData.Builder setConfigManifestBytes(org.apache.pekko.protobufv3.internal.ByteString value) optional string configManifest = 9;- Parameters:
value- The bytes for configManifest to set.- Returns:
- This builder for chaining.
-
hasRouterConfigSerializerId
public boolean hasRouterConfigSerializerId()optional int32 routerConfigSerializerId = 10;- Specified by:
hasRouterConfigSerializerIdin interfaceWireFormats.DeployDataOrBuilder- Returns:
- Whether the routerConfigSerializerId field is set.
-
getRouterConfigSerializerId
public int getRouterConfigSerializerId()optional int32 routerConfigSerializerId = 10;- Specified by:
getRouterConfigSerializerIdin interfaceWireFormats.DeployDataOrBuilder- Returns:
- The routerConfigSerializerId.
-
setRouterConfigSerializerId
optional int32 routerConfigSerializerId = 10;- Parameters:
value- The routerConfigSerializerId to set.- Returns:
- This builder for chaining.
-
clearRouterConfigSerializerId
optional int32 routerConfigSerializerId = 10;- Returns:
- This builder for chaining.
-
hasRouterConfigManifest
public boolean hasRouterConfigManifest()optional string routerConfigManifest = 11;- Specified by:
hasRouterConfigManifestin interfaceWireFormats.DeployDataOrBuilder- Returns:
- Whether the routerConfigManifest field is set.
-
getRouterConfigManifest
optional string routerConfigManifest = 11;- Specified by:
getRouterConfigManifestin interfaceWireFormats.DeployDataOrBuilder- Returns:
- The routerConfigManifest.
-
getRouterConfigManifestBytes
public org.apache.pekko.protobufv3.internal.ByteString getRouterConfigManifestBytes()optional string routerConfigManifest = 11;- Specified by:
getRouterConfigManifestBytesin interfaceWireFormats.DeployDataOrBuilder- Returns:
- The bytes for routerConfigManifest.
-
setRouterConfigManifest
optional string routerConfigManifest = 11;- Parameters:
value- The routerConfigManifest to set.- Returns:
- This builder for chaining.
-
clearRouterConfigManifest
optional string routerConfigManifest = 11;- Returns:
- This builder for chaining.
-
setRouterConfigManifestBytes
public WireFormats.DeployData.Builder setRouterConfigManifestBytes(org.apache.pekko.protobufv3.internal.ByteString value) optional string routerConfigManifest = 11;- Parameters:
value- The bytes for routerConfigManifest to set.- Returns:
- This builder for chaining.
-
getTagsList
public org.apache.pekko.protobufv3.internal.ProtocolStringList getTagsList()repeated string tags = 12;- Specified by:
getTagsListin interfaceWireFormats.DeployDataOrBuilder- Returns:
- A list containing the tags.
-
getTagsCount
public int getTagsCount()repeated string tags = 12;- Specified by:
getTagsCountin interfaceWireFormats.DeployDataOrBuilder- Returns:
- The count of tags.
-
getTags
repeated string tags = 12;- Specified by:
getTagsin interfaceWireFormats.DeployDataOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The tags at the given index.
-
getTagsBytes
public org.apache.pekko.protobufv3.internal.ByteString getTagsBytes(int index) repeated string tags = 12;- Specified by:
getTagsBytesin interfaceWireFormats.DeployDataOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the tags at the given index.
-
setTags
repeated string tags = 12;- Parameters:
index- The index to set the value at.value- The tags to set.- Returns:
- This builder for chaining.
-
addTags
repeated string tags = 12;- Parameters:
value- The tags to add.- Returns:
- This builder for chaining.
-
addAllTags
repeated string tags = 12;- Parameters:
values- The tags to add.- Returns:
- This builder for chaining.
-
clearTags
repeated string tags = 12;- Returns:
- This builder for chaining.
-
addTagsBytes
public WireFormats.DeployData.Builder addTagsBytes(org.apache.pekko.protobufv3.internal.ByteString value) repeated string tags = 12;- Parameters:
value- The bytes of the tags to add.- Returns:
- This builder for chaining.
-