@Generated public class AccountMetastoresAPI extends Object
| Constructor and Description |
|---|
AccountMetastoresAPI(AccountMetastoresService mock)
Constructor for mocks
|
AccountMetastoresAPI(ApiClient apiClient)
Regular-use constructor
|
| Modifier and Type | Method and Description |
|---|---|
AccountsCreateMetastoreResponse |
create(AccountsCreateMetastore request)
Creates a Unity Catalog metastore.
|
AccountsDeleteMetastoreResponse |
delete(DeleteAccountMetastoreRequest request)
Deletes a Unity Catalog metastore for an account, both specified by ID.
|
AccountsDeleteMetastoreResponse |
delete(String metastoreId) |
AccountsGetMetastoreResponse |
get(GetAccountMetastoreRequest request)
Gets a Unity Catalog metastore from an account, both specified by ID.
|
AccountsGetMetastoreResponse |
get(String metastoreId) |
AccountMetastoresService |
impl() |
Iterable<MetastoreInfo> |
list()
Gets all Unity Catalog metastores associated with an account specified by ID.
|
AccountsUpdateMetastoreResponse |
update(AccountsUpdateMetastore request)
Updates an existing Unity Catalog metastore.
|
public AccountMetastoresAPI(ApiClient apiClient)
public AccountMetastoresAPI(AccountMetastoresService mock)
public AccountsCreateMetastoreResponse create(AccountsCreateMetastore request)
public AccountsDeleteMetastoreResponse delete(String metastoreId)
public AccountsDeleteMetastoreResponse delete(DeleteAccountMetastoreRequest request)
public AccountsGetMetastoreResponse get(String metastoreId)
public AccountsGetMetastoreResponse get(GetAccountMetastoreRequest request)
public Iterable<MetastoreInfo> list()
public AccountsUpdateMetastoreResponse update(AccountsUpdateMetastore request)
public AccountMetastoresService impl()
Copyright © 2026. All rights reserved.