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

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

  /**
   * .google.protobuf.Empty empty = 2;
   * @return Whether the empty field is set.
   */
  boolean hasEmpty();
  /**
   * .google.protobuf.Empty empty = 2;
   * @return The empty.
   */
  com.google.protobuf.Empty getEmpty();
  /**
   * .google.protobuf.Empty empty = 2;
   */
  com.google.protobuf.EmptyOrBuilder getEmptyOrBuilder();

  /**
   * uint64 affected_rows = 1;
   * @return Whether the affectedRows field is set.
   */
  boolean hasAffectedRows();
  /**
   * uint64 affected_rows = 1;
   * @return The affectedRows.
   */
  long getAffectedRows();

  com.salesforce.hyperdb.grpc.QueryCommandOk.CommandReturnCase getCommandReturnCase();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy