Google Cloud Data Loss Prevention v2 API - Class BigQueryRegex (4.10.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
Name
Description

Properties

DatasetIdRegex

 public string DatasetIdRegex { get; set; } 

If unset, this property matches all datasets.

Property Value
Type
Description

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

TableIdRegex

 public string TableIdRegex { get; set; } 

If unset, this property matches all tables.

Property Value
Type
Description