public interface _DiscontinuityOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getLastTopicSequence()
The last topic value sequence number known to have been attempted (if known, 0 otherwise).
|
long |
getNewTopicSequence()
The new topic sequence number after which TopicItems will ostensibly resume.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getLastTopicSequence()
The last topic value sequence number known to have been attempted (if known, 0 otherwise).
uint64 last_topic_sequence = 1;long getNewTopicSequence()
The new topic sequence number after which TopicItems will ostensibly resume.
uint64 new_topic_sequence = 2;