Interface BigQueryRegexOrBuilder (3.45.0)

public interface BigQueryRegexOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDatasetIdRegex()

public abstract String getDatasetIdRegex()

If unset, this property matches all datasets.

string dataset_id_regex = 2;

Returns
TypeDescription
String

The datasetIdRegex.

getDatasetIdRegexBytes()

public abstract ByteString getDatasetIdRegexBytes()

If unset, this property matches all datasets.

string dataset_id_regex = 2;

Returns
TypeDescription
ByteString

The bytes for datasetIdRegex.

getProjectIdRegex()

public abstract String getProjectIdRegex()

For organizations, if unset, will match all projects. Has no effect for data profile configurations created within a project.

string project_id_regex = 1;

Returns
TypeDescription
String

The projectIdRegex.

getProjectIdRegexBytes()

public abstract ByteString getProjectIdRegexBytes()

For organizations, if unset, will match all projects. Has no effect for data profile configurations created within a project.

string project_id_regex = 1;

Returns
TypeDescription
ByteString

The bytes for projectIdRegex.

getTableIdRegex()

public abstract String getTableIdRegex()

If unset, this property matches all tables.

string table_id_regex = 3;

Returns
TypeDescription
String

The tableIdRegex.

getTableIdRegexBytes()

public abstract ByteString getTableIdRegexBytes()

If unset, this property matches all tables.

string table_id_regex = 3;

Returns
TypeDescription
ByteString

The bytes for tableIdRegex.