public sealed class BigQueryRegex : IMessage<BigQueryRegex>, IEquatable<BigQueryRegex>, IDeepCloneable<BigQueryRegex>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class BigQueryRegex.
A pattern to match against one or more tables, datasets, or projects that contain BigQuery tables. At least one pattern must be specified. Regular expressions use RE2 syntax; a guide can be found under the google/re2 repository on GitHub.
Implements
IMessageBigQueryRegex, IEquatableBigQueryRegex, IDeepCloneableBigQueryRegex, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
BigQueryRegex()
public BigQueryRegex()
BigQueryRegex(BigQueryRegex)
public BigQueryRegex(BigQueryRegex other)
Parameter | |
---|---|
Name | Description |
other |
BigQueryRegex |
Properties
DatasetIdRegex
public string DatasetIdRegex { get; set; }
If unset, this property matches all datasets.
Property Value | |
---|---|
Type | Description |
string |
ProjectIdRegex
public string ProjectIdRegex { get; set; }
For organizations, if unset, will match all projects. Has no effect for data profile configurations created within a project.
Property Value | |
---|---|
Type | Description |
string |
TableIdRegex
public string TableIdRegex { get; set; }
If unset, this property matches all tables.
Property Value | |
---|---|
Type | Description |
string |