Interface BteqOptionsOrBuilder (0.11.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
NameDescription
keyString
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for defaultPathUri.

getFileReplacementMap()

public abstract Map<String,String> getFileReplacementMap()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
keyString
defaultValueString
Returns
TypeDescription
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
NameDescription
keyString
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the projectDataset field is set.