com.salesforce.hyperdb.grpc.QueryInfoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jdbc Show documentation
Show all versions of jdbc Show documentation
Salesforce Data Cloud JDBC Driver
// 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 QueryInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:salesforce.hyperdb.grpc.v1.QueryInfo)
com.google.protobuf.MessageOrBuilder {
/**
* .salesforce.hyperdb.grpc.v1.QueryStatus query_status = 1;
* @return Whether the queryStatus field is set.
*/
boolean hasQueryStatus();
/**
* .salesforce.hyperdb.grpc.v1.QueryStatus query_status = 1;
* @return The queryStatus.
*/
com.salesforce.hyperdb.grpc.QueryStatus getQueryStatus();
/**
* .salesforce.hyperdb.grpc.v1.QueryStatus query_status = 1;
*/
com.salesforce.hyperdb.grpc.QueryStatusOrBuilder getQueryStatusOrBuilder();
/**
* bool optional = 2;
* @return The optional.
*/
boolean getOptional();
com.salesforce.hyperdb.grpc.QueryInfo.ContentCase getContentCase();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy