@Generated public class SystemSchemasAPI extends Object
| Constructor and Description |
|---|
SystemSchemasAPI(ApiClient apiClient)
Regular-use constructor
|
SystemSchemasAPI(SystemSchemasService mock)
Constructor for mocks
|
| Modifier and Type | Method and Description |
|---|---|
void |
disable(DisableRequest request)
Disables the system schema and removes it from the system catalog.
|
void |
disable(String metastoreId,
String schemaName) |
void |
enable(EnableRequest request)
Enables the system schema and adds it to the system catalog.
|
SystemSchemasService |
impl() |
Iterable<SystemSchemaInfo> |
list(ListSystemSchemasRequest request)
Gets an array of system schemas for a metastore.
|
Iterable<SystemSchemaInfo> |
list(String metastoreId) |
public SystemSchemasAPI(ApiClient apiClient)
public SystemSchemasAPI(SystemSchemasService mock)
public void disable(DisableRequest request)
public void enable(EnableRequest request)
public Iterable<SystemSchemaInfo> list(String metastoreId)
public Iterable<SystemSchemaInfo> list(ListSystemSchemasRequest request)
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.
public SystemSchemasService impl()
Copyright © 2026. All rights reserved.