Uses of Class
com.google.cloud.bigquery.migration.v2.RedshiftDialect.Builder
-
Packages that use RedshiftDialect.Builder Package Description com.google.cloud.bigquery.migration.v2 A client to BigQuery Migration API -
-
Uses of RedshiftDialect.Builder in com.google.cloud.bigquery.migration.v2
Methods in com.google.cloud.bigquery.migration.v2 that return RedshiftDialect.Builder Modifier and Type Method Description RedshiftDialect.Builder
RedshiftDialect.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
RedshiftDialect.Builder
RedshiftDialect.Builder. clear()
RedshiftDialect.Builder
RedshiftDialect.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
RedshiftDialect.Builder
RedshiftDialect.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
RedshiftDialect.Builder
RedshiftDialect.Builder. clone()
RedshiftDialect.Builder
Dialect.Builder. getRedshiftDialectBuilder()
The Redshift dialectRedshiftDialect.Builder
RedshiftDialect.Builder. mergeFrom(RedshiftDialect other)
RedshiftDialect.Builder
RedshiftDialect.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RedshiftDialect.Builder
RedshiftDialect.Builder. mergeFrom(com.google.protobuf.Message other)
RedshiftDialect.Builder
RedshiftDialect.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static RedshiftDialect.Builder
RedshiftDialect. newBuilder()
static RedshiftDialect.Builder
RedshiftDialect. newBuilder(RedshiftDialect prototype)
RedshiftDialect.Builder
RedshiftDialect. newBuilderForType()
protected RedshiftDialect.Builder
RedshiftDialect. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
RedshiftDialect.Builder
RedshiftDialect.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
RedshiftDialect.Builder
RedshiftDialect.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
RedshiftDialect.Builder
RedshiftDialect.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
RedshiftDialect.Builder
RedshiftDialect. toBuilder()
Methods in com.google.cloud.bigquery.migration.v2 with parameters of type RedshiftDialect.Builder Modifier and Type Method Description Dialect.Builder
Dialect.Builder. setRedshiftDialect(RedshiftDialect.Builder builderForValue)
The Redshift dialect
-