Class GooglePrivacyDlpV2BigQueryRegexes
A collection of regular expressions to determine what tables to match against.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2BigQueryRegexes : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Patterns
A single BigQuery regular expression pattern to match against one or more tables, datasets, or projects that contain BigQuery tables.
Declaration
[JsonProperty("patterns")]
public virtual IList<GooglePrivacyDlpV2BigQueryRegex> Patterns { get; set; }
Property Value
Type | Description |
---|---|
IList<GooglePrivacyDlpV2BigQueryRegex> |