Interface Protocol.SubscribeRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Protocol.SubscribeRequest
,Protocol.SubscribeRequest.Builder
- Enclosing class:
- Protocol
public static interface Protocol.SubscribeRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getChannel()
string channel = 1;
com.google.protobuf.ByteString
getChannelBytes()
string channel = 1;
java.lang.String
getEpoch()
string epoch = 6;
com.google.protobuf.ByteString
getEpochBytes()
string epoch = 6;
int
getGen()
uint32 gen = 5;
long
getOffset()
uint64 offset = 7;
boolean
getRecover()
bool recover = 3;
int
getSeq()
uint32 seq = 4;
java.lang.String
getToken()
string token = 2;
com.google.protobuf.ByteString
getTokenBytes()
string token = 2;
-
-
-
Method Detail
-
getChannel
java.lang.String getChannel()
string channel = 1;
- Returns:
- The channel.
-
getChannelBytes
com.google.protobuf.ByteString getChannelBytes()
string channel = 1;
- Returns:
- The bytes for channel.
-
getToken
java.lang.String getToken()
string token = 2;
- Returns:
- The token.
-
getTokenBytes
com.google.protobuf.ByteString getTokenBytes()
string token = 2;
- Returns:
- The bytes for token.
-
getRecover
boolean getRecover()
bool recover = 3;
- Returns:
- The recover.
-
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.
-
getOffset
long getOffset()
uint64 offset = 7;
- Returns:
- The offset.
-
-