akka.contrib.pattern.protobuf.msg
Class DistributedPubSubMessages.Status.Version

java.lang.Object
  extended by com.google.protobuf.GeneratedMessage
      extended by akka.contrib.pattern.protobuf.msg.DistributedPubSubMessages.Status.Version
All Implemented Interfaces:
DistributedPubSubMessages.Status.VersionOrBuilder
Enclosing class:
DistributedPubSubMessages.Status

public static final class DistributedPubSubMessages.Status.Version
extends com.google.protobuf.GeneratedMessage
implements DistributedPubSubMessages.Status.VersionOrBuilder

Protobuf type Status.Version


Nested Class Summary
static class DistributedPubSubMessages.Status.Version.Builder
          Protobuf type Status.Version
 
Field Summary
static int ADDRESS_FIELD_NUMBER
           
static  PARSER
           
static int TIMESTAMP_FIELD_NUMBER
           
 
Method Summary
 DistributedPubSubMessages.Address getAddress()
          required .Address address = 1;
 DistributedPubSubMessages.AddressOrBuilder getAddressOrBuilder()
          required .Address address = 1;
static DistributedPubSubMessages.Status.Version getDefaultInstance()
           
 DistributedPubSubMessages.Status.Version getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
  getParserForType()
           
 int getSerializedSize()
           
 long getTimestamp()
          required int64 timestamp = 2;
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
 boolean hasAddress()
          required .Address address = 1;
 boolean hasTimestamp()
          required int64 timestamp = 2;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static DistributedPubSubMessages.Status.Version.Builder newBuilder()
           
static DistributedPubSubMessages.Status.Version.Builder newBuilder(DistributedPubSubMessages.Status.Version prototype)
           
 DistributedPubSubMessages.Status.Version.Builder newBuilderForType()
           
protected  DistributedPubSubMessages.Status.Version.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static DistributedPubSubMessages.Status.Version parseDelimitedFrom(java.io.InputStream input)
           
static DistributedPubSubMessages.Status.Version parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DistributedPubSubMessages.Status.Version parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DistributedPubSubMessages.Status.Version parseFrom(com.google.protobuf.ByteString data)
           
static DistributedPubSubMessages.Status.Version parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DistributedPubSubMessages.Status.Version parseFrom(com.google.protobuf.CodedInputStream input)
           
static DistributedPubSubMessages.Status.Version parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DistributedPubSubMessages.Status.Version parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 DistributedPubSubMessages.Status.Version.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

ADDRESS_FIELD_NUMBER

public static final int ADDRESS_FIELD_NUMBER
See Also:
Constant Field Values

TIMESTAMP_FIELD_NUMBER

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

getDefaultInstance

public static DistributedPubSubMessages.Status.Version getDefaultInstance()

getDefaultInstanceForType

public DistributedPubSubMessages.Status.Version 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()

hasAddress

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

Specified by:
hasAddress in interface DistributedPubSubMessages.Status.VersionOrBuilder

getAddress

public DistributedPubSubMessages.Address getAddress()
required .Address address = 1;

Specified by:
getAddress in interface DistributedPubSubMessages.Status.VersionOrBuilder

getAddressOrBuilder

public DistributedPubSubMessages.AddressOrBuilder getAddressOrBuilder()
required .Address address = 1;

Specified by:
getAddressOrBuilder in interface DistributedPubSubMessages.Status.VersionOrBuilder

hasTimestamp

public boolean hasTimestamp()
required int64 timestamp = 2;

Specified by:
hasTimestamp in interface DistributedPubSubMessages.Status.VersionOrBuilder

getTimestamp

public long getTimestamp()
required int64 timestamp = 2;

Specified by:
getTimestamp in interface DistributedPubSubMessages.Status.VersionOrBuilder

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

parseFrom

public static DistributedPubSubMessages.Status.Version parseFrom(com.google.protobuf.ByteString data,
                                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                          throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

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

parseFrom

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

parseDelimitedFrom

public static DistributedPubSubMessages.Status.Version parseDelimitedFrom(java.io.InputStream input)
                                                                   throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

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

parseFrom

public static DistributedPubSubMessages.Status.Version parseFrom(com.google.protobuf.CodedInputStream input)
                                                          throws java.io.IOException
Throws:
java.io.IOException

parseFrom

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

newBuilder

public static DistributedPubSubMessages.Status.Version.Builder newBuilder()

newBuilderForType

public DistributedPubSubMessages.Status.Version.Builder newBuilderForType()

newBuilder

public static DistributedPubSubMessages.Status.Version.Builder newBuilder(DistributedPubSubMessages.Status.Version prototype)

toBuilder

public DistributedPubSubMessages.Status.Version.Builder toBuilder()

newBuilderForType

protected DistributedPubSubMessages.Status.Version.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)