Interface VertexDatasetDiscoveryTargetOrBuilder (3.63.0)

public interface VertexDatasetDiscoveryTargetOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCadenceCase()

public abstract VertexDatasetDiscoveryTarget.CadenceCase getCadenceCase()
Returns
Type Description
VertexDatasetDiscoveryTarget.CadenceCase

getConditions()

public abstract DiscoveryVertexDatasetConditions getConditions()

In addition to matching the filter, these conditions must be true before a profile is generated.

.google.privacy.dlp.v2.DiscoveryVertexDatasetConditions conditions = 2;

Returns
Type Description
DiscoveryVertexDatasetConditions

The conditions.

getConditionsOrBuilder()

public abstract DiscoveryVertexDatasetConditionsOrBuilder getConditionsOrBuilder()

In addition to matching the filter, these conditions must be true before a profile is generated.

.google.privacy.dlp.v2.DiscoveryVertexDatasetConditions conditions = 2;

Returns
Type Description
DiscoveryVertexDatasetConditionsOrBuilder

getDisabled()

public abstract Disabled getDisabled()

Disable profiling for datasets that match this filter.

.google.privacy.dlp.v2.Disabled disabled = 4;

Returns
Type Description
Disabled

The disabled.

getDisabledOrBuilder()

public abstract DisabledOrBuilder getDisabledOrBuilder()

Disable profiling for datasets that match this filter.

.google.privacy.dlp.v2.Disabled disabled = 4;

Returns
Type Description
DisabledOrBuilder

getFilter()

public abstract DiscoveryVertexDatasetFilter getFilter()

Required. The datasets the discovery cadence applies to. The first target with a matching filter will be the one to apply to a dataset.

.google.privacy.dlp.v2.DiscoveryVertexDatasetFilter filter = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
DiscoveryVertexDatasetFilter

The filter.

getFilterOrBuilder()

public abstract DiscoveryVertexDatasetFilterOrBuilder getFilterOrBuilder()

Required. The datasets the discovery cadence applies to. The first target with a matching filter will be the one to apply to a dataset.

.google.privacy.dlp.v2.DiscoveryVertexDatasetFilter filter = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
DiscoveryVertexDatasetFilterOrBuilder

getGenerationCadence()

public abstract DiscoveryVertexDatasetGenerationCadence getGenerationCadence()

How often and when to update profiles. New datasets that match both the filter and conditions are scanned as quickly as possible depending on system capacity.

.google.privacy.dlp.v2.DiscoveryVertexDatasetGenerationCadence generation_cadence = 3;

Returns
Type Description
DiscoveryVertexDatasetGenerationCadence

The generationCadence.

getGenerationCadenceOrBuilder()

public abstract DiscoveryVertexDatasetGenerationCadenceOrBuilder getGenerationCadenceOrBuilder()

How often and when to update profiles. New datasets that match both the filter and conditions are scanned as quickly as possible depending on system capacity.

.google.privacy.dlp.v2.DiscoveryVertexDatasetGenerationCadence generation_cadence = 3;

Returns
Type Description
DiscoveryVertexDatasetGenerationCadenceOrBuilder

hasConditions()

public abstract boolean hasConditions()

In addition to matching the filter, these conditions must be true before a profile is generated.

.google.privacy.dlp.v2.DiscoveryVertexDatasetConditions conditions = 2;

Returns
Type Description
boolean

Whether the conditions field is set.

hasDisabled()

public abstract boolean hasDisabled()

Disable profiling for datasets that match this filter.

.google.privacy.dlp.v2.Disabled disabled = 4;

Returns
Type Description
boolean

Whether the disabled field is set.

hasFilter()

public abstract boolean hasFilter()

Required. The datasets the discovery cadence applies to. The first target with a matching filter will be the one to apply to a dataset.

.google.privacy.dlp.v2.DiscoveryVertexDatasetFilter filter = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the filter field is set.

hasGenerationCadence()

public abstract boolean hasGenerationCadence()

How often and when to update profiles. New datasets that match both the filter and conditions are scanned as quickly as possible depending on system capacity.

.google.privacy.dlp.v2.DiscoveryVertexDatasetGenerationCadence generation_cadence = 3;

Returns
Type Description
boolean

Whether the generationCadence field is set.