Uses of Class
com.google.cloud.bigquery.migration.v2.TeradataDialect.Mode
-
Packages that use TeradataDialect.Mode Package Description com.google.cloud.bigquery.migration.v2 A client to BigQuery Migration API -
-
Uses of TeradataDialect.Mode in com.google.cloud.bigquery.migration.v2
Methods in com.google.cloud.bigquery.migration.v2 that return TeradataDialect.Mode Modifier and Type Method Description static TeradataDialect.ModeTeradataDialect.Mode. forNumber(int value)TeradataDialect.ModeTeradataDialect.Builder. getMode()Which Teradata sub-dialect mode the user specifies.TeradataDialect.ModeTeradataDialect. getMode()Which Teradata sub-dialect mode the user specifies.TeradataDialect.ModeTeradataDialectOrBuilder. getMode()Which Teradata sub-dialect mode the user specifies.static TeradataDialect.ModeTeradataDialect.Mode. valueOf(int value)Deprecated.static TeradataDialect.ModeTeradataDialect.Mode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static TeradataDialect.ModeTeradataDialect.Mode. valueOf(String name)Returns the enum constant of this type with the specified name.static TeradataDialect.Mode[]TeradataDialect.Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.bigquery.migration.v2 that return types with arguments of type TeradataDialect.Mode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<TeradataDialect.Mode>TeradataDialect.Mode. internalGetValueMap()Methods in com.google.cloud.bigquery.migration.v2 with parameters of type TeradataDialect.Mode Modifier and Type Method Description TeradataDialect.BuilderTeradataDialect.Builder. setMode(TeradataDialect.Mode value)Which Teradata sub-dialect mode the user specifies.
-