Interface DiscoveryGenerationCadenceOrBuilder (3.52.0)

public interface DiscoveryGenerationCadenceOrBuilder 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()

Frequency at which profiles should be updated, regardless of whether the underlying resource has changed. Defaults to never.

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

Returns
Type Description
DataProfileUpdateFrequency

The refreshFrequency.

getRefreshFrequencyValue()

public abstract int getRefreshFrequencyValue()

Frequency at which profiles should be updated, regardless of whether the underlying resource has changed. Defaults to never.

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

Returns
Type Description
int

The enum numeric value on the wire for refreshFrequency.

getSchemaModifiedCadence()

public abstract DiscoverySchemaModifiedCadence getSchemaModifiedCadence()

Governs when to update data profiles when a schema is modified.

.google.privacy.dlp.v2.DiscoverySchemaModifiedCadence schema_modified_cadence = 1;

Returns
Type Description
DiscoverySchemaModifiedCadence

The schemaModifiedCadence.

getSchemaModifiedCadenceOrBuilder()

public abstract DiscoverySchemaModifiedCadenceOrBuilder getSchemaModifiedCadenceOrBuilder()

Governs when to update data profiles when a schema is modified.

.google.privacy.dlp.v2.DiscoverySchemaModifiedCadence schema_modified_cadence = 1;

Returns
Type Description
DiscoverySchemaModifiedCadenceOrBuilder

getTableModifiedCadence()

public abstract DiscoveryTableModifiedCadence getTableModifiedCadence()

Governs when to update data profiles when a table is modified.

.google.privacy.dlp.v2.DiscoveryTableModifiedCadence table_modified_cadence = 2;

Returns
Type Description
DiscoveryTableModifiedCadence

The tableModifiedCadence.

getTableModifiedCadenceOrBuilder()

public abstract DiscoveryTableModifiedCadenceOrBuilder getTableModifiedCadenceOrBuilder()

Governs when to update data profiles when a table is modified.

.google.privacy.dlp.v2.DiscoveryTableModifiedCadence table_modified_cadence = 2;

Returns
Type Description
DiscoveryTableModifiedCadenceOrBuilder

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()

Governs when to update data profiles when a schema is modified.

.google.privacy.dlp.v2.DiscoverySchemaModifiedCadence schema_modified_cadence = 1;

Returns
Type Description
boolean

Whether the schemaModifiedCadence field is set.

hasTableModifiedCadence()

public abstract boolean hasTableModifiedCadence()

Governs when to update data profiles when a table is modified.

.google.privacy.dlp.v2.DiscoveryTableModifiedCadence table_modified_cadence = 2;

Returns
Type Description
boolean

Whether the tableModifiedCadence field is set.