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

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

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

package com.scalar.db.rpc;

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

  /**
   * repeated string table_name = 1;
   * @return A list containing the tableName.
   */
  java.util.List
      getTableNameList();
  /**
   * repeated string table_name = 1;
   * @return The count of tableName.
   */
  int getTableNameCount();
  /**
   * repeated string table_name = 1;
   * @param index The index of the element to return.
   * @return The tableName at the given index.
   */
  java.lang.String getTableName(int index);
  /**
   * repeated string table_name = 1;
   * @param index The index of the value to return.
   * @return The bytes of the tableName at the given index.
   */
  com.google.protobuf.ByteString
      getTableNameBytes(int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy