Uses of Class
com.google.cloud.bigtable.config.CredentialOptions.CredentialType
-
Packages that use CredentialOptions.CredentialType Package Description com.google.cloud.bigtable.config -
-
Uses of CredentialOptions.CredentialType in com.google.cloud.bigtable.config
Methods in com.google.cloud.bigtable.config that return CredentialOptions.CredentialType Modifier and Type Method and Description CredentialOptions.CredentialType
CredentialOptions. getCredentialType()
Getter for the fieldcredentialType
.static CredentialOptions.CredentialType
CredentialOptions.CredentialType. valueOf(String name)
Returns the enum constant of this type with the specified name.static CredentialOptions.CredentialType[]
CredentialOptions.CredentialType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-