|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.protobuf.GeneratedMessage
akka.contrib.pattern.protobuf.msg.DistributedPubSubMessages.Delta.Entry
public static final class DistributedPubSubMessages.Delta.Entry
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 |
---|
public staticPARSER
public static final int KEY_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER
public static final int REF_FIELD_NUMBER
Method Detail |
---|
public static DistributedPubSubMessages.Delta.Entry getDefaultInstance()
public DistributedPubSubMessages.Delta.Entry getDefaultInstanceForType()
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
publicgetParserForType()
public boolean hasKey()
required string key = 1;
hasKey
in interface DistributedPubSubMessages.Delta.EntryOrBuilder
public java.lang.String getKey()
required string key = 1;
getKey
in interface DistributedPubSubMessages.Delta.EntryOrBuilder
public com.google.protobuf.ByteString getKeyBytes()
required string key = 1;
getKeyBytes
in interface DistributedPubSubMessages.Delta.EntryOrBuilder
public boolean hasVersion()
required int64 version = 2;
hasVersion
in interface DistributedPubSubMessages.Delta.EntryOrBuilder
public long getVersion()
required int64 version = 2;
getVersion
in interface DistributedPubSubMessages.Delta.EntryOrBuilder
public boolean hasRef()
optional string ref = 3;
hasRef
in interface DistributedPubSubMessages.Delta.EntryOrBuilder
public java.lang.String getRef()
optional string ref = 3;
getRef
in interface DistributedPubSubMessages.Delta.EntryOrBuilder
public com.google.protobuf.ByteString getRefBytes()
optional string ref = 3;
getRefBytes
in interface DistributedPubSubMessages.Delta.EntryOrBuilder
public final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
java.io.IOException
public int getSerializedSize()
protected java.lang.Object writeReplace() throws java.io.ObjectStreamException
java.io.ObjectStreamException
public static DistributedPubSubMessages.Delta.Entry parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static DistributedPubSubMessages.Delta.Entry parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static DistributedPubSubMessages.Delta.Entry parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static DistributedPubSubMessages.Delta.Entry parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static DistributedPubSubMessages.Delta.Entry parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static DistributedPubSubMessages.Delta.Entry parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static DistributedPubSubMessages.Delta.Entry parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static DistributedPubSubMessages.Delta.Entry parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static DistributedPubSubMessages.Delta.Entry.Builder newBuilder()
public DistributedPubSubMessages.Delta.Entry.Builder newBuilderForType()
public static DistributedPubSubMessages.Delta.Entry.Builder newBuilder(DistributedPubSubMessages.Delta.Entry prototype)
public DistributedPubSubMessages.Delta.Entry.Builder toBuilder()
protected DistributedPubSubMessages.Delta.Entry.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |