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

org.openfeed.TCPHistoricalReplayRequestOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: openfeed.proto
// Protobuf Java Version: 4.28.3

package org.openfeed;

public interface TCPHistoricalReplayRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:org.openfeed.TCPHistoricalReplayRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * int32 channel = 1;
   * @return The channel.
   */
  int getChannel();

  /**
   * int32 resetNumber = 2;
   * @return The resetNumber.
   */
  int getResetNumber();

  /**
   * int64 sequence = 3;
   * @return The sequence.
   */
  long getSequence();

  /**
   * int32 count = 4;
   * @return The count.
   */
  int getCount();

  /**
   * string requestId = 5;
   * @return The requestId.
   */
  java.lang.String getRequestId();
  /**
   * string requestId = 5;
   * @return The bytes for requestId.
   */
  com.google.protobuf.ByteString
      getRequestIdBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy