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 DialectDialect.Builder. build()DialectDialect.Builder. buildPartial()static DialectDialect. getDefaultInstance()DialectDialect.Builder. getDefaultInstanceForType()DialectDialect. getDefaultInstanceForType()DialectTranslationConfigDetails.Builder. getSourceDialect()The dialect of the input files.DialectTranslationConfigDetails. getSourceDialect()The dialect of the input files.DialectTranslationConfigDetailsOrBuilder. getSourceDialect()The dialect of the input files.DialectTranslationConfigDetails.Builder. getTargetDialect()The target dialect for the engine to translate the input to.DialectTranslationConfigDetails. getTargetDialect()The target dialect for the engine to translate the input to.DialectTranslationConfigDetailsOrBuilder. getTargetDialect()The target dialect for the engine to translate the input to.static DialectDialect. parseDelimitedFrom(InputStream input)static DialectDialect. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DialectDialect. parseFrom(byte[] data)static DialectDialect. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DialectDialect. parseFrom(com.google.protobuf.ByteString data)static DialectDialect. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DialectDialect. parseFrom(com.google.protobuf.CodedInputStream input)static DialectDialect. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DialectDialect. parseFrom(InputStream input)static DialectDialect. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DialectDialect. parseFrom(ByteBuffer data)static DialectDialect. 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.BuilderDialect.Builder. mergeFrom(Dialect other)TranslationConfigDetails.BuilderTranslationConfigDetails.Builder. mergeSourceDialect(Dialect value)The dialect of the input files.TranslationConfigDetails.BuilderTranslationConfigDetails.Builder. mergeTargetDialect(Dialect value)The target dialect for the engine to translate the input to.static Dialect.BuilderDialect. newBuilder(Dialect prototype)TranslationConfigDetails.BuilderTranslationConfigDetails.Builder. setSourceDialect(Dialect value)The dialect of the input files.TranslationConfigDetails.BuilderTranslationConfigDetails.Builder. setTargetDialect(Dialect value)The target dialect for the engine to translate the input to.
-