Interface DiscoveryVertexDatasetGenerationCadenceOrBuilder (3.63.0)

public interface DiscoveryVertexDatasetGenerationCadenceOrBuilder 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 be updated.

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

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 be updated.

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

Returns
Type Description
DiscoveryInspectTemplateModifiedCadenceOrBuilder

getRefreshFrequency()

public abstract DataProfileUpdateFrequency getRefreshFrequency()

If you set this field, profiles are refreshed at this frequency regardless of whether the underlying datasets have changed. Defaults to never.

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

Returns
Type Description
DataProfileUpdateFrequency

The refreshFrequency.

getRefreshFrequencyValue()

public abstract int getRefreshFrequencyValue()

If you set this field, profiles are refreshed at this frequency regardless of whether the underlying datasets have changed. Defaults to never.

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

Returns
Type Description
int

The enum numeric value on the wire for refreshFrequency.

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 be updated.

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

Returns
Type Description
boolean

Whether the inspectTemplateModifiedCadence field is set.