Show / Hide Table of Contents

Class GooglePrivacyDlpV2DiscoveryBigQueryConditions

Requirements that must be true before a table is scanned in discovery for the first time. There is an AND relationship between the top-level attributes. Additionally, minimum conditions with an OR relationship that must be met before Cloud DLP scans a table can be set (like a minimum row count or a minimum table age).

Inheritance
object
GooglePrivacyDlpV2DiscoveryBigQueryConditions
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 GooglePrivacyDlpV2DiscoveryBigQueryConditions : IDirectResponseSchema

Properties

CreatedAfter

object representation of CreatedAfterRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreatedAfterDateTimeOffset instead.")]
public virtual object CreatedAfter { get; set; }
Property Value
Type Description
object

CreatedAfterDateTimeOffset

DateTimeOffset representation of CreatedAfterRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreatedAfterDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreatedAfterRaw

BigQuery table must have been created after this date. Used to avoid backfilling.

Declaration
[JsonProperty("createdAfter")]
public virtual string CreatedAfterRaw { 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

OrConditions

At least one of the conditions must be true for a table to be scanned.

Declaration
[JsonProperty("orConditions")]
public virtual GooglePrivacyDlpV2OrConditions OrConditions { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2OrConditions

TypeCollection

Restrict discovery to categories of table types.

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

Types

Restrict discovery to specific table types.

Declaration
[JsonProperty("types")]
public virtual GooglePrivacyDlpV2BigQueryTableTypes Types { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2BigQueryTableTypes

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX