Uses of Class
com.google.api.JwtLocation.InCase
-
Packages that use JwtLocation.InCase Package Description com.google.api -
-
Uses of JwtLocation.InCase in com.google.api
Methods in com.google.api that return JwtLocation.InCase Modifier and Type Method Description static JwtLocation.InCase
JwtLocation.InCase. forNumber(int value)
JwtLocation.InCase
JwtLocation.Builder. getInCase()
JwtLocation.InCase
JwtLocation. getInCase()
JwtLocation.InCase
JwtLocationOrBuilder. getInCase()
static JwtLocation.InCase
JwtLocation.InCase. valueOf(int value)
Deprecated.static JwtLocation.InCase
JwtLocation.InCase. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JwtLocation.InCase[]
JwtLocation.InCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-