- 0.86.0 (latest)
- 0.85.0
- 0.84.0
- 0.83.0
- 0.81.0
- 0.79.0
- 0.78.0
- 0.77.0
- 0.76.0
- 0.75.0
- 0.73.0
- 0.71.0
- 0.70.0
- 0.67.0
- 0.66.0
- 0.65.0
- 0.63.0
- 0.62.0
- 0.61.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.2
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.4
public static final class BteqOptions.Builder extends GeneratedMessage.Builder<BteqOptions.Builder> implements BteqOptionsOrBuilderBTEQ translation task related settings.
Protobuf type google.cloud.bigquery.migration.v2alpha.BteqOptions
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > BteqOptions.BuilderImplements
BteqOptionsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public BteqOptions build()| Returns | |
|---|---|
| Type | Description |
BteqOptions |
|
buildPartial()
public BteqOptions buildPartial()| Returns | |
|---|---|
| Type | Description |
BteqOptions |
|
clear()
public BteqOptions.Builder clear()| Returns | |
|---|---|
| Type | Description |
BteqOptions.Builder |
|
clearDefaultPathUri()
public 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.
string default_path_uri = 2;
| Returns | |
|---|---|
| Type | Description |
BteqOptions.Builder |
This builder for chaining. |
clearFileReplacementMap()
public BteqOptions.Builder clearFileReplacementMap()| Returns | |
|---|---|
| Type | Description |
BteqOptions.Builder |
|
clearProjectDataset()
public BteqOptions.Builder clearProjectDataset()Specifies the project and dataset in BigQuery that will be used for external table creation during the translation.
.google.cloud.bigquery.migration.v2alpha.DatasetReference project_dataset = 1;
| Returns | |
|---|---|
| Type | Description |
BteqOptions.Builder |
|
containsFileReplacementMap(String key)
public boolean containsFileReplacementMap(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).
map<string, string> file_replacement_map = 3;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public BteqOptions getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
BteqOptions |
|
getDefaultPathUri()
public String getDefaultPathUri()The Cloud Storage location to be used as the default path for files that are not otherwise specified in the file replacement map.
string default_path_uri = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The defaultPathUri. |
getDefaultPathUriBytes()
public ByteString getDefaultPathUriBytes()The Cloud Storage location to be used as the default path for files that are not otherwise specified in the file replacement map.
string default_path_uri = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for defaultPathUri. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFileReplacementMap() (deprecated)
public Map<String,String> getFileReplacementMap()Use #getFileReplacementMapMap() instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getFileReplacementMapCount()
public int getFileReplacementMapCount()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).
map<string, string> file_replacement_map = 3;
| Returns | |
|---|---|
| Type | Description |
int |
|
getFileReplacementMapMap()
public Map<String,String> getFileReplacementMapMap()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).
map<string, string> file_replacement_map = 3;
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getFileReplacementMapOrDefault(String key, String defaultValue)
public String getFileReplacementMapOrDefault(String key, String defaultValue)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).
map<string, string> file_replacement_map = 3;
| Parameters | |
|---|---|
| Name | Description |
key |
String |
defaultValue |
String |
| Returns | |
|---|---|
| Type | Description |
String |
|
getFileReplacementMapOrThrow(String key)
public String getFileReplacementMapOrThrow(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).
map<string, string> file_replacement_map = 3;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
String |
|
getMutableFileReplacementMap() (deprecated)
public Map<String,String> getMutableFileReplacementMap()Use alternate mutation accessors instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getProjectDataset()
public DatasetReference getProjectDataset()Specifies the project and dataset in BigQuery that will be used for external table creation during the translation.
.google.cloud.bigquery.migration.v2alpha.DatasetReference project_dataset = 1;
| Returns | |
|---|---|
| Type | Description |
DatasetReference |
The projectDataset. |
getProjectDatasetBuilder()
public DatasetReference.Builder getProjectDatasetBuilder()Specifies the project and dataset in BigQuery that will be used for external table creation during the translation.
.google.cloud.bigquery.migration.v2alpha.DatasetReference project_dataset = 1;
| Returns | |
|---|---|
| Type | Description |
DatasetReference.Builder |
|
getProjectDatasetOrBuilder()
public DatasetReferenceOrBuilder getProjectDatasetOrBuilder()Specifies the project and dataset in BigQuery that will be used for external table creation during the translation.
.google.cloud.bigquery.migration.v2alpha.DatasetReference project_dataset = 1;
| Returns | |
|---|---|
| Type | Description |
DatasetReferenceOrBuilder |
|
hasProjectDataset()
public boolean hasProjectDataset()Specifies the project and dataset in BigQuery that will be used for external table creation during the translation.
.google.cloud.bigquery.migration.v2alpha.DatasetReference project_dataset = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the projectDataset field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)| Parameter | |
|---|---|
| Name | Description |
number |
int |
| Returns | |
|---|---|
| Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
internalGetMutableMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)| Parameter | |
|---|---|
| Name | Description |
number |
int |
| Returns | |
|---|---|
| Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(BteqOptions other)
public BteqOptions.Builder mergeFrom(BteqOptions other)| Parameter | |
|---|---|
| Name | Description |
other |
BteqOptions |
| Returns | |
|---|---|
| Type | Description |
BteqOptions.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public BteqOptions.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BteqOptions.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public BteqOptions.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
BteqOptions.Builder |
|
mergeProjectDataset(DatasetReference value)
public BteqOptions.Builder mergeProjectDataset(DatasetReference value)Specifies the project and dataset in BigQuery that will be used for external table creation during the translation.
.google.cloud.bigquery.migration.v2alpha.DatasetReference project_dataset = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
DatasetReference |
| Returns | |
|---|---|
| Type | Description |
BteqOptions.Builder |
|
putAllFileReplacementMap(Map<String,String> values)
public 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).
map<string, string> file_replacement_map = 3;
| Parameter | |
|---|---|
| Name | Description |
values |
Map<String,String> |
| Returns | |
|---|---|
| Type | Description |
BteqOptions.Builder |
|
putFileReplacementMap(String key, String value)
public 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).
map<string, string> file_replacement_map = 3;
| Parameters | |
|---|---|
| Name | Description |
key |
String |
value |
String |
| Returns | |
|---|---|
| Type | Description |
BteqOptions.Builder |
|
removeFileReplacementMap(String key)
public 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).
map<string, string> file_replacement_map = 3;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
BteqOptions.Builder |
|
setDefaultPathUri(String value)
public 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.
string default_path_uri = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe defaultPathUri to set. |
| Returns | |
|---|---|
| Type | Description |
BteqOptions.Builder |
This builder for chaining. |
setDefaultPathUriBytes(ByteString value)
public BteqOptions.Builder setDefaultPathUriBytes(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.
string default_path_uri = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for defaultPathUri to set. |
| Returns | |
|---|---|
| Type | Description |
BteqOptions.Builder |
This builder for chaining. |
setProjectDataset(DatasetReference value)
public BteqOptions.Builder setProjectDataset(DatasetReference value)Specifies the project and dataset in BigQuery that will be used for external table creation during the translation.
.google.cloud.bigquery.migration.v2alpha.DatasetReference project_dataset = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
DatasetReference |
| Returns | |
|---|---|
| Type | Description |
BteqOptions.Builder |
|
setProjectDataset(DatasetReference.Builder builderForValue)
public BteqOptions.Builder setProjectDataset(DatasetReference.Builder builderForValue)Specifies the project and dataset in BigQuery that will be used for external table creation during the translation.
.google.cloud.bigquery.migration.v2alpha.DatasetReference project_dataset = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
DatasetReference.Builder |
| Returns | |
|---|---|
| Type | Description |
BteqOptions.Builder |
|