Uses of Class
io.envoyproxy.envoy.api.v2.auth.Secret.TypeCase
-
Packages that use Secret.TypeCase Package Description io.envoyproxy.envoy.api.v2.auth -
-
Uses of Secret.TypeCase in io.envoyproxy.envoy.api.v2.auth
Methods in io.envoyproxy.envoy.api.v2.auth that return Secret.TypeCase Modifier and Type Method Description static Secret.TypeCaseSecret.TypeCase. forNumber(int value)Secret.TypeCaseSecret.Builder. getTypeCase()Secret.TypeCaseSecret. getTypeCase()Secret.TypeCaseSecretOrBuilder. getTypeCase()static Secret.TypeCaseSecret.TypeCase. valueOf(int value)Deprecated.static Secret.TypeCaseSecret.TypeCase. valueOf(String name)Returns the enum constant of this type with the specified name.static Secret.TypeCase[]Secret.TypeCase. values()Returns an array containing the constants of this enum type, in the order they are declared.
-