akka.remote.testconductor
Class TestConductorProtocol.AddressRequest

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

public static final class TestConductorProtocol.AddressRequest
extends com.google.protobuf.GeneratedMessage
implements TestConductorProtocol.AddressRequestOrBuilder

Protobuf type AddressRequest


Nested Class Summary
static class TestConductorProtocol.AddressRequest.Builder
          Protobuf type AddressRequest
 
Field Summary
static int ADDR_FIELD_NUMBER
           
static int NODE_FIELD_NUMBER
           
static  PARSER
           
 
Method Summary
 TestConductorProtocol.Address getAddr()
          optional .Address addr = 2;
 TestConductorProtocol.AddressOrBuilder getAddrOrBuilder()
          optional .Address addr = 2;
static TestConductorProtocol.AddressRequest getDefaultInstance()
           
 TestConductorProtocol.AddressRequest getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 java.lang.String getNode()
          required string node = 1;
 com.google.protobuf.ByteString getNodeBytes()
          required string node = 1;
  getParserForType()
           
 int getSerializedSize()
           
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
 boolean hasAddr()
          optional .Address addr = 2;
 boolean hasNode()
          required string node = 1;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static TestConductorProtocol.AddressRequest.Builder newBuilder()
           
static TestConductorProtocol.AddressRequest.Builder newBuilder(TestConductorProtocol.AddressRequest prototype)
           
 TestConductorProtocol.AddressRequest.Builder newBuilderForType()
           
protected  TestConductorProtocol.AddressRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static TestConductorProtocol.AddressRequest parseDelimitedFrom(java.io.InputStream input)
           
static TestConductorProtocol.AddressRequest parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static TestConductorProtocol.AddressRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static TestConductorProtocol.AddressRequest parseFrom(com.google.protobuf.ByteString data)
           
static TestConductorProtocol.AddressRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static TestConductorProtocol.AddressRequest parseFrom(com.google.protobuf.CodedInputStream input)
           
static TestConductorProtocol.AddressRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static TestConductorProtocol.AddressRequest parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 TestConductorProtocol.AddressRequest.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

NODE_FIELD_NUMBER

public static final int NODE_FIELD_NUMBER
See Also:
Constant Field Values

ADDR_FIELD_NUMBER

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

getDefaultInstance

public static TestConductorProtocol.AddressRequest getDefaultInstance()

getDefaultInstanceForType

public TestConductorProtocol.AddressRequest 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()

hasNode

public boolean hasNode()
required string node = 1;

Specified by:
hasNode in interface TestConductorProtocol.AddressRequestOrBuilder

getNode

public java.lang.String getNode()
required string node = 1;

Specified by:
getNode in interface TestConductorProtocol.AddressRequestOrBuilder

getNodeBytes

public com.google.protobuf.ByteString getNodeBytes()
required string node = 1;

Specified by:
getNodeBytes in interface TestConductorProtocol.AddressRequestOrBuilder

hasAddr

public boolean hasAddr()
optional .Address addr = 2;

Specified by:
hasAddr in interface TestConductorProtocol.AddressRequestOrBuilder

getAddr

public TestConductorProtocol.Address getAddr()
optional .Address addr = 2;

Specified by:
getAddr in interface TestConductorProtocol.AddressRequestOrBuilder

getAddrOrBuilder

public TestConductorProtocol.AddressOrBuilder getAddrOrBuilder()
optional .Address addr = 2;

Specified by:
getAddrOrBuilder in interface TestConductorProtocol.AddressRequestOrBuilder

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

parseFrom

public static TestConductorProtocol.AddressRequest 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.AddressRequest parseFrom(byte[] data,
                                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                      throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

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

parseDelimitedFrom

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

parseDelimitedFrom

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

parseFrom

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

parseFrom

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

newBuilder

public static TestConductorProtocol.AddressRequest.Builder newBuilder()

newBuilderForType

public TestConductorProtocol.AddressRequest.Builder newBuilderForType()

newBuilder

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

toBuilder

public TestConductorProtocol.AddressRequest.Builder toBuilder()

newBuilderForType

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