Google Cloud Data Loss Prevention v2 API - Class DiscoveryVertexDatasetGenerationCadence (4.16.0)

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

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

How often existing datasets should have their profiles refreshed. New datasets are scanned as quickly as possible depending on system capacity.

Inheritance

object > DiscoveryVertexDatasetGenerationCadence

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

DiscoveryVertexDatasetGenerationCadence()

public DiscoveryVertexDatasetGenerationCadence()

DiscoveryVertexDatasetGenerationCadence(DiscoveryVertexDatasetGenerationCadence)

public DiscoveryVertexDatasetGenerationCadence(DiscoveryVertexDatasetGenerationCadence other)
Parameter
Name Description
other DiscoveryVertexDatasetGenerationCadence

Properties

InspectTemplateModifiedCadence

public DiscoveryInspectTemplateModifiedCadence InspectTemplateModifiedCadence { get; set; }

Governs when to update data profiles when the inspection rules defined by the InspectTemplate change. If not set, changing the template will not cause a data profile to be updated.

Property Value
Type Description
DiscoveryInspectTemplateModifiedCadence

RefreshFrequency

public DataProfileUpdateFrequency RefreshFrequency { get; set; }

If you set this field, profiles are refreshed at this frequency regardless of whether the underlying datasets have changed. Defaults to never.

Property Value
Type Description
DataProfileUpdateFrequency