Uses of Class
com.google.cloud.bigquery.migration.v2.Dialect
-
Packages that use Dialect Package Description com.google.cloud.bigquery.migration.v2 A client to BigQuery Migration API -
-
Uses of Dialect in com.google.cloud.bigquery.migration.v2
Methods in com.google.cloud.bigquery.migration.v2 that return Dialect Modifier and Type Method Description Dialect
Dialect.Builder. build()
Dialect
Dialect.Builder. buildPartial()
static Dialect
Dialect. getDefaultInstance()
Dialect
Dialect.Builder. getDefaultInstanceForType()
Dialect
Dialect. getDefaultInstanceForType()
Dialect
TranslationConfigDetails.Builder. getSourceDialect()
The dialect of the input files.Dialect
TranslationConfigDetails. getSourceDialect()
The dialect of the input files.Dialect
TranslationConfigDetailsOrBuilder. getSourceDialect()
The dialect of the input files.Dialect
TranslationConfigDetails.Builder. getTargetDialect()
The target dialect for the engine to translate the input to.Dialect
TranslationConfigDetails. getTargetDialect()
The target dialect for the engine to translate the input to.Dialect
TranslationConfigDetailsOrBuilder. getTargetDialect()
The target dialect for the engine to translate the input to.static Dialect
Dialect. parseDelimitedFrom(InputStream input)
static Dialect
Dialect. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Dialect
Dialect. parseFrom(byte[] data)
static Dialect
Dialect. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Dialect
Dialect. parseFrom(com.google.protobuf.ByteString data)
static Dialect
Dialect. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Dialect
Dialect. parseFrom(com.google.protobuf.CodedInputStream input)
static Dialect
Dialect. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Dialect
Dialect. parseFrom(InputStream input)
static Dialect
Dialect. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Dialect
Dialect. parseFrom(ByteBuffer data)
static Dialect
Dialect. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.migration.v2 that return types with arguments of type Dialect Modifier and Type Method Description com.google.protobuf.Parser<Dialect>
Dialect. getParserForType()
static com.google.protobuf.Parser<Dialect>
Dialect. parser()
Methods in com.google.cloud.bigquery.migration.v2 with parameters of type Dialect Modifier and Type Method Description Dialect.Builder
Dialect.Builder. mergeFrom(Dialect other)
TranslationConfigDetails.Builder
TranslationConfigDetails.Builder. mergeSourceDialect(Dialect value)
The dialect of the input files.TranslationConfigDetails.Builder
TranslationConfigDetails.Builder. mergeTargetDialect(Dialect value)
The target dialect for the engine to translate the input to.static Dialect.Builder
Dialect. newBuilder(Dialect prototype)
TranslationConfigDetails.Builder
TranslationConfigDetails.Builder. setSourceDialect(Dialect value)
The dialect of the input files.TranslationConfigDetails.Builder
TranslationConfigDetails.Builder. setTargetDialect(Dialect value)
The target dialect for the engine to translate the input to.
-