Show / Hide Table of Contents

Class GooglePrivacyDlpV2BigQueryRegex

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
GooglePrivacyDlpV2BigQueryRegex
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2BigQueryRegex : IDirectResponseSchema

Properties

DatasetIdRegex

If unset, this property matches all datasets.

Declaration
[JsonProperty("datasetIdRegex")]
public virtual string DatasetIdRegex { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ProjectIdRegex

For organizations, if unset, will match all projects. Has no effect for data profile configurations created within a project.

Declaration
[JsonProperty("projectIdRegex")]
public virtual string ProjectIdRegex { get; set; }
Property Value
Type Description
string

TableIdRegex

If unset, this property matches all tables.

Declaration
[JsonProperty("tableIdRegex")]
public virtual string TableIdRegex { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX