public interface BigQueryTableCollectionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIncludeRegexes()
public abstract BigQueryRegexes getIncludeRegexes()A collection of regular expressions to match a BigQuery table against.
.google.privacy.dlp.v2.BigQueryRegexes include_regexes = 1;
| Returns | |
|---|---|
| Type | Description |
BigQueryRegexes |
The includeRegexes. |
getIncludeRegexesOrBuilder()
public abstract BigQueryRegexesOrBuilder getIncludeRegexesOrBuilder()A collection of regular expressions to match a BigQuery table against.
.google.privacy.dlp.v2.BigQueryRegexes include_regexes = 1;
| Returns | |
|---|---|
| Type | Description |
BigQueryRegexesOrBuilder |
|
getPatternCase()
public abstract BigQueryTableCollection.PatternCase getPatternCase()| Returns | |
|---|---|
| Type | Description |
BigQueryTableCollection.PatternCase |
|
hasIncludeRegexes()
public abstract boolean hasIncludeRegexes()A collection of regular expressions to match a BigQuery table against.
.google.privacy.dlp.v2.BigQueryRegexes include_regexes = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the includeRegexes field is set. |