Interface DiscoveryCloudSqlGenerationCadenceOrBuilder (3.47.0)

public interface DiscoveryCloudSqlGenerationCadenceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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 changes. 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 changes. 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

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.