@Generated public interface WorkspaceBindingsService
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.
| Modifier and Type | Method and Description |
|---|---|
CurrentWorkspaceBindings |
get(GetWorkspaceBindingRequest getWorkspaceBindingRequest)
Get catalog workspace bindings.
|
CurrentWorkspaceBindings |
update(UpdateWorkspaceBindings updateWorkspaceBindings)
Update catalog 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.
CurrentWorkspaceBindings update(UpdateWorkspaceBindings updateWorkspaceBindings)
Updates workspace bindings of the catalog. The caller must be a metastore admin or an owner of the catalog.
Copyright © 2023. All rights reserved.