Interface Protocol.HistoryRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Protocol.HistoryRequest
,Protocol.HistoryRequest.Builder
- Enclosing class:
- Protocol
public static interface Protocol.HistoryRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getChannel
String getChannel()string channel = 1;
- Returns:
- The channel.
-
getChannelBytes
com.google.protobuf.ByteString getChannelBytes()string channel = 1;
- Returns:
- The bytes for channel.
-
getUseSince
boolean getUseSince()bool use_since = 2;
- Returns:
- The useSince.
-
getOffset
long getOffset()uint64 offset = 3;
- Returns:
- The offset.
-
getEpoch
String getEpoch()string epoch = 4;
- Returns:
- The epoch.
-
getEpochBytes
com.google.protobuf.ByteString getEpochBytes()string epoch = 4;
- Returns:
- The bytes for epoch.
-
getUseLimit
boolean getUseLimit()bool use_limit = 5;
- Returns:
- The useLimit.
-
getLimit
int getLimit()int32 limit = 6;
- Returns:
- The limit.
-