Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::CloudSqlDiscoveryTarget.
Target used to match against for discovery with Cloud SQL tables.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#conditions
def conditions() -> ::Google::Cloud::Dlp::V2::DiscoveryCloudSqlConditions
Returns
- (::Google::Cloud::Dlp::V2::DiscoveryCloudSqlConditions) — In addition to matching the filter, these conditions must be true before a profile is generated.
#conditions=
def conditions=(value) -> ::Google::Cloud::Dlp::V2::DiscoveryCloudSqlConditions
Parameter
- value (::Google::Cloud::Dlp::V2::DiscoveryCloudSqlConditions) — In addition to matching the filter, these conditions must be true before a profile is generated.
Returns
- (::Google::Cloud::Dlp::V2::DiscoveryCloudSqlConditions) — In addition to matching the filter, these conditions must be true before a profile is generated.
#disabled
def disabled() -> ::Google::Cloud::Dlp::V2::Disabled
Returns
- (::Google::Cloud::Dlp::V2::Disabled) — Disable profiling for database resources that match this filter.
#disabled=
def disabled=(value) -> ::Google::Cloud::Dlp::V2::Disabled
Parameter
- value (::Google::Cloud::Dlp::V2::Disabled) — Disable profiling for database resources that match this filter.
Returns
- (::Google::Cloud::Dlp::V2::Disabled) — Disable profiling for database resources that match this filter.
#filter
def filter() -> ::Google::Cloud::Dlp::V2::DiscoveryCloudSqlFilter
Returns
- (::Google::Cloud::Dlp::V2::DiscoveryCloudSqlFilter) — Required. The tables the discovery cadence applies to. The first target with a matching filter will be the one to apply to a table.
#filter=
def filter=(value) -> ::Google::Cloud::Dlp::V2::DiscoveryCloudSqlFilter
Parameter
- value (::Google::Cloud::Dlp::V2::DiscoveryCloudSqlFilter) — Required. The tables the discovery cadence applies to. The first target with a matching filter will be the one to apply to a table.
Returns
- (::Google::Cloud::Dlp::V2::DiscoveryCloudSqlFilter) — Required. The tables the discovery cadence applies to. The first target with a matching filter will be the one to apply to a table.
#generation_cadence
def generation_cadence() -> ::Google::Cloud::Dlp::V2::DiscoveryCloudSqlGenerationCadence
Returns
- (::Google::Cloud::Dlp::V2::DiscoveryCloudSqlGenerationCadence) — 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.
#generation_cadence=
def generation_cadence=(value) -> ::Google::Cloud::Dlp::V2::DiscoveryCloudSqlGenerationCadence
Parameter
- value (::Google::Cloud::Dlp::V2::DiscoveryCloudSqlGenerationCadence) — 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.
Returns
- (::Google::Cloud::Dlp::V2::DiscoveryCloudSqlGenerationCadence) — 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.