Interface BigQueryDiscoveryTargetOrBuilder (3.45.0)

public interface BigQueryDiscoveryTargetOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCadence()

public abstract DiscoveryGenerationCadence getCadence()

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

.google.privacy.dlp.v2.DiscoveryGenerationCadence cadence = 3;

Returns
TypeDescription
DiscoveryGenerationCadence

The cadence.

getCadenceOrBuilder()

public abstract DiscoveryGenerationCadenceOrBuilder getCadenceOrBuilder()

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

.google.privacy.dlp.v2.DiscoveryGenerationCadence cadence = 3;

Returns
TypeDescription
DiscoveryGenerationCadenceOrBuilder

getConditions()

public abstract DiscoveryBigQueryConditions getConditions()

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

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

Returns
TypeDescription
DiscoveryBigQueryConditions

The conditions.

getConditionsOrBuilder()

public abstract DiscoveryBigQueryConditionsOrBuilder getConditionsOrBuilder()

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

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

Returns
TypeDescription
DiscoveryBigQueryConditionsOrBuilder

getDisabled()

public abstract Disabled getDisabled()

Tables that match this filter will not have profiles created.

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

Returns
TypeDescription
Disabled

The disabled.

getDisabledOrBuilder()

public abstract DisabledOrBuilder getDisabledOrBuilder()

Tables that match this filter will not have profiles created.

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

Returns
TypeDescription
DisabledOrBuilder

getFilter()

public abstract DiscoveryBigQueryFilter getFilter()

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

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

Returns
TypeDescription
DiscoveryBigQueryFilter

The filter.

getFilterOrBuilder()

public abstract DiscoveryBigQueryFilterOrBuilder getFilterOrBuilder()

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

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

Returns
TypeDescription
DiscoveryBigQueryFilterOrBuilder

getFrequencyCase()

public abstract BigQueryDiscoveryTarget.FrequencyCase getFrequencyCase()
Returns
TypeDescription
BigQueryDiscoveryTarget.FrequencyCase

hasCadence()

public abstract boolean hasCadence()

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

.google.privacy.dlp.v2.DiscoveryGenerationCadence cadence = 3;

Returns
TypeDescription
boolean

Whether the cadence field is set.

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.DiscoveryBigQueryConditions conditions = 2;

Returns
TypeDescription
boolean

Whether the conditions field is set.

hasDisabled()

public abstract boolean hasDisabled()

Tables that match this filter will not have profiles created.

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

Returns
TypeDescription
boolean

Whether the disabled field is set.

hasFilter()

public abstract boolean hasFilter()

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

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

Returns
TypeDescription
boolean

Whether the filter field is set.