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

Protobuf type Hello


Nested Class Summary
static class TestConductorProtocol.Hello.Builder
          Protobuf type Hello
 
Field Summary
static int ADDRESS_FIELD_NUMBER
           
static int NAME_FIELD_NUMBER
           
static  PARSER
           
 
Method Summary
 TestConductorProtocol.Address getAddress()
          required .Address address = 2;
 TestConductorProtocol.AddressOrBuilder getAddressOrBuilder()
          required .Address address = 2;
static TestConductorProtocol.Hello getDefaultInstance()
           
 TestConductorProtocol.Hello getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 java.lang.String getName()
          required string name = 1;
 com.google.protobuf.ByteString getNameBytes()
          required string name = 1;
  getParserForType()
           
 int getSerializedSize()
           
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
 boolean hasAddress()
          required .Address address = 2;
 boolean hasName()
          required string name = 1;
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

PARSER

public static  PARSER

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()

getUnknownFields

public final com.google.protobuf.UnknownFieldSet getUnknownFields()

getDescriptor

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

internalGetFieldAccessorTable

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

getParserForType

public  getParserForType()

hasName

public boolean hasName()
required string name = 1;

Specified by:
hasName in interface TestConductorProtocol.HelloOrBuilder

getName

public java.lang.String getName()
required string name = 1;

Specified by:
getName in interface TestConductorProtocol.HelloOrBuilder

getNameBytes

public com.google.protobuf.ByteString getNameBytes()
required string name = 1;

Specified by:
getNameBytes in interface TestConductorProtocol.HelloOrBuilder

hasAddress

public boolean hasAddress()
required .Address address = 2;

Specified by:
hasAddress in interface TestConductorProtocol.HelloOrBuilder

getAddress

public TestConductorProtocol.Address getAddress()
required .Address address = 2;

Specified by:
getAddress in interface TestConductorProtocol.HelloOrBuilder

getAddressOrBuilder

public TestConductorProtocol.AddressOrBuilder getAddressOrBuilder()
required .Address address = 2;

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)