Uses of Class
com.google.cloud.bigquery.migration.v2.RedshiftDialect
-
Packages that use RedshiftDialect Package Description com.google.cloud.bigquery.migration.v2 A client to BigQuery Migration API -
-
Uses of RedshiftDialect in com.google.cloud.bigquery.migration.v2
Methods in com.google.cloud.bigquery.migration.v2 that return RedshiftDialect Modifier and Type Method Description RedshiftDialect
RedshiftDialect.Builder. build()
RedshiftDialect
RedshiftDialect.Builder. buildPartial()
static RedshiftDialect
RedshiftDialect. getDefaultInstance()
RedshiftDialect
RedshiftDialect.Builder. getDefaultInstanceForType()
RedshiftDialect
RedshiftDialect. getDefaultInstanceForType()
RedshiftDialect
Dialect.Builder. getRedshiftDialect()
The Redshift dialectRedshiftDialect
Dialect. getRedshiftDialect()
The Redshift dialectRedshiftDialect
DialectOrBuilder. getRedshiftDialect()
The Redshift dialectstatic RedshiftDialect
RedshiftDialect. parseDelimitedFrom(InputStream input)
static RedshiftDialect
RedshiftDialect. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RedshiftDialect
RedshiftDialect. parseFrom(byte[] data)
static RedshiftDialect
RedshiftDialect. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RedshiftDialect
RedshiftDialect. parseFrom(com.google.protobuf.ByteString data)
static RedshiftDialect
RedshiftDialect. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RedshiftDialect
RedshiftDialect. parseFrom(com.google.protobuf.CodedInputStream input)
static RedshiftDialect
RedshiftDialect. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RedshiftDialect
RedshiftDialect. parseFrom(InputStream input)
static RedshiftDialect
RedshiftDialect. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RedshiftDialect
RedshiftDialect. parseFrom(ByteBuffer data)
static RedshiftDialect
RedshiftDialect. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.migration.v2 that return types with arguments of type RedshiftDialect Modifier and Type Method Description com.google.protobuf.Parser<RedshiftDialect>
RedshiftDialect. getParserForType()
static com.google.protobuf.Parser<RedshiftDialect>
RedshiftDialect. parser()
Methods in com.google.cloud.bigquery.migration.v2 with parameters of type RedshiftDialect Modifier and Type Method Description RedshiftDialect.Builder
RedshiftDialect.Builder. mergeFrom(RedshiftDialect other)
Dialect.Builder
Dialect.Builder. mergeRedshiftDialect(RedshiftDialect value)
The Redshift dialectstatic RedshiftDialect.Builder
RedshiftDialect. newBuilder(RedshiftDialect prototype)
Dialect.Builder
Dialect.Builder. setRedshiftDialect(RedshiftDialect value)
The Redshift dialect
-