Google Cloud Data Loss Prevention v2 API - Class DiscoveryCloudStorageGenerationCadence (4.10.0)

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

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

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

Inheritance

object > DiscoveryCloudStorageGenerationCadence

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

DiscoveryCloudStorageGenerationCadence()

public DiscoveryCloudStorageGenerationCadence()

DiscoveryCloudStorageGenerationCadence(DiscoveryCloudStorageGenerationCadence)

public DiscoveryCloudStorageGenerationCadence(DiscoveryCloudStorageGenerationCadence other)
Parameter
Name Description
other DiscoveryCloudStorageGenerationCadence

Properties

InspectTemplateModifiedCadence

public DiscoveryInspectTemplateModifiedCadence InspectTemplateModifiedCadence { get; set; }

Optional. 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 update.

Property Value
Type Description
DiscoveryInspectTemplateModifiedCadence

RefreshFrequency

public DataProfileUpdateFrequency RefreshFrequency { get; set; }

Optional. Data changes in Cloud Storage can't trigger reprofiling. If you set this field, profiles are refreshed at this frequency regardless of whether the underlying buckets have changed. Defaults to never.

Property Value
Type Description
DataProfileUpdateFrequency