| Package | Description |
|---|---|
| com.aserto.authorizer.v2 |
| Modifier and Type | Method and Description |
|---|---|
static PathSeparator |
PathSeparator.forNumber(int value) |
PathSeparator |
DecisionTreeOptions.getPathSeparator()
.aserto.authorizer.v2.PathSeparator path_separator = 1 [json_name = "pathSeparator"]; |
PathSeparator |
DecisionTreeOptions.Builder.getPathSeparator()
.aserto.authorizer.v2.PathSeparator path_separator = 1 [json_name = "pathSeparator"]; |
PathSeparator |
DecisionTreeOptionsOrBuilder.getPathSeparator()
.aserto.authorizer.v2.PathSeparator path_separator = 1 [json_name = "pathSeparator"]; |
static PathSeparator |
PathSeparator.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PathSeparator |
PathSeparator.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PathSeparator |
PathSeparator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PathSeparator[] |
PathSeparator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<PathSeparator> |
PathSeparator.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
DecisionTreeOptions.Builder |
DecisionTreeOptions.Builder.setPathSeparator(PathSeparator value)
.aserto.authorizer.v2.PathSeparator path_separator = 1 [json_name = "pathSeparator"]; |
Copyright © 2023. All rights reserved.