Google Cloud Data Loss Prevention v2 API - Class BigQueryRegex (4.8.0)

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.

Inheritance

object > BigQueryRegex

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

BigQueryRegex()

public BigQueryRegex()

BigQueryRegex(BigQueryRegex)

public BigQueryRegex(BigQueryRegex other)
Parameter
NameDescription
otherBigQueryRegex

Properties

DatasetIdRegex

public string DatasetIdRegex { get; set; }

If unset, this property matches all datasets.

Property Value
TypeDescription
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
TypeDescription
string

TableIdRegex

public string TableIdRegex { get; set; }

If unset, this property matches all tables.

Property Value
TypeDescription
string