Package org.apache.pekko.remote
Interface WireFormats.DeployDataOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
WireFormats.DeployData,WireFormats.DeployData.Builder
- Enclosing class:
- WireFormats
public static interface WireFormats.DeployDataOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionorg.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;optional 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;repeated 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 eachMethods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
isInitializedMethods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasPath
boolean hasPath()required string path = 1;- Returns:
- Whether the path field is set.
-
getPath
String getPath()required string path = 1;- Returns:
- The path.
-
getPathBytes
org.apache.pekko.protobufv3.internal.ByteString getPathBytes()required string path = 1;- Returns:
- The bytes for path.
-
hasConfig
boolean hasConfig()optional bytes config = 2;- Returns:
- Whether the config field is set.
-
getConfig
org.apache.pekko.protobufv3.internal.ByteString getConfig()optional bytes config = 2;- Returns:
- The config.
-
hasRouterConfig
boolean hasRouterConfig()optional bytes routerConfig = 3;- Returns:
- Whether the routerConfig field is set.
-
getRouterConfig
org.apache.pekko.protobufv3.internal.ByteString getRouterConfig()optional bytes routerConfig = 3;- Returns:
- The routerConfig.
-
hasScope
boolean hasScope()optional bytes scope = 4;- Returns:
- Whether the scope field is set.
-
getScope
org.apache.pekko.protobufv3.internal.ByteString getScope()optional bytes scope = 4;- Returns:
- The scope.
-
hasDispatcher
boolean hasDispatcher()optional string dispatcher = 5;- Returns:
- Whether the dispatcher field is set.
-
getDispatcher
String getDispatcher()optional string dispatcher = 5;- Returns:
- The dispatcher.
-
getDispatcherBytes
org.apache.pekko.protobufv3.internal.ByteString getDispatcherBytes()optional string dispatcher = 5;- Returns:
- The bytes for dispatcher.
-
hasScopeSerializerId
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;- Returns:
- Whether the scopeSerializerId field is set.
-
getScopeSerializerId
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;- Returns:
- The scopeSerializerId.
-
hasScopeManifest
boolean hasScopeManifest()optional string scopeManifest = 7;- Returns:
- Whether the scopeManifest field is set.
-
getScopeManifest
String getScopeManifest()optional string scopeManifest = 7;- Returns:
- The scopeManifest.
-
getScopeManifestBytes
org.apache.pekko.protobufv3.internal.ByteString getScopeManifestBytes()optional string scopeManifest = 7;- Returns:
- The bytes for scopeManifest.
-
hasConfigSerializerId
boolean hasConfigSerializerId()optional int32 configSerializerId = 8;- Returns:
- Whether the configSerializerId field is set.
-
getConfigSerializerId
int getConfigSerializerId()optional int32 configSerializerId = 8;- Returns:
- The configSerializerId.
-
hasConfigManifest
boolean hasConfigManifest()optional string configManifest = 9;- Returns:
- Whether the configManifest field is set.
-
getConfigManifest
String getConfigManifest()optional string configManifest = 9;- Returns:
- The configManifest.
-
getConfigManifestBytes
org.apache.pekko.protobufv3.internal.ByteString getConfigManifestBytes()optional string configManifest = 9;- Returns:
- The bytes for configManifest.
-
hasRouterConfigSerializerId
boolean hasRouterConfigSerializerId()optional int32 routerConfigSerializerId = 10;- Returns:
- Whether the routerConfigSerializerId field is set.
-
getRouterConfigSerializerId
int getRouterConfigSerializerId()optional int32 routerConfigSerializerId = 10;- Returns:
- The routerConfigSerializerId.
-
hasRouterConfigManifest
boolean hasRouterConfigManifest()optional string routerConfigManifest = 11;- Returns:
- Whether the routerConfigManifest field is set.
-
getRouterConfigManifest
String getRouterConfigManifest()optional string routerConfigManifest = 11;- Returns:
- The routerConfigManifest.
-
getRouterConfigManifestBytes
org.apache.pekko.protobufv3.internal.ByteString getRouterConfigManifestBytes()optional string routerConfigManifest = 11;- Returns:
- The bytes for routerConfigManifest.
-
getTagsList
repeated string tags = 12;- Returns:
- A list containing the tags.
-
getTagsCount
int getTagsCount()repeated string tags = 12;- Returns:
- The count of tags.
-
getTags
repeated string tags = 12;- Parameters:
index- The index of the element to return.- Returns:
- The tags at the given index.
-
getTagsBytes
org.apache.pekko.protobufv3.internal.ByteString getTagsBytes(int index) repeated string tags = 12;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the tags at the given index.
-