Uses of Class
com.google.cloud.bigquery.connection.v1.AwsProperties.AuthenticationMethodCase
-
Packages that use AwsProperties.AuthenticationMethodCase Package Description com.google.cloud.bigquery.connection.v1 -
-
Uses of AwsProperties.AuthenticationMethodCase in com.google.cloud.bigquery.connection.v1
Methods in com.google.cloud.bigquery.connection.v1 that return AwsProperties.AuthenticationMethodCase Modifier and Type Method Description static AwsProperties.AuthenticationMethodCase
AwsProperties.AuthenticationMethodCase. forNumber(int value)
AwsProperties.AuthenticationMethodCase
AwsProperties.Builder. getAuthenticationMethodCase()
AwsProperties.AuthenticationMethodCase
AwsProperties. getAuthenticationMethodCase()
AwsProperties.AuthenticationMethodCase
AwsPropertiesOrBuilder. getAuthenticationMethodCase()
static AwsProperties.AuthenticationMethodCase
AwsProperties.AuthenticationMethodCase. valueOf(int value)
Deprecated.static AwsProperties.AuthenticationMethodCase
AwsProperties.AuthenticationMethodCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static AwsProperties.AuthenticationMethodCase[]
AwsProperties.AuthenticationMethodCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-