| Package | Description |
|---|---|
| com.databricks.sdk.service.catalog |
| Modifier and Type | Method and Description |
|---|---|
SecurableType |
PolicyInfo.getForSecurableType() |
SecurableType |
EffectivePrivilege.getInheritedFromType() |
SecurableType |
PolicyInfo.getOnSecurableType() |
SecurableType |
QuotaInfo.getParentSecurableType() |
SecurableType |
ConnectionInfo.getSecurableType() |
SecurableType |
CatalogInfo.getSecurableType() |
SecurableType |
SecurableKindManifest.getSecurableType() |
SecurableType |
Securable.getType() |
static SecurableType |
SecurableType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurableType[] |
SecurableType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PolicyInfo |
PolicyInfo.setForSecurableType(SecurableType forSecurableType) |
EffectivePrivilege |
EffectivePrivilege.setInheritedFromType(SecurableType inheritedFromType) |
PolicyInfo |
PolicyInfo.setOnSecurableType(SecurableType onSecurableType) |
QuotaInfo |
QuotaInfo.setParentSecurableType(SecurableType parentSecurableType) |
ConnectionInfo |
ConnectionInfo.setSecurableType(SecurableType securableType) |
CatalogInfo |
CatalogInfo.setSecurableType(SecurableType securableType) |
SecurableKindManifest |
SecurableKindManifest.setSecurableType(SecurableType securableType) |
Securable |
Securable.setType(SecurableType typeValue) |
Copyright © 2026. All rights reserved.