@Generated public interface SystemSchemasService
This is the high-level interface, that contains generated methods.
Evolving: this interface is under development. Method signatures may change.
| Modifier and Type | Method and Description |
|---|---|
void |
disable(DisableRequest disableRequest)
Disables the system schema and removes it from the system catalog.
|
void |
enable(EnableRequest enableRequest)
Enables the system schema and adds it to the system catalog.
|
ListSystemSchemasResponse |
list(ListSystemSchemasRequest listSystemSchemasRequest)
Gets an array of system schemas for a metastore.
|
void disable(DisableRequest disableRequest)
void enable(EnableRequest enableRequest)
ListSystemSchemasResponse list(ListSystemSchemasRequest listSystemSchemasRequest)
NOTE: we recommend using max_results=0 to use the paginated version of this API. Unpaginated calls will be deprecated soon.
PAGINATION BEHAVIOR: When using pagination (max_results >= 0), a page may contain zero results while still providing a next_page_token. Clients must continue reading pages until next_page_token is absent, which is the only indication that the end of results has been reached.
Copyright © 2026. All rights reserved.