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

alluxio.grpc.table.GetDatabasePRequestOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer alluxio.shaded.client.com.iler.  DO NOT EDIT!
// source: grpc/table/table_master.proto

package alluxio.grpc.table;

public interface GetDatabasePRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:alluxio.grpc.table.GetDatabasePRequest)
    alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {

  /**
   * optional string db_name = 1;
   * @return Whether the dbName field is set.
   */
  boolean hasDbName();
  /**
   * optional string db_name = 1;
   * @return The dbName.
   */
  java.lang.String getDbName();
  /**
   * optional string db_name = 1;
   * @return The bytes for dbName.
   */
  alluxio.shaded.client.com.google.protobuf.ByteString
      getDbNameBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy