Interface WorkspaceBindingsService
-
@Generated public interface WorkspaceBindingsService
A catalog in Databricks can be configured as __OPEN__ or __ISOLATED__. An __OPEN__ catalog can be accessed from any workspace, while an __ISOLATED__ catalog can only be access from a configured list of workspaces.A catalog's workspace bindings can be configured by a metastore admin or the owner of the catalog.
This 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 CurrentWorkspaceBindingsget(GetWorkspaceBindingRequest getWorkspaceBindingRequest)Get catalog workspace bindings.CurrentWorkspaceBindingsupdate(UpdateWorkspaceBindings updateWorkspaceBindings)Update catalog workspace bindings.
-
-
-
Method Detail
-
get
CurrentWorkspaceBindings get(GetWorkspaceBindingRequest getWorkspaceBindingRequest)
Get catalog workspace bindings.Gets workspace bindings of the catalog. The caller must be a metastore admin or an owner of the catalog.
-
update
CurrentWorkspaceBindings update(UpdateWorkspaceBindings updateWorkspaceBindings)
Update catalog workspace bindings.Updates workspace bindings of the catalog. The caller must be a metastore admin or an owner of the catalog.
-
-