Show / Hide Table of Contents

Class GooglePrivacyDlpV2DiscoveryCloudSqlGenerationCadence

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

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

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

InspectTemplateModifiedCadence

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.

Declaration
[JsonProperty("inspectTemplateModifiedCadence")]
public virtual GooglePrivacyDlpV2DiscoveryInspectTemplateModifiedCadence InspectTemplateModifiedCadence { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2DiscoveryInspectTemplateModifiedCadence

RefreshFrequency

Data changes (non-schema changes) in Cloud SQL tables can't trigger reprofiling. If you set this field, profiles are refreshed at this frequency regardless of whether the underlying tables have changed. Defaults to never.

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

SchemaModifiedCadence

When to reprofile if the schema has changed.

Declaration
[JsonProperty("schemaModifiedCadence")]
public virtual GooglePrivacyDlpV2SchemaModifiedCadence SchemaModifiedCadence { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2SchemaModifiedCadence

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX