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

com.scalar.db.rpc.ScanResponseOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: scalardb.proto

package com.scalar.db.rpc;

public interface ScanResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:rpc.ScanResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .rpc.Result results = 2;
   */
  java.util.List 
      getResultsList();
  /**
   * repeated .rpc.Result results = 2;
   */
  com.scalar.db.rpc.Result getResults(int index);
  /**
   * repeated .rpc.Result results = 2;
   */
  int getResultsCount();
  /**
   * repeated .rpc.Result results = 2;
   */
  java.util.List 
      getResultsOrBuilderList();
  /**
   * repeated .rpc.Result results = 2;
   */
  com.scalar.db.rpc.ResultOrBuilder getResultsOrBuilder(
      int index);

  /**
   * bool has_more_results = 3;
   * @return The hasMoreResults.
   */
  boolean getHasMoreResults();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy