akka.remote.testconductor
Class TestConductorProtocol.Hello

java.lang.Object
  extended by com.google.protobuf.GeneratedMessage
      extended by akka.remote.testconductor.TestConductorProtocol.Hello
All Implemented Interfaces:
TestConductorProtocol.HelloOrBuilder
Enclosing class:
TestConductorProtocol

public static final class TestConductorProtocol.Hello
extends com.google.protobuf.GeneratedMessage
implements TestConductorProtocol.HelloOrBuilder


Nested Class Summary
static class TestConductorProtocol.Hello.Builder
           
 
Field Summary
static int ADDRESS_FIELD_NUMBER
           
static int NAME_FIELD_NUMBER
           
 
Method Summary
 TestConductorProtocol.Address getAddress()
           
 TestConductorProtocol.AddressOrBuilder getAddressOrBuilder()
           
static TestConductorProtocol.Hello getDefaultInstance()
           
 TestConductorProtocol.Hello getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 java.lang.String getName()
           
 int getSerializedSize()
           
 boolean hasAddress()
           
 boolean hasName()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static TestConductorProtocol.Hello.Builder newBuilder()
           
static TestConductorProtocol.Hello.Builder newBuilder(TestConductorProtocol.Hello prototype)
           
 TestConductorProtocol.Hello.Builder newBuilderForType()
           
protected  TestConductorProtocol.Hello.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static TestConductorProtocol.Hello parseDelimitedFrom(java.io.InputStream input)
           
static TestConductorProtocol.Hello parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static TestConductorProtocol.Hello parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static TestConductorProtocol.Hello parseFrom(com.google.protobuf.ByteString data)
           
static TestConductorProtocol.Hello parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static TestConductorProtocol.Hello parseFrom(com.google.protobuf.CodedInputStream input)
           
static TestConductorProtocol.Hello parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static TestConductorProtocol.Hello parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 TestConductorProtocol.Hello.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

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
See Also:
Constant Field Values

ADDRESS_FIELD_NUMBER

public static final int ADDRESS_FIELD_NUMBER
See Also:
Constant Field Values
Method Detail

getDefaultInstance

public static TestConductorProtocol.Hello getDefaultInstance()

getDefaultInstanceForType

public TestConductorProtocol.Hello getDefaultInstanceForType()

getDescriptor

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

internalGetFieldAccessorTable

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

hasName

public boolean hasName()
Specified by:
hasName in interface TestConductorProtocol.HelloOrBuilder

getName

public java.lang.String getName()
Specified by:
getName in interface TestConductorProtocol.HelloOrBuilder

hasAddress

public boolean hasAddress()
Specified by:
hasAddress in interface TestConductorProtocol.HelloOrBuilder

getAddress

public TestConductorProtocol.Address getAddress()
Specified by:
getAddress in interface TestConductorProtocol.HelloOrBuilder

getAddressOrBuilder

public TestConductorProtocol.AddressOrBuilder getAddressOrBuilder()
Specified by:
getAddressOrBuilder in interface TestConductorProtocol.HelloOrBuilder

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 TestConductorProtocol.Hello parseFrom(com.google.protobuf.ByteString data)
                                             throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

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

parseFrom

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

parseFrom

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

parseDelimitedFrom

public static TestConductorProtocol.Hello parseDelimitedFrom(java.io.InputStream input)
                                                      throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

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

parseFrom

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

parseFrom

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

newBuilder

public static TestConductorProtocol.Hello.Builder newBuilder()

newBuilderForType

public TestConductorProtocol.Hello.Builder newBuilderForType()

newBuilder

public static TestConductorProtocol.Hello.Builder newBuilder(TestConductorProtocol.Hello prototype)

toBuilder

public TestConductorProtocol.Hello.Builder toBuilder()

newBuilderForType

protected TestConductorProtocol.Hello.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)