com.salesforce.hyperdb.grpc.QueryInfoParamOrBuilder 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 QueryInfoParamOrBuilder extends
// @@protoc_insertion_point(interface_extends:salesforce.hyperdb.grpc.v1.QueryInfoParam)
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();
/**
* bool streaming = 2;
* @return The streaming.
*/
boolean getStreaming();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy