akka.remote
Class RemoteProtocol.DeployProtocol

java.lang.Object
  extended by com.google.protobuf.GeneratedMessage
      extended by akka.remote.RemoteProtocol.DeployProtocol
All Implemented Interfaces:
RemoteProtocol.DeployProtocolOrBuilder
Enclosing class:
RemoteProtocol

public static final class RemoteProtocol.DeployProtocol
extends com.google.protobuf.GeneratedMessage
implements RemoteProtocol.DeployProtocolOrBuilder


Nested Class Summary
static class RemoteProtocol.DeployProtocol.Builder
           
 
Field Summary
static int CONFIG_FIELD_NUMBER
           
static int PATH_FIELD_NUMBER
           
static int ROUTERCONFIG_FIELD_NUMBER
           
static int SCOPE_FIELD_NUMBER
           
 
Method Summary
 com.google.protobuf.ByteString getConfig()
           
static RemoteProtocol.DeployProtocol getDefaultInstance()
           
 RemoteProtocol.DeployProtocol getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 java.lang.String getPath()
           
 com.google.protobuf.ByteString getRouterConfig()
           
 com.google.protobuf.ByteString getScope()
           
 int getSerializedSize()
           
 boolean hasConfig()
           
 boolean hasPath()
           
 boolean hasRouterConfig()
           
 boolean hasScope()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static RemoteProtocol.DeployProtocol.Builder newBuilder()
           
static RemoteProtocol.DeployProtocol.Builder newBuilder(RemoteProtocol.DeployProtocol prototype)
           
 RemoteProtocol.DeployProtocol.Builder newBuilderForType()
           
protected  RemoteProtocol.DeployProtocol.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static RemoteProtocol.DeployProtocol parseDelimitedFrom(java.io.InputStream input)
           
static RemoteProtocol.DeployProtocol parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RemoteProtocol.DeployProtocol parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RemoteProtocol.DeployProtocol parseFrom(com.google.protobuf.ByteString data)
           
static RemoteProtocol.DeployProtocol parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RemoteProtocol.DeployProtocol parseFrom(com.google.protobuf.CodedInputStream input)
           
static RemoteProtocol.DeployProtocol parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RemoteProtocol.DeployProtocol parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 RemoteProtocol.DeployProtocol.Builder toBuilder()
           
protected  java.lang.Object writeReplace()
           
 void writeTo(com.google.protobuf.CodedOutputStream output)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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
Method Detail

getDefaultInstance

public static RemoteProtocol.DeployProtocol getDefaultInstance()

getDefaultInstanceForType

public RemoteProtocol.DeployProtocol getDefaultInstanceForType()

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()

hasPath

public boolean hasPath()
Specified by:
hasPath in interface RemoteProtocol.DeployProtocolOrBuilder

getPath

public java.lang.String getPath()
Specified by:
getPath in interface RemoteProtocol.DeployProtocolOrBuilder

hasConfig

public boolean hasConfig()
Specified by:
hasConfig in interface RemoteProtocol.DeployProtocolOrBuilder

getConfig

public com.google.protobuf.ByteString getConfig()
Specified by:
getConfig in interface RemoteProtocol.DeployProtocolOrBuilder

hasRouterConfig

public boolean hasRouterConfig()
Specified by:
hasRouterConfig in interface RemoteProtocol.DeployProtocolOrBuilder

getRouterConfig

public com.google.protobuf.ByteString getRouterConfig()
Specified by:
getRouterConfig in interface RemoteProtocol.DeployProtocolOrBuilder

hasScope

public boolean hasScope()
Specified by:
hasScope in interface RemoteProtocol.DeployProtocolOrBuilder

getScope

public com.google.protobuf.ByteString getScope()
Specified by:
getScope in interface RemoteProtocol.DeployProtocolOrBuilder

isInitialized

public final boolean isInitialized()

writeTo

public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws java.io.IOException
Throws:
java.io.IOException

getSerializedSize

public int getSerializedSize()

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException

parseFrom

public static RemoteProtocol.DeployProtocol parseFrom(com.google.protobuf.ByteString data)
                                               throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static RemoteProtocol.DeployProtocol parseFrom(com.google.protobuf.ByteString data,
                                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                               throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static RemoteProtocol.DeployProtocol parseFrom(byte[] data,
                                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                               throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static RemoteProtocol.DeployProtocol parseFrom(java.io.InputStream input,
                                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                               throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

public static RemoteProtocol.DeployProtocol parseDelimitedFrom(java.io.InputStream input)
                                                        throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

public static RemoteProtocol.DeployProtocol parseDelimitedFrom(java.io.InputStream input,
                                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                        throws java.io.IOException
Throws:
java.io.IOException

parseFrom

public static RemoteProtocol.DeployProtocol parseFrom(com.google.protobuf.CodedInputStream input)
                                               throws java.io.IOException
Throws:
java.io.IOException

parseFrom

public static RemoteProtocol.DeployProtocol parseFrom(com.google.protobuf.CodedInputStream input,
                                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                               throws java.io.IOException
Throws:
java.io.IOException

newBuilder

public static RemoteProtocol.DeployProtocol.Builder newBuilder()

newBuilderForType

public RemoteProtocol.DeployProtocol.Builder newBuilderForType()

newBuilder

public static RemoteProtocol.DeployProtocol.Builder newBuilder(RemoteProtocol.DeployProtocol prototype)

toBuilder

public RemoteProtocol.DeployProtocol.Builder toBuilder()

newBuilderForType

protected RemoteProtocol.DeployProtocol.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)