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

com.salesforce.hyperdb.grpc.QueryResultOrBuilder 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 QueryResultOrBuilder extends
    // @@protoc_insertion_point(interface_extends:salesforce.hyperdb.grpc.v1.QueryResult)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .salesforce.hyperdb.grpc.v1.QueryResultPartBinary binary_part = 1;
   * @return Whether the binaryPart field is set.
   */
  boolean hasBinaryPart();
  /**
   * .salesforce.hyperdb.grpc.v1.QueryResultPartBinary binary_part = 1;
   * @return The binaryPart.
   */
  com.salesforce.hyperdb.grpc.QueryResultPartBinary getBinaryPart();
  /**
   * .salesforce.hyperdb.grpc.v1.QueryResultPartBinary binary_part = 1;
   */
  com.salesforce.hyperdb.grpc.QueryResultPartBinaryOrBuilder getBinaryPartOrBuilder();

  /**
   * .salesforce.hyperdb.grpc.v1.QueryResultPartString string_part = 2;
   * @return Whether the stringPart field is set.
   */
  boolean hasStringPart();
  /**
   * .salesforce.hyperdb.grpc.v1.QueryResultPartString string_part = 2;
   * @return The stringPart.
   */
  com.salesforce.hyperdb.grpc.QueryResultPartString getStringPart();
  /**
   * .salesforce.hyperdb.grpc.v1.QueryResultPartString string_part = 2;
   */
  com.salesforce.hyperdb.grpc.QueryResultPartStringOrBuilder getStringPartOrBuilder();

  com.salesforce.hyperdb.grpc.QueryResult.ResultCase getResultCase();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy