Interface DiscoveryCloudSqlGenerationCadenceOrBuilder (3.52.0)

public interface DiscoveryCloudSqlGenerationCadenceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInspectTemplateModifiedCadence()

public abstract DiscoveryInspectTemplateModifiedCadence getInspectTemplateModifiedCadence()

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.

.google.privacy.dlp.v2.DiscoveryInspectTemplateModifiedCadence inspect_template_modified_cadence = 3;

Returns
Type Description
DiscoveryInspectTemplateModifiedCadence

The inspectTemplateModifiedCadence.

getInspectTemplateModifiedCadenceOrBuilder()

public abstract DiscoveryInspectTemplateModifiedCadenceOrBuilder getInspectTemplateModifiedCadenceOrBuilder()

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.

.google.privacy.dlp.v2.DiscoveryInspectTemplateModifiedCadence inspect_template_modified_cadence = 3;

Returns
Type Description
DiscoveryInspectTemplateModifiedCadenceOrBuilder

getRefreshFrequency()

public abstract DataProfileUpdateFrequency getRefreshFrequency()

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.

.google.privacy.dlp.v2.DataProfileUpdateFrequency refresh_frequency = 2;

Returns
Type Description
DataProfileUpdateFrequency

The refreshFrequency.

getRefreshFrequencyValue()

public abstract int getRefreshFrequencyValue()

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.

.google.privacy.dlp.v2.DataProfileUpdateFrequency refresh_frequency = 2;

Returns
Type Description
int

The enum numeric value on the wire for refreshFrequency.

getSchemaModifiedCadence()

public abstract DiscoveryCloudSqlGenerationCadence.SchemaModifiedCadence getSchemaModifiedCadence()

When to reprofile if the schema has changed.

.google.privacy.dlp.v2.DiscoveryCloudSqlGenerationCadence.SchemaModifiedCadence schema_modified_cadence = 1;

Returns
Type Description
DiscoveryCloudSqlGenerationCadence.SchemaModifiedCadence

The schemaModifiedCadence.

getSchemaModifiedCadenceOrBuilder()

public abstract DiscoveryCloudSqlGenerationCadence.SchemaModifiedCadenceOrBuilder getSchemaModifiedCadenceOrBuilder()

When to reprofile if the schema has changed.

.google.privacy.dlp.v2.DiscoveryCloudSqlGenerationCadence.SchemaModifiedCadence schema_modified_cadence = 1;

Returns
Type Description
DiscoveryCloudSqlGenerationCadence.SchemaModifiedCadenceOrBuilder

hasInspectTemplateModifiedCadence()

public abstract boolean hasInspectTemplateModifiedCadence()

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.

.google.privacy.dlp.v2.DiscoveryInspectTemplateModifiedCadence inspect_template_modified_cadence = 3;

Returns
Type Description
boolean

Whether the inspectTemplateModifiedCadence field is set.

hasSchemaModifiedCadence()

public abstract boolean hasSchemaModifiedCadence()

When to reprofile if the schema has changed.

.google.privacy.dlp.v2.DiscoveryCloudSqlGenerationCadence.SchemaModifiedCadence schema_modified_cadence = 1;

Returns
Type Description
boolean

Whether the schemaModifiedCadence field is set.