@Generated public interface SecurableTagsService
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 |
|---|---|
TagSecurableAssignmentsList |
list(ListSecurableTagsRequest listSecurableTagsRequest)
Get tags for a securable.
|
TagSecurableAssignmentsList |
update(UpdateTags updateTags)
Update tags for a securable.
|
TagSecurableAssignmentsList list(ListSecurableTagsRequest listSecurableTagsRequest)
Gets tag assignments for an entity. The caller must be either the owner of the securable, or a metastore admin, or have at least USE / SELECT privilege on the associated securable.
TagSecurableAssignmentsList update(UpdateTags updateTags)
Update tag assignments for an entity The caller must be either the owner of the securable, or a metastore admin, or have at least USE / SELECT and APPLY_TAG privilege on the associated securable.
Copyright © 2023. All rights reserved.