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