Uses of Class
com.google.cloud.bigquery.migration.v2.Dialect.DialectValueCase
-
Packages that use Dialect.DialectValueCase Package Description com.google.cloud.bigquery.migration.v2 A client to BigQuery Migration API -
-
Uses of Dialect.DialectValueCase in com.google.cloud.bigquery.migration.v2
Methods in com.google.cloud.bigquery.migration.v2 that return Dialect.DialectValueCase Modifier and Type Method Description static Dialect.DialectValueCase
Dialect.DialectValueCase. forNumber(int value)
Dialect.DialectValueCase
Dialect.Builder. getDialectValueCase()
Dialect.DialectValueCase
Dialect. getDialectValueCase()
Dialect.DialectValueCase
DialectOrBuilder. getDialectValueCase()
static Dialect.DialectValueCase
Dialect.DialectValueCase. valueOf(int value)
Deprecated.static Dialect.DialectValueCase
Dialect.DialectValueCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static Dialect.DialectValueCase[]
Dialect.DialectValueCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-