| Package | Description |
|---|---|
| com.databricks.sdk.service.catalog |
| Modifier and Type | Method and Description |
|---|---|
ListSecurableType |
ListSubentityTagsRequest.getSecurableType() |
ListSecurableType |
ListSecurableTagsRequest.getSecurableType() |
static ListSecurableType |
ListSecurableType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListSecurableType[] |
ListSecurableType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<TagSecurableAssignment> |
SecurableTagsAPI.list(ListSecurableType securableType,
String fullName) |
Iterable<TagsSubentityAssignment> |
SubentityTagsAPI.list(ListSecurableType securableType,
String fullName,
String subentityName) |
ListSubentityTagsRequest |
ListSubentityTagsRequest.setSecurableType(ListSecurableType securableType) |
ListSecurableTagsRequest |
ListSecurableTagsRequest.setSecurableType(ListSecurableType securableType) |
Copyright © 2023. All rights reserved.