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