Show / Hide Table of Contents

Class GooglePrivacyDlpV2DiscoveryVertexDatasetConditions

Requirements that must be true before a dataset is profiled for the first time.

Inheritance
object
GooglePrivacyDlpV2DiscoveryVertexDatasetConditions
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 GooglePrivacyDlpV2DiscoveryVertexDatasetConditions : 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

Vertex AI dataset 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

MinAge

Minimum age a Vertex AI dataset must have. If set, the value must be 1 hour or greater.

Declaration
[JsonProperty("minAge")]
public virtual object MinAge { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX