@Generated public interface AccountMetastoreAssignmentsService
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 |
create(AccountsCreateMetastoreAssignment accountsCreateMetastoreAssignment)
Assigns a workspace to a metastore.
|
void |
delete(DeleteAccountMetastoreAssignmentRequest deleteAccountMetastoreAssignmentRequest)
Delete a metastore assignment.
|
AccountsMetastoreAssignment |
get(GetAccountMetastoreAssignmentRequest getAccountMetastoreAssignmentRequest)
Gets the metastore assignment for a workspace.
|
ListAccountMetastoreAssignmentsResponse |
list(ListAccountMetastoreAssignmentsRequest listAccountMetastoreAssignmentsRequest)
Get all workspaces assigned to a metastore.
|
void |
update(AccountsUpdateMetastoreAssignment accountsUpdateMetastoreAssignment)
Updates a metastore assignment to a workspaces.
|
void create(AccountsCreateMetastoreAssignment accountsCreateMetastoreAssignment)
Creates an assignment to a metastore for a workspace
void delete(DeleteAccountMetastoreAssignmentRequest deleteAccountMetastoreAssignmentRequest)
Deletes a metastore assignment to a workspace, leaving the workspace with no metastore.
AccountsMetastoreAssignment get(GetAccountMetastoreAssignmentRequest getAccountMetastoreAssignmentRequest)
Gets the metastore assignment, if any, for the workspace specified by ID. If the workspace is assigned a metastore, the mappig will be returned. If no metastore is assigned to the workspace, the assignment will not be found and a 404 returned.
ListAccountMetastoreAssignmentsResponse list(ListAccountMetastoreAssignmentsRequest listAccountMetastoreAssignmentsRequest)
Gets a list of all Databricks workspace IDs that have been assigned to given metastore.
void update(AccountsUpdateMetastoreAssignment accountsUpdateMetastoreAssignment)
Updates an assignment to a metastore for a workspace. Currently, only the default catalog may be updated.
Copyright © 2023. All rights reserved.