Google Cloud Data Loss Prevention v2 API - Class DiscoveryTableModifiedCadence (4.22.0)

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

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

The cadence at which to update data profiles when a table is modified.

Inheritance

object > DiscoveryTableModifiedCadence

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

DiscoveryTableModifiedCadence()

public DiscoveryTableModifiedCadence()

DiscoveryTableModifiedCadence(DiscoveryTableModifiedCadence)

public DiscoveryTableModifiedCadence(DiscoveryTableModifiedCadence other)
Parameter
Name Description
other DiscoveryTableModifiedCadence

Properties

Frequency

public DataProfileUpdateFrequency Frequency { get; set; }

How frequently data profiles can be updated when tables are modified. Defaults to never.

Property Value
Type Description
DataProfileUpdateFrequency

Types_

public RepeatedField<BigQueryTableModification> Types_ { get; }

The type of events to consider when deciding if the table has been modified and should have the profile updated. Defaults to MODIFIED_TIMESTAMP.

Property Value
Type Description
RepeatedField BigQueryTableModification

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.