Uses of Class
io.envoyproxy.envoy.config.rbac.v3.RBAC.Action
-
Packages that use RBAC.Action Package Description io.envoyproxy.envoy.config.rbac.v3 -
-
Uses of RBAC.Action in io.envoyproxy.envoy.config.rbac.v3
Fields in io.envoyproxy.envoy.config.rbac.v3 declared as RBAC.Action Modifier and Type Field Description private static RBAC.Action[]RBAC.Action. VALUESFields in io.envoyproxy.envoy.config.rbac.v3 with type parameters of type RBAC.Action Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<RBAC.Action>RBAC.Action. internalValueMapMethods in io.envoyproxy.envoy.config.rbac.v3 that return RBAC.Action Modifier and Type Method Description static RBAC.ActionRBAC.Action. forNumber(int value)RBAC.ActionAction.Builder. getAction()The action to take if the matcher matches.RBAC.ActionAction. getAction()The action to take if the matcher matches.RBAC.ActionActionOrBuilder. getAction()The action to take if the matcher matches.RBAC.ActionRBAC.Builder. getAction()The action to take if a policy matches.RBAC.ActionRBAC. getAction()The action to take if a policy matches.RBAC.ActionRBACOrBuilder. getAction()The action to take if a policy matches.static RBAC.ActionRBAC.Action. valueOf(int value)Deprecated.static RBAC.ActionRBAC.Action. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static RBAC.ActionRBAC.Action. valueOf(java.lang.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.Methods in io.envoyproxy.envoy.config.rbac.v3 that return types with arguments of type RBAC.Action Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<RBAC.Action>RBAC.Action. internalGetValueMap()Methods in io.envoyproxy.envoy.config.rbac.v3 with parameters of type RBAC.Action Modifier and Type Method Description Action.BuilderAction.Builder. setAction(RBAC.Action value)The action to take if the matcher matches.RBAC.BuilderRBAC.Builder. setAction(RBAC.Action value)The action to take if a policy matches.
-