Package akka.remote
Class WireFormats.DeployData
- java.lang.Object
-
- akka.protobufv3.internal.AbstractMessageLite
-
- akka.protobufv3.internal.AbstractMessage
-
- akka.protobufv3.internal.GeneratedMessageV3
-
- akka.remote.WireFormats.DeployData
-
- All Implemented Interfaces:
akka.protobufv3.internal.Message
,akka.protobufv3.internal.MessageLite
,akka.protobufv3.internal.MessageLiteOrBuilder
,akka.protobufv3.internal.MessageOrBuilder
,WireFormats.DeployDataOrBuilder
,java.io.Serializable
- Enclosing class:
- WireFormats
public static final class WireFormats.DeployData extends akka.protobufv3.internal.GeneratedMessageV3 implements WireFormats.DeployDataOrBuilder
Serialization of akka.actor.Deploy
Protobuf typeDeployData
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WireFormats.DeployData.Builder
Serialization of akka.actor.Deploy-
Nested classes/interfaces inherited from class akka.protobufv3.internal.GeneratedMessageV3
akka.protobufv3.internal.GeneratedMessageV3.BuilderParent, akka.protobufv3.internal.GeneratedMessageV3.ExtendableBuilder<MessageT extends akka.protobufv3.internal.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends akka.protobufv3.internal.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, akka.protobufv3.internal.GeneratedMessageV3.ExtendableMessage<MessageT extends akka.protobufv3.internal.GeneratedMessageV3.ExtendableMessage<MessageT>>, akka.protobufv3.internal.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends akka.protobufv3.internal.GeneratedMessageV3.ExtendableMessage<MessageT>>, akka.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable, akka.protobufv3.internal.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONFIG_FIELD_NUMBER
static int
CONFIGMANIFEST_FIELD_NUMBER
static int
CONFIGSERIALIZERID_FIELD_NUMBER
static int
DISPATCHER_FIELD_NUMBER
static akka.protobufv3.internal.Parser<WireFormats.DeployData>
PARSER
Deprecated.static int
PATH_FIELD_NUMBER
static int
ROUTERCONFIG_FIELD_NUMBER
static int
ROUTERCONFIGMANIFEST_FIELD_NUMBER
static int
ROUTERCONFIGSERIALIZERID_FIELD_NUMBER
static int
SCOPE_FIELD_NUMBER
static int
SCOPEMANIFEST_FIELD_NUMBER
static int
SCOPESERIALIZERID_FIELD_NUMBER
static int
TAGS_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
akka.protobufv3.internal.ByteString
getConfig()
optional bytes config = 2;
java.lang.String
getConfigManifest()
optional string configManifest = 9;
akka.protobufv3.internal.ByteString
getConfigManifestBytes()
optional string configManifest = 9;
int
getConfigSerializerId()
optional int32 configSerializerId = 8;
static WireFormats.DeployData
getDefaultInstance()
WireFormats.DeployData
getDefaultInstanceForType()
static akka.protobufv3.internal.Descriptors.Descriptor
getDescriptor()
java.lang.String
getDispatcher()
optional string dispatcher = 5;
akka.protobufv3.internal.ByteString
getDispatcherBytes()
optional string dispatcher = 5;
akka.protobufv3.internal.Parser<WireFormats.DeployData>
getParserForType()
java.lang.String
getPath()
required string path = 1;
akka.protobufv3.internal.ByteString
getPathBytes()
required string path = 1;
akka.protobufv3.internal.ByteString
getRouterConfig()
optional bytes routerConfig = 3;
java.lang.String
getRouterConfigManifest()
optional string routerConfigManifest = 11;
akka.protobufv3.internal.ByteString
getRouterConfigManifestBytes()
optional string routerConfigManifest = 11;
int
getRouterConfigSerializerId()
optional int32 routerConfigSerializerId = 10;
akka.protobufv3.internal.ByteString
getScope()
optional bytes scope = 4;
java.lang.String
getScopeManifest()
optional string scopeManifest = 7;
akka.protobufv3.internal.ByteString
getScopeManifestBytes()
optional string scopeManifest = 7;
int
getScopeSerializerId()
older wire protocol: hardcoded class used to look up serializer newer wire protocol: serializer id and manifest available for eachint
getSerializedSize()
java.lang.String
getTags(int index)
repeated string tags = 12;
akka.protobufv3.internal.ByteString
getTagsBytes(int index)
repeated string tags = 12;
int
getTagsCount()
repeated string tags = 12;
akka.protobufv3.internal.ProtocolStringList
getTagsList()
repeated string tags = 12;
boolean
hasConfig()
optional bytes config = 2;
boolean
hasConfigManifest()
optional string configManifest = 9;
boolean
hasConfigSerializerId()
optional int32 configSerializerId = 8;
boolean
hasDispatcher()
optional string dispatcher = 5;
int
hashCode()
boolean
hasPath()
required string path = 1;
boolean
hasRouterConfig()
optional bytes routerConfig = 3;
boolean
hasRouterConfigManifest()
optional string routerConfigManifest = 11;
boolean
hasRouterConfigSerializerId()
optional int32 routerConfigSerializerId = 10;
boolean
hasScope()
optional bytes scope = 4;
boolean
hasScopeManifest()
optional string scopeManifest = 7;
boolean
hasScopeSerializerId()
older wire protocol: hardcoded class used to look up serializer newer wire protocol: serializer id and manifest available for eachprotected akka.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static WireFormats.DeployData.Builder
newBuilder()
static WireFormats.DeployData.Builder
newBuilder(WireFormats.DeployData prototype)
WireFormats.DeployData.Builder
newBuilderForType()
protected WireFormats.DeployData.Builder
newBuilderForType(akka.protobufv3.internal.GeneratedMessageV3.BuilderParent parent)
protected java.lang.Object
newInstance(akka.protobufv3.internal.GeneratedMessageV3.UnusedPrivateParameter unused)
static WireFormats.DeployData
parseDelimitedFrom(java.io.InputStream input)
static WireFormats.DeployData
parseDelimitedFrom(java.io.InputStream input, akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
static WireFormats.DeployData
parseFrom(byte[] data)
static WireFormats.DeployData
parseFrom(byte[] data, akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
static WireFormats.DeployData
parseFrom(akka.protobufv3.internal.ByteString data)
static WireFormats.DeployData
parseFrom(akka.protobufv3.internal.ByteString data, akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
static WireFormats.DeployData
parseFrom(akka.protobufv3.internal.CodedInputStream input)
static WireFormats.DeployData
parseFrom(akka.protobufv3.internal.CodedInputStream input, akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
static WireFormats.DeployData
parseFrom(java.io.InputStream input)
static WireFormats.DeployData
parseFrom(java.io.InputStream input, akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
static WireFormats.DeployData
parseFrom(java.nio.ByteBuffer data)
static WireFormats.DeployData
parseFrom(java.nio.ByteBuffer data, akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
static akka.protobufv3.internal.Parser<WireFormats.DeployData>
parser()
WireFormats.DeployData.Builder
toBuilder()
void
writeTo(akka.protobufv3.internal.CodedOutputStream output)
-
Methods inherited from class akka.protobufv3.internal.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class akka.protobufv3.internal.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class akka.protobufv3.internal.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
PATH_FIELD_NUMBER
public static final int PATH_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CONFIG_FIELD_NUMBER
public static final int CONFIG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ROUTERCONFIG_FIELD_NUMBER
public static final int ROUTERCONFIG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SCOPE_FIELD_NUMBER
public static final int SCOPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DISPATCHER_FIELD_NUMBER
public static final int DISPATCHER_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SCOPESERIALIZERID_FIELD_NUMBER
public static final int SCOPESERIALIZERID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SCOPEMANIFEST_FIELD_NUMBER
public static final int SCOPEMANIFEST_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CONFIGSERIALIZERID_FIELD_NUMBER
public static final int CONFIGSERIALIZERID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CONFIGMANIFEST_FIELD_NUMBER
public static final int CONFIGMANIFEST_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ROUTERCONFIGSERIALIZERID_FIELD_NUMBER
public static final int ROUTERCONFIGSERIALIZERID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ROUTERCONFIGMANIFEST_FIELD_NUMBER
public static final int ROUTERCONFIGMANIFEST_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TAGS_FIELD_NUMBER
public static final int TAGS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PARSER
@Deprecated public static final akka.protobufv3.internal.Parser<WireFormats.DeployData> PARSER
Deprecated.
-
-
Method Detail
-
newInstance
protected java.lang.Object newInstance(akka.protobufv3.internal.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classakka.protobufv3.internal.GeneratedMessageV3
-
getDescriptor
public static final akka.protobufv3.internal.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected akka.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classakka.protobufv3.internal.GeneratedMessageV3
-
hasPath
public boolean hasPath()
required string path = 1;
- Specified by:
hasPath
in interfaceWireFormats.DeployDataOrBuilder
- Returns:
- Whether the path field is set.
-
getPath
public java.lang.String getPath()
required string path = 1;
- Specified by:
getPath
in interfaceWireFormats.DeployDataOrBuilder
- Returns:
- The path.
-
getPathBytes
public akka.protobufv3.internal.ByteString getPathBytes()
required string path = 1;
- Specified by:
getPathBytes
in interfaceWireFormats.DeployDataOrBuilder
- Returns:
- The bytes for path.
-
hasConfig
public boolean hasConfig()
optional bytes config = 2;
- Specified by:
hasConfig
in interfaceWireFormats.DeployDataOrBuilder
- Returns:
- Whether the config field is set.
-
getConfig
public akka.protobufv3.internal.ByteString getConfig()
optional bytes config = 2;
- Specified by:
getConfig
in interfaceWireFormats.DeployDataOrBuilder
- Returns:
- The config.
-
hasRouterConfig
public boolean hasRouterConfig()
optional bytes routerConfig = 3;
- Specified by:
hasRouterConfig
in interfaceWireFormats.DeployDataOrBuilder
- Returns:
- Whether the routerConfig field is set.
-
getRouterConfig
public akka.protobufv3.internal.ByteString getRouterConfig()
optional bytes routerConfig = 3;
- Specified by:
getRouterConfig
in interfaceWireFormats.DeployDataOrBuilder
- Returns:
- The routerConfig.
-
hasScope
public boolean hasScope()
optional bytes scope = 4;
- Specified by:
hasScope
in interfaceWireFormats.DeployDataOrBuilder
- Returns:
- Whether the scope field is set.
-
getScope
public akka.protobufv3.internal.ByteString getScope()
optional bytes scope = 4;
- Specified by:
getScope
in interfaceWireFormats.DeployDataOrBuilder
- Returns:
- The scope.
-
hasDispatcher
public boolean hasDispatcher()
optional string dispatcher = 5;
- Specified by:
hasDispatcher
in interfaceWireFormats.DeployDataOrBuilder
- Returns:
- Whether the dispatcher field is set.
-
getDispatcher
public java.lang.String getDispatcher()
optional string dispatcher = 5;
- Specified by:
getDispatcher
in interfaceWireFormats.DeployDataOrBuilder
- Returns:
- The dispatcher.
-
getDispatcherBytes
public akka.protobufv3.internal.ByteString getDispatcherBytes()
optional string dispatcher = 5;
- Specified by:
getDispatcherBytes
in interfaceWireFormats.DeployDataOrBuilder
- Returns:
- The bytes for dispatcher.
-
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:
hasScopeSerializerId
in 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:
getScopeSerializerId
in interfaceWireFormats.DeployDataOrBuilder
- Returns:
- The scopeSerializerId.
-
hasScopeManifest
public boolean hasScopeManifest()
optional string scopeManifest = 7;
- Specified by:
hasScopeManifest
in interfaceWireFormats.DeployDataOrBuilder
- Returns:
- Whether the scopeManifest field is set.
-
getScopeManifest
public java.lang.String getScopeManifest()
optional string scopeManifest = 7;
- Specified by:
getScopeManifest
in interfaceWireFormats.DeployDataOrBuilder
- Returns:
- The scopeManifest.
-
getScopeManifestBytes
public akka.protobufv3.internal.ByteString getScopeManifestBytes()
optional string scopeManifest = 7;
- Specified by:
getScopeManifestBytes
in interfaceWireFormats.DeployDataOrBuilder
- Returns:
- The bytes for scopeManifest.
-
hasConfigSerializerId
public boolean hasConfigSerializerId()
optional int32 configSerializerId = 8;
- Specified by:
hasConfigSerializerId
in interfaceWireFormats.DeployDataOrBuilder
- Returns:
- Whether the configSerializerId field is set.
-
getConfigSerializerId
public int getConfigSerializerId()
optional int32 configSerializerId = 8;
- Specified by:
getConfigSerializerId
in interfaceWireFormats.DeployDataOrBuilder
- Returns:
- The configSerializerId.
-
hasConfigManifest
public boolean hasConfigManifest()
optional string configManifest = 9;
- Specified by:
hasConfigManifest
in interfaceWireFormats.DeployDataOrBuilder
- Returns:
- Whether the configManifest field is set.
-
getConfigManifest
public java.lang.String getConfigManifest()
optional string configManifest = 9;
- Specified by:
getConfigManifest
in interfaceWireFormats.DeployDataOrBuilder
- Returns:
- The configManifest.
-
getConfigManifestBytes
public akka.protobufv3.internal.ByteString getConfigManifestBytes()
optional string configManifest = 9;
- Specified by:
getConfigManifestBytes
in interfaceWireFormats.DeployDataOrBuilder
- Returns:
- The bytes for configManifest.
-
hasRouterConfigSerializerId
public boolean hasRouterConfigSerializerId()
optional int32 routerConfigSerializerId = 10;
- Specified by:
hasRouterConfigSerializerId
in interfaceWireFormats.DeployDataOrBuilder
- Returns:
- Whether the routerConfigSerializerId field is set.
-
getRouterConfigSerializerId
public int getRouterConfigSerializerId()
optional int32 routerConfigSerializerId = 10;
- Specified by:
getRouterConfigSerializerId
in interfaceWireFormats.DeployDataOrBuilder
- Returns:
- The routerConfigSerializerId.
-
hasRouterConfigManifest
public boolean hasRouterConfigManifest()
optional string routerConfigManifest = 11;
- Specified by:
hasRouterConfigManifest
in interfaceWireFormats.DeployDataOrBuilder
- Returns:
- Whether the routerConfigManifest field is set.
-
getRouterConfigManifest
public java.lang.String getRouterConfigManifest()
optional string routerConfigManifest = 11;
- Specified by:
getRouterConfigManifest
in interfaceWireFormats.DeployDataOrBuilder
- Returns:
- The routerConfigManifest.
-
getRouterConfigManifestBytes
public akka.protobufv3.internal.ByteString getRouterConfigManifestBytes()
optional string routerConfigManifest = 11;
- Specified by:
getRouterConfigManifestBytes
in interfaceWireFormats.DeployDataOrBuilder
- Returns:
- The bytes for routerConfigManifest.
-
getTagsList
public akka.protobufv3.internal.ProtocolStringList getTagsList()
repeated string tags = 12;
- Specified by:
getTagsList
in interfaceWireFormats.DeployDataOrBuilder
- Returns:
- A list containing the tags.
-
getTagsCount
public int getTagsCount()
repeated string tags = 12;
- Specified by:
getTagsCount
in interfaceWireFormats.DeployDataOrBuilder
- Returns:
- The count of tags.
-
getTags
public java.lang.String getTags(int index)
repeated string tags = 12;
- Specified by:
getTags
in interfaceWireFormats.DeployDataOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The tags at the given index.
-
getTagsBytes
public akka.protobufv3.internal.ByteString getTagsBytes(int index)
repeated string tags = 12;
- Specified by:
getTagsBytes
in interfaceWireFormats.DeployDataOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the tags at the given index.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfaceakka.protobufv3.internal.MessageLiteOrBuilder
- Overrides:
isInitialized
in classakka.protobufv3.internal.GeneratedMessageV3
-
writeTo
public void writeTo(akka.protobufv3.internal.CodedOutputStream output) throws java.io.IOException
- Specified by:
writeTo
in interfaceakka.protobufv3.internal.MessageLite
- Overrides:
writeTo
in classakka.protobufv3.internal.GeneratedMessageV3
- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfaceakka.protobufv3.internal.MessageLite
- Overrides:
getSerializedSize
in classakka.protobufv3.internal.GeneratedMessageV3
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equals
in interfaceakka.protobufv3.internal.Message
- Overrides:
equals
in classakka.protobufv3.internal.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfaceakka.protobufv3.internal.Message
- Overrides:
hashCode
in classakka.protobufv3.internal.AbstractMessage
-
parseFrom
public static WireFormats.DeployData parseFrom(java.nio.ByteBuffer data) throws akka.protobufv3.internal.InvalidProtocolBufferException
- Throws:
akka.protobufv3.internal.InvalidProtocolBufferException
-
parseFrom
public static WireFormats.DeployData parseFrom(java.nio.ByteBuffer data, akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws akka.protobufv3.internal.InvalidProtocolBufferException
- Throws:
akka.protobufv3.internal.InvalidProtocolBufferException
-
parseFrom
public static WireFormats.DeployData parseFrom(akka.protobufv3.internal.ByteString data) throws akka.protobufv3.internal.InvalidProtocolBufferException
- Throws:
akka.protobufv3.internal.InvalidProtocolBufferException
-
parseFrom
public static WireFormats.DeployData parseFrom(akka.protobufv3.internal.ByteString data, akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws akka.protobufv3.internal.InvalidProtocolBufferException
- Throws:
akka.protobufv3.internal.InvalidProtocolBufferException
-
parseFrom
public static WireFormats.DeployData parseFrom(byte[] data) throws akka.protobufv3.internal.InvalidProtocolBufferException
- Throws:
akka.protobufv3.internal.InvalidProtocolBufferException
-
parseFrom
public static WireFormats.DeployData parseFrom(byte[] data, akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws akka.protobufv3.internal.InvalidProtocolBufferException
- Throws:
akka.protobufv3.internal.InvalidProtocolBufferException
-
parseFrom
public static WireFormats.DeployData parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static WireFormats.DeployData parseFrom(java.io.InputStream input, akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static WireFormats.DeployData parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static WireFormats.DeployData parseDelimitedFrom(java.io.InputStream input, akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static WireFormats.DeployData parseFrom(akka.protobufv3.internal.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static WireFormats.DeployData parseFrom(akka.protobufv3.internal.CodedInputStream input, akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public WireFormats.DeployData.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfaceakka.protobufv3.internal.Message
- Specified by:
newBuilderForType
in interfaceakka.protobufv3.internal.MessageLite
-
newBuilder
public static WireFormats.DeployData.Builder newBuilder()
-
newBuilder
public static WireFormats.DeployData.Builder newBuilder(WireFormats.DeployData prototype)
-
toBuilder
public WireFormats.DeployData.Builder toBuilder()
- Specified by:
toBuilder
in interfaceakka.protobufv3.internal.Message
- Specified by:
toBuilder
in interfaceakka.protobufv3.internal.MessageLite
-
newBuilderForType
protected WireFormats.DeployData.Builder newBuilderForType(akka.protobufv3.internal.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classakka.protobufv3.internal.GeneratedMessageV3
-
getDefaultInstance
public static WireFormats.DeployData getDefaultInstance()
-
parser
public static akka.protobufv3.internal.Parser<WireFormats.DeployData> parser()
-
getParserForType
public akka.protobufv3.internal.Parser<WireFormats.DeployData> getParserForType()
- Specified by:
getParserForType
in interfaceakka.protobufv3.internal.Message
- Specified by:
getParserForType
in interfaceakka.protobufv3.internal.MessageLite
- Overrides:
getParserForType
in classakka.protobufv3.internal.GeneratedMessageV3
-
getDefaultInstanceForType
public WireFormats.DeployData getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfaceakka.protobufv3.internal.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfaceakka.protobufv3.internal.MessageOrBuilder
-
-