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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.ByteString
getData()
bytes data = 11;
java.lang.String
getEpoch()
string epoch = 6;
com.google.protobuf.ByteString
getEpochBytes()
string epoch = 6;
boolean
getExpires()
bool expires = 1;
int
getGen()
uint32 gen = 5;
long
getOffset()
uint64 offset = 9;
boolean
getPositioned()
bool positioned = 10;
Protocol.Publication
getPublications(int index)
repeated .protocol.Publication publications = 7;
int
getPublicationsCount()
repeated .protocol.Publication publications = 7;
java.util.List<Protocol.Publication>
getPublicationsList()
repeated .protocol.Publication publications = 7;
boolean
getRecoverable()
bool recoverable = 3;
boolean
getRecovered()
bool recovered = 8;
int
getSeq()
uint32 seq = 4;
int
getTtl()
uint32 ttl = 2;
-
-
-
Method Detail
-
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
java.lang.String getEpoch()
string epoch = 6;
- Returns:
- The epoch.
-
getEpochBytes
com.google.protobuf.ByteString getEpochBytes()
string epoch = 6;
- Returns:
- The bytes for epoch.
-
getPublicationsList
java.util.List<Protocol.Publication> getPublicationsList()
repeated .protocol.Publication publications = 7;
-
getPublications
Protocol.Publication getPublications(int index)
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.
-
-