Uses of Class
io.envoyproxy.envoy.config.rbac.v3.Permission.RuleCase
-
Packages that use Permission.RuleCase Package Description io.envoyproxy.envoy.config.rbac.v3 -
-
Uses of Permission.RuleCase in io.envoyproxy.envoy.config.rbac.v3
Methods in io.envoyproxy.envoy.config.rbac.v3 that return Permission.RuleCase Modifier and Type Method Description static Permission.RuleCase
Permission.RuleCase. forNumber(int value)
Permission.RuleCase
Permission.Builder. getRuleCase()
Permission.RuleCase
Permission. getRuleCase()
Permission.RuleCase
PermissionOrBuilder. getRuleCase()
static Permission.RuleCase
Permission.RuleCase. valueOf(int value)
Deprecated.static Permission.RuleCase
Permission.RuleCase. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Permission.RuleCase[]
Permission.RuleCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-