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

com.salesforce.hyperdb.grpc.CancelQueryParamOrBuilder 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 CancelQueryParamOrBuilder extends
    // @@protoc_insertion_point(interface_extends:salesforce.hyperdb.grpc.v1.CancelQueryParam)
    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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy