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

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

public static final class DistributedPubSubMessages.Delta.Bucket
extends com.google.protobuf.GeneratedMessage
implements DistributedPubSubMessages.Delta.BucketOrBuilder

Protobuf type Delta.Bucket


Nested Class Summary
static class DistributedPubSubMessages.Delta.Bucket.Builder
          Protobuf type Delta.Bucket
 
Field Summary
static int CONTENT_FIELD_NUMBER
           
static int OWNER_FIELD_NUMBER
           
static  PARSER
           
static int VERSION_FIELD_NUMBER
           
 
Method Summary
 DistributedPubSubMessages.Delta.Entry getContent(int index)
          repeated .Delta.Entry content = 3;
 int getContentCount()
          repeated .Delta.Entry content = 3;
 java.util.List<DistributedPubSubMessages.Delta.Entry> getContentList()
          repeated .Delta.Entry content = 3;
 DistributedPubSubMessages.Delta.EntryOrBuilder getContentOrBuilder(int index)
          repeated .Delta.Entry content = 3;
 java.util.List<? extends DistributedPubSubMessages.Delta.EntryOrBuilder> getContentOrBuilderList()
          repeated .Delta.Entry content = 3;
static DistributedPubSubMessages.Delta.Bucket getDefaultInstance()
           
 DistributedPubSubMessages.Delta.Bucket getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 DistributedPubSubMessages.Address getOwner()
          required .Address owner = 1;
 DistributedPubSubMessages.AddressOrBuilder getOwnerOrBuilder()
          required .Address owner = 1;
  getParserForType()
           
 int getSerializedSize()
           
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
 long getVersion()
          required int64 version = 2;
 boolean hasOwner()
          required .Address owner = 1;
 boolean hasVersion()
          required int64 version = 2;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static DistributedPubSubMessages.Delta.Bucket.Builder newBuilder()
           
static DistributedPubSubMessages.Delta.Bucket.Builder newBuilder(DistributedPubSubMessages.Delta.Bucket prototype)
           
 DistributedPubSubMessages.Delta.Bucket.Builder newBuilderForType()
           
protected  DistributedPubSubMessages.Delta.Bucket.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static DistributedPubSubMessages.Delta.Bucket parseDelimitedFrom(java.io.InputStream input)
           
static DistributedPubSubMessages.Delta.Bucket parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DistributedPubSubMessages.Delta.Bucket parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DistributedPubSubMessages.Delta.Bucket parseFrom(com.google.protobuf.ByteString data)
           
static DistributedPubSubMessages.Delta.Bucket parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DistributedPubSubMessages.Delta.Bucket parseFrom(com.google.protobuf.CodedInputStream input)
           
static DistributedPubSubMessages.Delta.Bucket parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DistributedPubSubMessages.Delta.Bucket parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 DistributedPubSubMessages.Delta.Bucket.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

OWNER_FIELD_NUMBER

public static final int OWNER_FIELD_NUMBER
See Also:
Constant Field Values

VERSION_FIELD_NUMBER

public static final int VERSION_FIELD_NUMBER
See Also:
Constant Field Values

CONTENT_FIELD_NUMBER

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

getDefaultInstance

public static DistributedPubSubMessages.Delta.Bucket getDefaultInstance()

getDefaultInstanceForType

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

hasOwner

public boolean hasOwner()
required .Address owner = 1;

Specified by:
hasOwner in interface DistributedPubSubMessages.Delta.BucketOrBuilder

getOwner

public DistributedPubSubMessages.Address getOwner()
required .Address owner = 1;

Specified by:
getOwner in interface DistributedPubSubMessages.Delta.BucketOrBuilder

getOwnerOrBuilder

public DistributedPubSubMessages.AddressOrBuilder getOwnerOrBuilder()
required .Address owner = 1;

Specified by:
getOwnerOrBuilder in interface DistributedPubSubMessages.Delta.BucketOrBuilder

hasVersion

public boolean hasVersion()
required int64 version = 2;

Specified by:
hasVersion in interface DistributedPubSubMessages.Delta.BucketOrBuilder

getVersion

public long getVersion()
required int64 version = 2;

Specified by:
getVersion in interface DistributedPubSubMessages.Delta.BucketOrBuilder

getContentList

public java.util.List<DistributedPubSubMessages.Delta.Entry> getContentList()
repeated .Delta.Entry content = 3;

Specified by:
getContentList in interface DistributedPubSubMessages.Delta.BucketOrBuilder

getContentOrBuilderList

public java.util.List<? extends DistributedPubSubMessages.Delta.EntryOrBuilder> getContentOrBuilderList()
repeated .Delta.Entry content = 3;

Specified by:
getContentOrBuilderList in interface DistributedPubSubMessages.Delta.BucketOrBuilder

getContentCount

public int getContentCount()
repeated .Delta.Entry content = 3;

Specified by:
getContentCount in interface DistributedPubSubMessages.Delta.BucketOrBuilder

getContent

public DistributedPubSubMessages.Delta.Entry getContent(int index)
repeated .Delta.Entry content = 3;

Specified by:
getContent in interface DistributedPubSubMessages.Delta.BucketOrBuilder

getContentOrBuilder

public DistributedPubSubMessages.Delta.EntryOrBuilder getContentOrBuilder(int index)
repeated .Delta.Entry content = 3;

Specified by:
getContentOrBuilder in interface DistributedPubSubMessages.Delta.BucketOrBuilder

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

parseFrom

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

parseFrom

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

parseDelimitedFrom

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

parseDelimitedFrom

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

parseFrom

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

parseFrom

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

newBuilder

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

newBuilderForType

public DistributedPubSubMessages.Delta.Bucket.Builder newBuilderForType()

newBuilder

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

toBuilder

public DistributedPubSubMessages.Delta.Bucket.Builder toBuilder()

newBuilderForType

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