Uses of Class
io.grpc.alts.internal.Identity.IdentityOneofCase
-
Packages that use Identity.IdentityOneofCase Package Description io.grpc.alts.internal -
-
Uses of Identity.IdentityOneofCase in io.grpc.alts.internal
Methods in io.grpc.alts.internal that return Identity.IdentityOneofCase Modifier and Type Method Description static Identity.IdentityOneofCase
Identity.IdentityOneofCase. forNumber(int value)
Identity.IdentityOneofCase
Identity.Builder. getIdentityOneofCase()
Identity.IdentityOneofCase
Identity. getIdentityOneofCase()
Identity.IdentityOneofCase
IdentityOrBuilder. getIdentityOneofCase()
static Identity.IdentityOneofCase
Identity.IdentityOneofCase. valueOf(int value)
Deprecated.static Identity.IdentityOneofCase
Identity.IdentityOneofCase. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Identity.IdentityOneofCase[]
Identity.IdentityOneofCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-