Uses of Enum
io.envoyproxy.envoy.config.rbac.v3.RBAC.Action
Packages that use RBAC.Action
-
Uses of RBAC.Action in io.envoyproxy.envoy.config.rbac.v3
Fields in io.envoyproxy.envoy.config.rbac.v3 declared as RBAC.ActionFields in io.envoyproxy.envoy.config.rbac.v3 with type parameters of type RBAC.ActionModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap
<RBAC.Action> RBAC.Action.internalValueMap
Methods in io.envoyproxy.envoy.config.rbac.v3 that return RBAC.ActionModifier and TypeMethodDescriptionstatic RBAC.Action
RBAC.Action.forNumber
(int value) Action.Builder.getAction()
The action to take if the matcher matches.Action.getAction()
The action to take if the matcher matches.ActionOrBuilder.getAction()
The action to take if the matcher matches.RBAC.Builder.getAction()
The action to take if a policy matches.RBAC.getAction()
The action to take if a policy matches.RBACOrBuilder.getAction()
The action to take if a policy matches.static RBAC.Action
RBAC.Action.valueOf
(int value) Deprecated.static RBAC.Action
RBAC.Action.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static RBAC.Action
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.Methods in io.envoyproxy.envoy.config.rbac.v3 that return types with arguments of type RBAC.ActionModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<RBAC.Action> RBAC.Action.internalGetValueMap()
Methods in io.envoyproxy.envoy.config.rbac.v3 with parameters of type RBAC.ActionModifier and TypeMethodDescriptionAction.Builder.setAction
(RBAC.Action value) The action to take if the matcher matches.RBAC.Builder.setAction
(RBAC.Action value) The action to take if a policy matches.