@Generated public class SubentityTagsAPI extends Object
| Constructor and Description |
|---|
SubentityTagsAPI(ApiClient apiClient)
Regular-use constructor
|
SubentityTagsAPI(SubentityTagsService mock)
Constructor for mocks
|
| Modifier and Type | Method and Description |
|---|---|
SubentityTagsService |
impl() |
Iterable<TagsSubentityAssignment> |
list(ListSecurableType securableType,
String fullName,
String subentityName) |
Iterable<TagsSubentityAssignment> |
list(ListSubentityTagsRequest request)
Get tags for a subentity.
|
TagSubentityAssignmentsList |
update(TagChanges changes,
UpdateSecurableType securableType,
String fullName,
String subentityName) |
TagSubentityAssignmentsList |
update(UpdateTags request)
Update tags for a subentity.
|
public SubentityTagsAPI(ApiClient apiClient)
public SubentityTagsAPI(SubentityTagsService mock)
public Iterable<TagsSubentityAssignment> list(ListSecurableType securableType, String fullName, String subentityName)
public Iterable<TagsSubentityAssignment> list(ListSubentityTagsRequest request)
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.
public TagSubentityAssignmentsList update(TagChanges changes, UpdateSecurableType securableType, String fullName, String subentityName)
public TagSubentityAssignmentsList update(UpdateTags request)
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.
public SubentityTagsService impl()
Copyright © 2023. All rights reserved.