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

com.scalar.db.rpc.GetRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 3.13.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: scalardb.proto

// Protobuf Java Version: 3.25.5
package com.scalar.db.rpc;

public interface GetRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:rpc.GetRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .rpc.Get get = 1;
   * @return Whether the get field is set.
   */
  boolean hasGet();
  /**
   * .rpc.Get get = 1;
   * @return The get.
   */
  com.scalar.db.rpc.Get getGet();
  /**
   * .rpc.Get get = 1;
   */
  com.scalar.db.rpc.GetOrBuilder getGetOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy