akka.remote
Class WireFormats.DeployData
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
akka.remote.WireFormats.DeployData
- All Implemented Interfaces:
- WireFormats.DeployDataOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, java.io.Serializable
- Enclosing class:
- WireFormats
public static final class WireFormats.DeployData
- extends com.google.protobuf.GeneratedMessage
- implements WireFormats.DeployDataOrBuilder
Protobuf type DeployData
Serialization of akka.actor.Deploy
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type> |
| Fields inherited from class com.google.protobuf.GeneratedMessage |
alwaysUseFieldBuilders |
| Methods inherited from class com.google.protobuf.GeneratedMessage |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField |
| Methods inherited from class com.google.protobuf.AbstractMessage |
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString |
| Methods inherited from class com.google.protobuf.AbstractMessageLite |
toByteArray, toByteString, writeDelimitedTo, writeTo |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.google.protobuf.MessageOrBuilder |
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, hasField |
| Methods inherited from interface com.google.protobuf.MessageLite |
toByteArray, toByteString, writeDelimitedTo, writeTo |
PARSER
public static com.google.protobuf.Parser<WireFormats.DeployData> PARSER
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
getDefaultInstance
public static WireFormats.DeployData getDefaultInstance()
getDefaultInstanceForType
public WireFormats.DeployData getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFields in interface com.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFields in class com.google.protobuf.GeneratedMessage
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
getParserForType
public com.google.protobuf.Parser<WireFormats.DeployData> getParserForType()
- Specified by:
getParserForType in interface com.google.protobuf.Message- Specified by:
getParserForType in interface com.google.protobuf.MessageLite- Overrides:
getParserForType in class com.google.protobuf.GeneratedMessage
hasPath
public boolean hasPath()
required string path = 1;
- Specified by:
hasPath in interface WireFormats.DeployDataOrBuilder
getPath
public java.lang.String getPath()
required string path = 1;
- Specified by:
getPath in interface WireFormats.DeployDataOrBuilder
getPathBytes
public com.google.protobuf.ByteString getPathBytes()
required string path = 1;
- Specified by:
getPathBytes in interface WireFormats.DeployDataOrBuilder
hasConfig
public boolean hasConfig()
optional bytes config = 2;
- Specified by:
hasConfig in interface WireFormats.DeployDataOrBuilder
getConfig
public com.google.protobuf.ByteString getConfig()
optional bytes config = 2;
- Specified by:
getConfig in interface WireFormats.DeployDataOrBuilder
hasRouterConfig
public boolean hasRouterConfig()
optional bytes routerConfig = 3;
- Specified by:
hasRouterConfig in interface WireFormats.DeployDataOrBuilder
getRouterConfig
public com.google.protobuf.ByteString getRouterConfig()
optional bytes routerConfig = 3;
- Specified by:
getRouterConfig in interface WireFormats.DeployDataOrBuilder
hasScope
public boolean hasScope()
optional bytes scope = 4;
- Specified by:
hasScope in interface WireFormats.DeployDataOrBuilder
getScope
public com.google.protobuf.ByteString getScope()
optional bytes scope = 4;
- Specified by:
getScope in interface WireFormats.DeployDataOrBuilder
hasDispatcher
public boolean hasDispatcher()
optional string dispatcher = 5;
- Specified by:
hasDispatcher in interface WireFormats.DeployDataOrBuilder
getDispatcher
public java.lang.String getDispatcher()
optional string dispatcher = 5;
- Specified by:
getDispatcher in interface WireFormats.DeployDataOrBuilder
getDispatcherBytes
public com.google.protobuf.ByteString getDispatcherBytes()
optional string dispatcher = 5;
- Specified by:
getDispatcherBytes in interface WireFormats.DeployDataOrBuilder
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
- Specified by:
writeTo in interface com.google.protobuf.MessageLite- Overrides:
writeTo in class com.google.protobuf.AbstractMessage
- Throws:
java.io.IOException
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize in interface com.google.protobuf.MessageLite- Overrides:
getSerializedSize in class com.google.protobuf.AbstractMessage
writeReplace
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Overrides:
writeReplace in class com.google.protobuf.GeneratedMessage
- Throws:
java.io.ObjectStreamException
parseFrom
public static WireFormats.DeployData parseFrom(com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
parseFrom
public static WireFormats.DeployData parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
parseFrom
public static WireFormats.DeployData parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
parseFrom
public static WireFormats.DeployData parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.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,
com.google.protobuf.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,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException
- Throws:
java.io.IOException
parseFrom
public static WireFormats.DeployData parseFrom(com.google.protobuf.CodedInputStream input)
throws java.io.IOException
- Throws:
java.io.IOException
parseFrom
public static WireFormats.DeployData parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException
- Throws:
java.io.IOException
newBuilder
public static WireFormats.DeployData.Builder newBuilder()
newBuilderForType
public WireFormats.DeployData.Builder newBuilderForType()
- Specified by:
newBuilderForType in interface com.google.protobuf.Message- Specified by:
newBuilderForType in interface com.google.protobuf.MessageLite
newBuilder
public static WireFormats.DeployData.Builder newBuilder(WireFormats.DeployData prototype)
toBuilder
public WireFormats.DeployData.Builder toBuilder()
- Specified by:
toBuilder in interface com.google.protobuf.Message- Specified by:
toBuilder in interface com.google.protobuf.MessageLite
newBuilderForType
protected WireFormats.DeployData.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
- Specified by:
newBuilderForType in class com.google.protobuf.GeneratedMessage