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

alluxio.grpc.table.GetAllDatabasesPResponseOrBuilder 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 GetAllDatabasesPResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:alluxio.grpc.table.GetAllDatabasesPResponse)
    alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {

  /**
   * repeated string database = 1;
   * @return A list containing the database.
   */
  java.util.List
      getDatabaseList();
  /**
   * repeated string database = 1;
   * @return The count of database.
   */
  int getDatabaseCount();
  /**
   * repeated string database = 1;
   * @param index The index of the element to return.
   * @return The database at the given index.
   */
  java.lang.String getDatabase(int index);
  /**
   * repeated string database = 1;
   * @param index The index of the value to return.
   * @return The bytes of the database at the given index.
   */
  alluxio.shaded.client.com.google.protobuf.ByteString
      getDatabaseBytes(int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy