BigQueryDestination.Builder |
BigQueryDestination.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
BigQueryDestination.Builder |
BigQueryDestination.Builder.clear() |
|
BigQueryDestination.Builder |
BigQueryDestination.Builder.clearDataset() |
Required.
|
BigQueryDestination.Builder |
BigQueryDestination.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
BigQueryDestination.Builder |
BigQueryDestination.Builder.clearForce() |
If the destination table already exists and this flag is `TRUE`, the
table will be overwritten by the contents of assets snapshot.
|
BigQueryDestination.Builder |
BigQueryDestination.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
BigQueryDestination.Builder |
BigQueryDestination.Builder.clearPartitionSpec() |
[partition_spec] determines whether to export to partitioned table(s) and
how to partition the data.
|
BigQueryDestination.Builder |
BigQueryDestination.Builder.clearSeparateTablesPerAssetType() |
If this flag is `TRUE`, the snapshot results will be written to one or
multiple tables, each of which contains results of one asset type.
|
BigQueryDestination.Builder |
BigQueryDestination.Builder.clearTable() |
Required.
|
BigQueryDestination.Builder |
BigQueryDestination.Builder.clone() |
|
BigQueryDestination.Builder |
OutputConfig.Builder.getBigqueryDestinationBuilder() |
Destination on BigQuery.
|
BigQueryDestination.Builder |
BigQueryDestination.Builder.mergeFrom(BigQueryDestination other) |
|
BigQueryDestination.Builder |
BigQueryDestination.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
BigQueryDestination.Builder |
BigQueryDestination.Builder.mergeFrom(com.google.protobuf.Message other) |
|
BigQueryDestination.Builder |
BigQueryDestination.Builder.mergePartitionSpec(PartitionSpec value) |
[partition_spec] determines whether to export to partitioned table(s) and
how to partition the data.
|
BigQueryDestination.Builder |
BigQueryDestination.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static BigQueryDestination.Builder |
BigQueryDestination.newBuilder() |
|
static BigQueryDestination.Builder |
BigQueryDestination.newBuilder(BigQueryDestination prototype) |
|
BigQueryDestination.Builder |
BigQueryDestination.newBuilderForType() |
|
protected BigQueryDestination.Builder |
BigQueryDestination.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
BigQueryDestination.Builder |
BigQueryDestination.Builder.setDataset(String value) |
Required.
|
BigQueryDestination.Builder |
BigQueryDestination.Builder.setDatasetBytes(com.google.protobuf.ByteString value) |
Required.
|
BigQueryDestination.Builder |
BigQueryDestination.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
BigQueryDestination.Builder |
BigQueryDestination.Builder.setForce(boolean value) |
If the destination table already exists and this flag is `TRUE`, the
table will be overwritten by the contents of assets snapshot.
|
BigQueryDestination.Builder |
BigQueryDestination.Builder.setPartitionSpec(PartitionSpec value) |
[partition_spec] determines whether to export to partitioned table(s) and
how to partition the data.
|
BigQueryDestination.Builder |
BigQueryDestination.Builder.setPartitionSpec(PartitionSpec.Builder builderForValue) |
[partition_spec] determines whether to export to partitioned table(s) and
how to partition the data.
|
BigQueryDestination.Builder |
BigQueryDestination.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
BigQueryDestination.Builder |
BigQueryDestination.Builder.setSeparateTablesPerAssetType(boolean value) |
If this flag is `TRUE`, the snapshot results will be written to one or
multiple tables, each of which contains results of one asset type.
|
BigQueryDestination.Builder |
BigQueryDestination.Builder.setTable(String value) |
Required.
|
BigQueryDestination.Builder |
BigQueryDestination.Builder.setTableBytes(com.google.protobuf.ByteString value) |
Required.
|
BigQueryDestination.Builder |
BigQueryDestination.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
BigQueryDestination.Builder |
BigQueryDestination.toBuilder() |
|