Interface BteqOptionsOrBuilder (0.45.0)

public interface BteqOptionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Parameter
Name Description
key String
Returns
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;

Returns
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;

Returns
Type Description
ByteString

The bytes for defaultPathUri.

getFileReplacementMap() (deprecated)

public abstract Map<String,String> getFileReplacementMap()
Returns
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;

Returns
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;

Returns
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;

Parameters
Name Description
key String
defaultValue String
Returns
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;

Parameter
Name Description
key String
Returns
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;

Returns
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;

Returns
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;

Returns
Type Description
boolean

Whether the projectDataset field is set.