Interface JdbcTableNamesRequestOrBuilder

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

@Generated public interface JdbcTableNamesRequestOrBuilder extends MessageOrBuilder
  • Method Details

    • getSessionId

      int getSessionId()
       The session ID for the connection
       
      int32 session_id = 1;
      Returns:
      The sessionId.
    • getCatalogName

      String getCatalogName()
       The catalog for the table names
       
      string catalog_name = 2;
      Returns:
      The catalogName.
    • getCatalogNameBytes

      ByteString getCatalogNameBytes()
       The catalog for the table names
       
      string catalog_name = 2;
      Returns:
      The bytes for catalogName.