|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface DistributedPubSubMessages.Delta.EntryOrBuilder
Method Summary | |
---|---|
java.lang.String |
getKey()
required string key = 1; |
com.google.protobuf.ByteString |
getKeyBytes()
required string key = 1; |
java.lang.String |
getRef()
optional string ref = 3; |
com.google.protobuf.ByteString |
getRefBytes()
optional string ref = 3; |
long |
getVersion()
required int64 version = 2; |
boolean |
hasKey()
required string key = 1; |
boolean |
hasRef()
optional string ref = 3; |
boolean |
hasVersion()
required int64 version = 2; |
Method Detail |
---|
boolean hasKey()
required string key = 1;
java.lang.String getKey()
required string key = 1;
com.google.protobuf.ByteString getKeyBytes()
required string key = 1;
boolean hasVersion()
required int64 version = 2;
long getVersion()
required int64 version = 2;
boolean hasRef()
optional string ref = 3;
java.lang.String getRef()
optional string ref = 3;
com.google.protobuf.ByteString getRefBytes()
optional string ref = 3;
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |