Interface SchemaTableNamesExistRequestOrBuilder

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

@Generated public interface SchemaTableNamesExistRequestOrBuilder extends MessageOrBuilder
  • Method Details

    • getIdsList

      List<String> getIdsList()
       Table name IDs to check in the format "namespace.tableName"
       
      repeated string ids = 1;
      Returns:
      A list containing the ids.
    • getIdsCount

      int getIdsCount()
       Table name IDs to check in the format "namespace.tableName"
       
      repeated string ids = 1;
      Returns:
      The count of ids.
    • getIds

      String getIds(int index)
       Table name IDs to check in the format "namespace.tableName"
       
      repeated string ids = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The ids at the given index.
    • getIdsBytes

      ByteString getIdsBytes(int index)
       Table name IDs to check in the format "namespace.tableName"
       
      repeated string ids = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the ids at the given index.