All Downloads are FREE. Search and download functionalities are using the official Maven repository.

grpc.cache_client.pubsub._DiscontinuityOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.119.4
Show newest version
// 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy