Uses of Class
com.google.cloud.bigquery.biglake.v1alpha1.Database.OptionsCase
-
Packages that use Database.OptionsCase Package Description com.google.cloud.bigquery.biglake.v1alpha1 A client to BigLake API -
-
Uses of Database.OptionsCase in com.google.cloud.bigquery.biglake.v1alpha1
Methods in com.google.cloud.bigquery.biglake.v1alpha1 that return Database.OptionsCase Modifier and Type Method Description static Database.OptionsCase
Database.OptionsCase. forNumber(int value)
Database.OptionsCase
Database.Builder. getOptionsCase()
Database.OptionsCase
Database. getOptionsCase()
Database.OptionsCase
DatabaseOrBuilder. getOptionsCase()
static Database.OptionsCase
Database.OptionsCase. valueOf(int value)
Deprecated.static Database.OptionsCase
Database.OptionsCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static Database.OptionsCase[]
Database.OptionsCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-