@Generated public interface SubentityTagsService
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 |
|---|---|
TagSubentityAssignmentsList |
list(ListSubentityTagsRequest listSubentityTagsRequest)
Get tags for a subentity.
|
TagSubentityAssignmentsList |
update(UpdateTags updateTags)
Update tags for a subentity.
|
TagSubentityAssignmentsList list(ListSubentityTagsRequest listSubentityTagsRequest)
Gets tag assignments for a subentity associated with a securable entity. Eg. column of a table 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.
TagSubentityAssignmentsList update(UpdateTags updateTags)
Update tag assignments for a subentity associated with a securable 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.