Interface CloudStorageDiscoveryTargetOrBuilder (3.52.0)

public interface CloudStorageDiscoveryTargetOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCadenceCase()

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

getConditions()

public abstract DiscoveryFileStoreConditions getConditions()

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

.google.privacy.dlp.v2.DiscoveryFileStoreConditions conditions = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DiscoveryFileStoreConditions

The conditions.

getConditionsOrBuilder()

public abstract DiscoveryFileStoreConditionsOrBuilder getConditionsOrBuilder()

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

.google.privacy.dlp.v2.DiscoveryFileStoreConditions conditions = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DiscoveryFileStoreConditionsOrBuilder

getDisabled()

public abstract Disabled getDisabled()

Optional. Disable profiling for buckets that match this filter.

.google.privacy.dlp.v2.Disabled disabled = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Disabled

The disabled.

getDisabledOrBuilder()

public abstract DisabledOrBuilder getDisabledOrBuilder()

Optional. Disable profiling for buckets that match this filter.

.google.privacy.dlp.v2.Disabled disabled = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DisabledOrBuilder

getFilter()

public abstract DiscoveryCloudStorageFilter getFilter()

Required. The buckets the generation_cadence applies to. The first target with a matching filter will be the one to apply to a bucket.

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

Returns
Type Description
DiscoveryCloudStorageFilter

The filter.

getFilterOrBuilder()

public abstract DiscoveryCloudStorageFilterOrBuilder getFilterOrBuilder()

Required. The buckets the generation_cadence applies to. The first target with a matching filter will be the one to apply to a bucket.

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

Returns
Type Description
DiscoveryCloudStorageFilterOrBuilder

getGenerationCadence()

public abstract DiscoveryCloudStorageGenerationCadence getGenerationCadence()

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

.google.privacy.dlp.v2.DiscoveryCloudStorageGenerationCadence generation_cadence = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DiscoveryCloudStorageGenerationCadence

The generationCadence.

getGenerationCadenceOrBuilder()

public abstract DiscoveryCloudStorageGenerationCadenceOrBuilder getGenerationCadenceOrBuilder()

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

.google.privacy.dlp.v2.DiscoveryCloudStorageGenerationCadence generation_cadence = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DiscoveryCloudStorageGenerationCadenceOrBuilder

hasConditions()

public abstract boolean hasConditions()

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

.google.privacy.dlp.v2.DiscoveryFileStoreConditions conditions = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the conditions field is set.

hasDisabled()

public abstract boolean hasDisabled()

Optional. Disable profiling for buckets that match this filter.

.google.privacy.dlp.v2.Disabled disabled = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the disabled field is set.

hasFilter()

public abstract boolean hasFilter()

Required. The buckets the generation_cadence applies to. The first target with a matching filter will be the one to apply to a bucket.

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

Returns
Type Description
boolean

Whether the filter field is set.

hasGenerationCadence()

public abstract boolean hasGenerationCadence()

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

.google.privacy.dlp.v2.DiscoveryCloudStorageGenerationCadence generation_cadence = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the generationCadence field is set.