public interface BigQueryRegexOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDatasetIdRegex()
public abstract String getDatasetIdRegex()If unset, this property matches all datasets.
string dataset_id_regex = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The datasetIdRegex. |
getDatasetIdRegexBytes()
public abstract ByteString getDatasetIdRegexBytes()If unset, this property matches all datasets.
string dataset_id_regex = 2;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for projectIdRegex. |
getTableIdRegex()
public abstract String getTableIdRegex()If unset, this property matches all tables.
string table_id_regex = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The tableIdRegex. |
getTableIdRegexBytes()
public abstract ByteString getTableIdRegexBytes()If unset, this property matches all tables.
string table_id_regex = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for tableIdRegex. |