| Package | Description |
|---|---|
| io.envoyproxy.envoy.config.rbac.v3 |
| Modifier and Type | Method and Description |
|---|---|
static RBAC.Action |
RBAC.Action.forNumber(int value) |
RBAC.Action |
RBAC.getAction()
The action to take if a policy matches.
|
RBAC.Action |
RBAC.Builder.getAction()
The action to take if a policy matches.
|
RBAC.Action |
RBACOrBuilder.getAction()
The action to take if a policy matches.
|
static RBAC.Action |
RBAC.Action.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RBAC.Action |
RBAC.Action.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RBAC.Action |
RBAC.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RBAC.Action[] |
RBAC.Action.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<RBAC.Action> |
RBAC.Action.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
RBAC.Builder |
RBAC.Builder.setAction(RBAC.Action value)
The action to take if a policy matches.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.