Interface AccountMetastoresService
-
@Generated public interface AccountMetastoresService
These APIs manage Unity Catalog metastores for an account. A metastore contains catalogs that can be associated with workspacesThis is the high-level interface, that contains generated methods.
Evolving: this interface is under development. Method signatures may change.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccountsMetastoreInfocreate(AccountsCreateMetastore accountsCreateMetastore)Create metastore.voiddelete(DeleteAccountMetastoreRequest deleteAccountMetastoreRequest)Delete a metastore.AccountsMetastoreInfoget(GetAccountMetastoreRequest getAccountMetastoreRequest)Get a metastore.ListMetastoresResponselist()Get all metastores associated with an account.AccountsMetastoreInfoupdate(AccountsUpdateMetastore accountsUpdateMetastore)Update a metastore.
-
-
-
Method Detail
-
create
AccountsMetastoreInfo create(AccountsCreateMetastore accountsCreateMetastore)
Create metastore.Creates a Unity Catalog metastore. Please add a header X-Databricks-Account-Console-API-Version: 2.0 to access this API.
-
delete
void delete(DeleteAccountMetastoreRequest deleteAccountMetastoreRequest)
Delete a metastore.Deletes a Unity Catalog metastore for an account, both specified by ID. Please add a header X-Databricks-Account-Console-API-Version: 2.0 to access this API.
-
get
AccountsMetastoreInfo get(GetAccountMetastoreRequest getAccountMetastoreRequest)
Get a metastore.Gets a Unity Catalog metastore from an account, both specified by ID. Please add a header X-Databricks-Account-Console-API-Version: 2.0 to access this API.
-
list
ListMetastoresResponse list()
Get all metastores associated with an account.Gets all Unity Catalog metastores associated with an account specified by ID. Please add a header X-Databricks-Account-Console-API-Version: 2.0 to access this API.
-
update
AccountsMetastoreInfo update(AccountsUpdateMetastore accountsUpdateMetastore)
Update a metastore.Updates an existing Unity Catalog metastore. Please add a header X-Databricks-Account-Console-API-Version: 2.0 to access this API.
-
-