Interface SchemaTableNamesResponseOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
SchemaTableNamesResponse, SchemaTableNamesResponse.Builder

@Generated public interface SchemaTableNamesResponseOrBuilder extends MessageOrBuilder
  • Method Details

    • getTableNamesList

      List<String> getTableNamesList()
       The table names for the given namespace
       
      repeated string table_names = 1;
      Returns:
      A list containing the tableNames.
    • getTableNamesCount

      int getTableNamesCount()
       The table names for the given namespace
       
      repeated string table_names = 1;
      Returns:
      The count of tableNames.
    • getTableNames

      String getTableNames(int index)
       The table names for the given namespace
       
      repeated string table_names = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The tableNames at the given index.
    • getTableNamesBytes

      ByteString getTableNamesBytes(int index)
       The table names for the given namespace
       
      repeated string table_names = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the tableNames at the given index.