grpc.cache_client.pubsub._DiscontinuityOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of client-protos Show documentation
Show all versions of client-protos Show documentation
Java protobuf protocols that define the Momento gRPC wire format
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: cachepubsub.proto
package grpc.cache_client.pubsub;
public interface _DiscontinuityOrBuilder extends
// @@protoc_insertion_point(interface_extends:cache_client.pubsub._Discontinuity)
com.google.protobuf.MessageOrBuilder {
/**
*
* The last topic value sequence number known to have been attempted (if known, 0 otherwise).
*
*
* uint64 last_topic_sequence = 1;
* @return The lastTopicSequence.
*/
long getLastTopicSequence();
/**
*
* The new topic sequence number after which TopicItems will ostensibly resume.
*
*
* uint64 new_topic_sequence = 2;
* @return The newTopicSequence.
*/
long getNewTopicSequence();
}