- 0.54.0 (latest)
- 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 interface BteqOptionsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
containsFileReplacementMap(String key)
public abstract 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;
Name | Description |
key | String |
Type | Description |
boolean |
getDefaultPathUri()
public abstract 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;
Type | Description |
String | The defaultPathUri. |
getDefaultPathUriBytes()
public abstract 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;
Type | Description |
ByteString | The bytes for defaultPathUri. |
getFileReplacementMap()
public abstract Map<String,String> getFileReplacementMap()
Use #getFileReplacementMapMap() instead.
Type | Description |
Map<String,String> |
getFileReplacementMapCount()
public abstract 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;
Type | Description |
int |
getFileReplacementMapMap()
public abstract 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;
Type | Description |
Map<String,String> |
getFileReplacementMapOrDefault(String key, String defaultValue)
public abstract 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;
Name | Description |
key | String |
defaultValue | String |
Type | Description |
String |
getFileReplacementMapOrThrow(String key)
public abstract 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;
Name | Description |
key | String |
Type | Description |
String |
getProjectDataset()
public abstract 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;
Type | Description |
DatasetReference | The projectDataset. |
getProjectDatasetOrBuilder()
public abstract 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;
Type | Description |
DatasetReferenceOrBuilder |
hasProjectDataset()
public abstract 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;
Type | Description |
boolean | Whether the projectDataset field is set. |