com.salesforce.hyperdb.grpc.QueryStatusOrBuilder 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 QueryStatusOrBuilder extends
// @@protoc_insertion_point(interface_extends:salesforce.hyperdb.grpc.v1.QueryStatus)
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.QueryStatus.CompletionStatus completion_status = 2;
* @return The enum numeric value on the wire for completionStatus.
*/
int getCompletionStatusValue();
/**
* .salesforce.hyperdb.grpc.v1.QueryStatus.CompletionStatus completion_status = 2;
* @return The completionStatus.
*/
com.salesforce.hyperdb.grpc.QueryStatus.CompletionStatus getCompletionStatus();
/**
* uint64 chunk_count = 3;
* @return The chunkCount.
*/
long getChunkCount();
/**
* uint64 row_count = 4;
* @return The rowCount.
*/
long getRowCount();
/**
* double progress = 5;
* @return The progress.
*/
double getProgress();
/**
* .google.protobuf.Timestamp expiration_time = 6;
* @return Whether the expirationTime field is set.
*/
boolean hasExpirationTime();
/**
* .google.protobuf.Timestamp expiration_time = 6;
* @return The expirationTime.
*/
com.google.protobuf.Timestamp getExpirationTime();
/**
* .google.protobuf.Timestamp expiration_time = 6;
*/
com.google.protobuf.TimestampOrBuilder getExpirationTimeOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy