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