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

org.openfeed.SnapshotRequestOrBuilder 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 SnapshotRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:org.openfeed.SnapshotRequest)
    com.google.protobuf.MessageOrBuilder {

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

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

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

  /**
   * repeated .org.openfeed.SnapshotRequest.SnapshotRequestType snapshotRequestTypes = 4;
   * @return A list containing the snapshotRequestTypes.
   */
  java.util.List getSnapshotRequestTypesList();
  /**
   * repeated .org.openfeed.SnapshotRequest.SnapshotRequestType snapshotRequestTypes = 4;
   * @return The count of snapshotRequestTypes.
   */
  int getSnapshotRequestTypesCount();
  /**
   * repeated .org.openfeed.SnapshotRequest.SnapshotRequestType snapshotRequestTypes = 4;
   * @param index The index of the element to return.
   * @return The snapshotRequestTypes at the given index.
   */
  org.openfeed.SnapshotRequest.SnapshotRequestType getSnapshotRequestTypes(int index);
  /**
   * repeated .org.openfeed.SnapshotRequest.SnapshotRequestType snapshotRequestTypes = 4;
   * @return A list containing the enum numeric values on the wire for snapshotRequestTypes.
   */
  java.util.List
  getSnapshotRequestTypesValueList();
  /**
   * repeated .org.openfeed.SnapshotRequest.SnapshotRequestType snapshotRequestTypes = 4;
   * @param index The index of the value to return.
   * @return The enum numeric value on the wire of snapshotRequestTypes at the given index.
   */
  int getSnapshotRequestTypesValue(int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy