| Modifier and Type | Method and Description |
|---|---|
BteqOptions.Builder |
BteqOptions.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BteqOptions.Builder |
BteqOptions.Builder.clear() |
BteqOptions.Builder |
BteqOptions.Builder.clearDefaultPathUri()
The Cloud Storage location to be used as the default path for files that
are not otherwise specified in the file replacement map.
|
BteqOptions.Builder |
BteqOptions.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
BteqOptions.Builder |
BteqOptions.Builder.clearFileReplacementMap() |
BteqOptions.Builder |
BteqOptions.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
BteqOptions.Builder |
BteqOptions.Builder.clearProjectDataset()
Specifies the project and dataset in BigQuery that will be used for
external table creation during the translation.
|
BteqOptions.Builder |
BteqOptions.Builder.clone() |
BteqOptions.Builder |
TranslationTaskDetails.Builder.getBteqOptionsBuilder()
The BTEQ specific settings for the translation task.
|
BteqOptions.Builder |
BteqOptions.Builder.mergeFrom(BteqOptions other) |
BteqOptions.Builder |
BteqOptions.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BteqOptions.Builder |
BteqOptions.Builder.mergeFrom(com.google.protobuf.Message other) |
BteqOptions.Builder |
BteqOptions.Builder.mergeProjectDataset(DatasetReference value)
Specifies the project and dataset in BigQuery that will be used for
external table creation during the translation.
|
BteqOptions.Builder |
BteqOptions.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static BteqOptions.Builder |
BteqOptions.newBuilder() |
static BteqOptions.Builder |
BteqOptions.newBuilder(BteqOptions prototype) |
BteqOptions.Builder |
BteqOptions.newBuilderForType() |
protected BteqOptions.Builder |
BteqOptions.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
BteqOptions.Builder |
BteqOptions.Builder.putAllFileReplacementMap(Map<String,String> values)
Maps the local paths that are used in BTEQ scripts (the keys) to the paths
in Cloud Storage that should be used in their stead in the translation (the
value).
|
BteqOptions.Builder |
BteqOptions.Builder.putFileReplacementMap(String key,
String value)
Maps the local paths that are used in BTEQ scripts (the keys) to the paths
in Cloud Storage that should be used in their stead in the translation (the
value).
|
BteqOptions.Builder |
BteqOptions.Builder.removeFileReplacementMap(String key)
Maps the local paths that are used in BTEQ scripts (the keys) to the paths
in Cloud Storage that should be used in their stead in the translation (the
value).
|
BteqOptions.Builder |
BteqOptions.Builder.setDefaultPathUri(String value)
The Cloud Storage location to be used as the default path for files that
are not otherwise specified in the file replacement map.
|
BteqOptions.Builder |
BteqOptions.Builder.setDefaultPathUriBytes(com.google.protobuf.ByteString value)
The Cloud Storage location to be used as the default path for files that
are not otherwise specified in the file replacement map.
|
BteqOptions.Builder |
BteqOptions.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BteqOptions.Builder |
BteqOptions.Builder.setProjectDataset(DatasetReference.Builder builderForValue)
Specifies the project and dataset in BigQuery that will be used for
external table creation during the translation.
|
BteqOptions.Builder |
BteqOptions.Builder.setProjectDataset(DatasetReference value)
Specifies the project and dataset in BigQuery that will be used for
external table creation during the translation.
|
BteqOptions.Builder |
BteqOptions.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
BteqOptions.Builder |
BteqOptions.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
BteqOptions.Builder |
BteqOptions.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
TranslationTaskDetails.Builder |
TranslationTaskDetails.Builder.setBteqOptions(BteqOptions.Builder builderForValue)
The BTEQ specific settings for the translation task.
|
Copyright © 2024 Google LLC. All rights reserved.