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

org.bookkeeper.tests.proto.rpc.PongResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 4.17.1.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: rpc.proto

package org.bookkeeper.tests.proto.rpc;

public interface PongResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:bookkeeper.tests.proto.rpc.PongResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * int64 last_sequence = 1;
   * @return The lastSequence.
   */
  long getLastSequence();

  /**
   * int32 num_ping_received = 2;
   * @return The numPingReceived.
   */
  int getNumPingReceived();

  /**
   * 
   * the slot id in this stream of pong responses.
   * 
* * int32 slot_id = 3; * @return The slotId. */ int getSlotId(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy