Interface Protocol.SubscribeResultOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Protocol.SubscribeResult
,Protocol.SubscribeResult.Builder
- Enclosing class:
- Protocol
public static interface Protocol.SubscribeResultOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteString
getData()
bytes data = 11;
getEpoch()
string epoch = 6;
com.google.protobuf.ByteString
string epoch = 6;
boolean
bool expires = 1;
int
getGen()
uint32 gen = 5;
long
uint64 offset = 9;
boolean
bool positioned = 10;
getPublications(int index)
repeated .protocol.Publication publications = 7;
int
repeated .protocol.Publication publications = 7;
repeated .protocol.Publication publications = 7;
boolean
bool recoverable = 3;
boolean
bool recovered = 8;
int
getSeq()
uint32 seq = 4;
int
getTtl()
uint32 ttl = 2;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getExpires
boolean getExpires()bool expires = 1;
- Returns:
- The expires.
-
getTtl
int getTtl()uint32 ttl = 2;
- Returns:
- The ttl.
-
getRecoverable
boolean getRecoverable()bool recoverable = 3;
- Returns:
- The recoverable.
-
getSeq
int getSeq()uint32 seq = 4;
- Returns:
- The seq.
-
getGen
int getGen()uint32 gen = 5;
- Returns:
- The gen.
-
getEpoch
String getEpoch()string epoch = 6;
- Returns:
- The epoch.
-
getEpochBytes
com.google.protobuf.ByteString getEpochBytes()string epoch = 6;
- Returns:
- The bytes for epoch.
-
getPublicationsList
List<Protocol.Publication> getPublicationsList()repeated .protocol.Publication publications = 7;
-
getPublications
repeated .protocol.Publication publications = 7;
-
getPublicationsCount
int getPublicationsCount()repeated .protocol.Publication publications = 7;
-
getRecovered
boolean getRecovered()bool recovered = 8;
- Returns:
- The recovered.
-
getOffset
long getOffset()uint64 offset = 9;
- Returns:
- The offset.
-
getPositioned
boolean getPositioned()bool positioned = 10;
- Returns:
- The positioned.
-
getData
com.google.protobuf.ByteString getData()bytes data = 11;
- Returns:
- The data.
-