akka.contrib.pattern.protobuf.msg
Class DistributedPubSubMessages.Delta.Entry

java.lang.Object
  extended by com.google.protobuf.GeneratedMessage
      extended by akka.contrib.pattern.protobuf.msg.DistributedPubSubMessages.Delta.Entry
All Implemented Interfaces:
DistributedPubSubMessages.Delta.EntryOrBuilder
Enclosing class:
DistributedPubSubMessages.Delta

public static final class DistributedPubSubMessages.Delta.Entry
extends com.google.protobuf.GeneratedMessage
implements DistributedPubSubMessages.Delta.EntryOrBuilder

Protobuf type Delta.Entry


Nested Class Summary
static class DistributedPubSubMessages.Delta.Entry.Builder
          Protobuf type Delta.Entry
 
Field Summary
static int KEY_FIELD_NUMBER
           
static  PARSER
           
static int REF_FIELD_NUMBER
           
static int VERSION_FIELD_NUMBER
           
 
Method Summary
static DistributedPubSubMessages.Delta.Entry getDefaultInstance()
           
 DistributedPubSubMessages.Delta.Entry getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 java.lang.String getKey()
          required string key = 1;
 com.google.protobuf.ByteString getKeyBytes()
          required string key = 1;
  getParserForType()
           
 java.lang.String getRef()
          optional string ref = 3;
 com.google.protobuf.ByteString getRefBytes()
          optional string ref = 3;
 int getSerializedSize()
           
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
 long getVersion()
          required int64 version = 2;
 boolean hasKey()
          required string key = 1;
 boolean hasRef()
          optional string ref = 3;
 boolean hasVersion()
          required int64 version = 2;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static DistributedPubSubMessages.Delta.Entry.Builder newBuilder()
           
static DistributedPubSubMessages.Delta.Entry.Builder newBuilder(DistributedPubSubMessages.Delta.Entry prototype)
           
 DistributedPubSubMessages.Delta.Entry.Builder newBuilderForType()
           
protected  DistributedPubSubMessages.Delta.Entry.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static DistributedPubSubMessages.Delta.Entry parseDelimitedFrom(java.io.InputStream input)
           
static DistributedPubSubMessages.Delta.Entry parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DistributedPubSubMessages.Delta.Entry parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DistributedPubSubMessages.Delta.Entry parseFrom(com.google.protobuf.ByteString data)
           
static DistributedPubSubMessages.Delta.Entry parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DistributedPubSubMessages.Delta.Entry parseFrom(com.google.protobuf.CodedInputStream input)
           
static DistributedPubSubMessages.Delta.Entry parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DistributedPubSubMessages.Delta.Entry parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 DistributedPubSubMessages.Delta.Entry.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

KEY_FIELD_NUMBER

public static final int KEY_FIELD_NUMBER
See Also:
Constant Field Values

VERSION_FIELD_NUMBER

public static final int VERSION_FIELD_NUMBER
See Also:
Constant Field Values

REF_FIELD_NUMBER

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

getDefaultInstance

public static DistributedPubSubMessages.Delta.Entry getDefaultInstance()

getDefaultInstanceForType

public DistributedPubSubMessages.Delta.Entry 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()

hasKey

public boolean hasKey()
required string key = 1;

Specified by:
hasKey in interface DistributedPubSubMessages.Delta.EntryOrBuilder

getKey

public java.lang.String getKey()
required string key = 1;

Specified by:
getKey in interface DistributedPubSubMessages.Delta.EntryOrBuilder

getKeyBytes

public com.google.protobuf.ByteString getKeyBytes()
required string key = 1;

Specified by:
getKeyBytes in interface DistributedPubSubMessages.Delta.EntryOrBuilder

hasVersion

public boolean hasVersion()
required int64 version = 2;

Specified by:
hasVersion in interface DistributedPubSubMessages.Delta.EntryOrBuilder

getVersion

public long getVersion()
required int64 version = 2;

Specified by:
getVersion in interface DistributedPubSubMessages.Delta.EntryOrBuilder

hasRef

public boolean hasRef()
optional string ref = 3;

Specified by:
hasRef in interface DistributedPubSubMessages.Delta.EntryOrBuilder

getRef

public java.lang.String getRef()
optional string ref = 3;

Specified by:
getRef in interface DistributedPubSubMessages.Delta.EntryOrBuilder

getRefBytes

public com.google.protobuf.ByteString getRefBytes()
optional string ref = 3;

Specified by:
getRefBytes in interface DistributedPubSubMessages.Delta.EntryOrBuilder

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

parseFrom

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

parseFrom

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

parseDelimitedFrom

public static DistributedPubSubMessages.Delta.Entry parseDelimitedFrom(java.io.InputStream input)
                                                                throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

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

parseFrom

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

parseFrom

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

newBuilder

public static DistributedPubSubMessages.Delta.Entry.Builder newBuilder()

newBuilderForType

public DistributedPubSubMessages.Delta.Entry.Builder newBuilderForType()

newBuilder

public static DistributedPubSubMessages.Delta.Entry.Builder newBuilder(DistributedPubSubMessages.Delta.Entry prototype)

toBuilder

public DistributedPubSubMessages.Delta.Entry.Builder toBuilder()

newBuilderForType

protected DistributedPubSubMessages.Delta.Entry.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)