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

public sealed class BigQueryRegexes : IMessage<BigQueryRegexes>, IEquatable<BigQueryRegexes>, IDeepCloneable<BigQueryRegexes>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class BigQueryRegexes.

A collection of regular expressions to determine what tables to match against.

Inheritance

object > BigQueryRegexes

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

BigQueryRegexes()

public BigQueryRegexes()

BigQueryRegexes(BigQueryRegexes)

public BigQueryRegexes(BigQueryRegexes other)
Parameter
NameDescription
otherBigQueryRegexes

Properties

Patterns

public RepeatedField<BigQueryRegex> Patterns { get; }

A single BigQuery regular expression pattern to match against one or more tables, datasets, or projects that contain BigQuery tables.

Property Value
TypeDescription
RepeatedFieldBigQueryRegex