@Generated public interface WorkspaceBindingsService
NOTE: The __isolation_mode__ is configured for the securable itself (using its Update method) and the workspace bindings are only consulted when the securable's __isolation_mode__ is set to __ISOLATED__.
A securable's workspace bindings can be configured by a metastore admin or the owner of the securable.
The original path (/api/2.1/unity-catalog/workspace-bindings/catalogs/{name}) is deprecated. Please use the new path (/api/2.1/unity-catalog/bindings/{securable_type}/{securable_name}) which introduces the ability to bind a securable in READ_ONLY mode (catalogs only).
Securables that support binding: - catalog
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 |
---|---|
CurrentWorkspaceBindings |
get(GetWorkspaceBindingRequest getWorkspaceBindingRequest)
Get catalog workspace bindings.
|
WorkspaceBindingsResponse |
getBindings(GetBindingsRequest getBindingsRequest)
Get securable workspace bindings.
|
CurrentWorkspaceBindings |
update(UpdateWorkspaceBindings updateWorkspaceBindings)
Update catalog workspace bindings.
|
WorkspaceBindingsResponse |
updateBindings(UpdateWorkspaceBindingsParameters updateWorkspaceBindingsParameters)
Update securable workspace bindings.
|
CurrentWorkspaceBindings get(GetWorkspaceBindingRequest getWorkspaceBindingRequest)
Gets workspace bindings of the catalog. The caller must be a metastore admin or an owner of the catalog.
WorkspaceBindingsResponse getBindings(GetBindingsRequest getBindingsRequest)
Gets workspace bindings of the securable. The caller must be a metastore admin or an owner of the securable.
CurrentWorkspaceBindings update(UpdateWorkspaceBindings updateWorkspaceBindings)
Updates workspace bindings of the catalog. The caller must be a metastore admin or an owner of the catalog.
WorkspaceBindingsResponse updateBindings(UpdateWorkspaceBindingsParameters updateWorkspaceBindingsParameters)
Updates workspace bindings of the securable. The caller must be a metastore admin or an owner of the securable.
Copyright © 2023. All rights reserved.