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 MetastoreInfocreate(CreateMetastore createMetastore)Create metastore.voiddelete(DeleteAccountMetastoreRequest deleteAccountMetastoreRequest)Delete a metastore.MetastoreInfoget(GetAccountMetastoreRequest getAccountMetastoreRequest)Get a metastore.ListMetastoresResponselist()Get all metastores associated with an account.MetastoreInfoupdate(UpdateMetastore updateMetastore)Update a metastore.
-
-
-
Method Detail
-
create
MetastoreInfo create(CreateMetastore createMetastore)
Create metastore.Creates a Unity Catalog metastore.
-
delete
void delete(DeleteAccountMetastoreRequest deleteAccountMetastoreRequest)
Delete a metastore.Deletes a Databricks Unity Catalog metastore for an account, both specified by ID.
-
get
MetastoreInfo get(GetAccountMetastoreRequest getAccountMetastoreRequest)
Get a metastore.Gets a Databricks Unity Catalog metastore from an account, both specified by ID.
-
list
ListMetastoresResponse list()
Get all metastores associated with an account.Gets all Unity Catalog metastores associated with an account specified by ID.
-
update
MetastoreInfo update(UpdateMetastore updateMetastore)
Update a metastore.Updates an existing Unity Catalog metastore.
-
-