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