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

com.salesforce.hyperdb.grpc.QueryResultParamOrBuilder Maven / Gradle / Ivy

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

// Protobuf Java Version: 3.25.5
package com.salesforce.hyperdb.grpc;

public interface QueryResultParamOrBuilder extends
    // @@protoc_insertion_point(interface_extends:salesforce.hyperdb.grpc.v1.QueryResultParam)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string query_id = 1;
   * @return The queryId.
   */
  java.lang.String getQueryId();
  /**
   * string query_id = 1;
   * @return The bytes for queryId.
   */
  com.google.protobuf.ByteString
      getQueryIdBytes();

  /**
   * .salesforce.hyperdb.grpc.v1.OutputFormat output_format = 2;
   * @return The enum numeric value on the wire for outputFormat.
   */
  int getOutputFormatValue();
  /**
   * .salesforce.hyperdb.grpc.v1.OutputFormat output_format = 2;
   * @return The outputFormat.
   */
  com.salesforce.hyperdb.grpc.OutputFormat getOutputFormat();

  /**
   * uint64 chunk_id = 3;
   * @return Whether the chunkId field is set.
   */
  boolean hasChunkId();
  /**
   * uint64 chunk_id = 3;
   * @return The chunkId.
   */
  long getChunkId();

  /**
   * .salesforce.hyperdb.grpc.v1.RowRange row_range = 5;
   * @return Whether the rowRange field is set.
   */
  boolean hasRowRange();
  /**
   * .salesforce.hyperdb.grpc.v1.RowRange row_range = 5;
   * @return The rowRange.
   */
  com.salesforce.hyperdb.grpc.RowRange getRowRange();
  /**
   * .salesforce.hyperdb.grpc.v1.RowRange row_range = 5;
   */
  com.salesforce.hyperdb.grpc.RowRangeOrBuilder getRowRangeOrBuilder();

  /**
   * bool omit_schema = 4;
   * @return The omitSchema.
   */
  boolean getOmitSchema();

  com.salesforce.hyperdb.grpc.QueryResultParam.RequestedDataCase getRequestedDataCase();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy