Interface CloudSqlDiscoveryTargetOrBuilder (3.47.0)

public interface CloudSqlDiscoveryTargetOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCadenceCase()

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

getConditions()

public abstract DiscoveryCloudSqlConditions getConditions()

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

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

Returns
Type Description
DiscoveryCloudSqlConditions

The conditions.

getConditionsOrBuilder()

public abstract DiscoveryCloudSqlConditionsOrBuilder getConditionsOrBuilder()

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

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

Returns
Type Description
DiscoveryCloudSqlConditionsOrBuilder

getDisabled()

public abstract Disabled getDisabled()

Disable profiling for database resources 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 database resources that match this filter.

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

Returns
Type Description
DisabledOrBuilder

getFilter()

public abstract DiscoveryCloudSqlFilter 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.DiscoveryCloudSqlFilter filter = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
DiscoveryCloudSqlFilter

The filter.

getFilterOrBuilder()

public abstract DiscoveryCloudSqlFilterOrBuilder 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.DiscoveryCloudSqlFilter filter = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
DiscoveryCloudSqlFilterOrBuilder

getGenerationCadence()

public abstract DiscoveryCloudSqlGenerationCadence getGenerationCadence()

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.DiscoveryCloudSqlGenerationCadence generation_cadence = 3;

Returns
Type Description
DiscoveryCloudSqlGenerationCadence

The generationCadence.

getGenerationCadenceOrBuilder()

public abstract DiscoveryCloudSqlGenerationCadenceOrBuilder getGenerationCadenceOrBuilder()

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.DiscoveryCloudSqlGenerationCadence generation_cadence = 3;

Returns
Type Description
DiscoveryCloudSqlGenerationCadenceOrBuilder

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

Returns
Type Description
boolean

Whether the conditions field is set.

hasDisabled()

public abstract boolean hasDisabled()

Disable profiling for database resources 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 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.DiscoveryCloudSqlFilter 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 tables that match both the filter and conditions are scanned as quickly as possible depending on system capacity.

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

Returns
Type Description
boolean

Whether the generationCadence field is set.