Cloud Data Loss Prevention (DLP) V2 API - Class Google::Cloud::Dlp::V2::BigQueryDiscoveryTarget (v1.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::BigQueryDiscoveryTarget.
Target used to match against for discovery with BigQuery tables
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cadence
defcadence()->::Google::Cloud::Dlp::V2::DiscoveryGenerationCadence
Returns
- (::Google::Cloud::Dlp::V2::DiscoveryGenerationCadence) — 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.
#cadence=
defcadence=(value)->::Google::Cloud::Dlp::V2::DiscoveryGenerationCadence
Parameter
- value (::Google::Cloud::Dlp::V2::DiscoveryGenerationCadence) — 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::DiscoveryGenerationCadence) — 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.
#conditions
defconditions()->::Google::Cloud::Dlp::V2::DiscoveryBigQueryConditions
Returns
- (::Google::Cloud::Dlp::V2::DiscoveryBigQueryConditions) — In addition to matching the filter, these conditions must be true before a profile is generated.
#conditions=
defconditions=(value)->::Google::Cloud::Dlp::V2::DiscoveryBigQueryConditions
Parameter
- value (::Google::Cloud::Dlp::V2::DiscoveryBigQueryConditions) — In addition to matching the filter, these conditions must be true before a profile is generated.
Returns
- (::Google::Cloud::Dlp::V2::DiscoveryBigQueryConditions) — In addition to matching the filter, these conditions must be true before a profile is generated.
#disabled
defdisabled()->::Google::Cloud::Dlp::V2::Disabled
Returns
- (::Google::Cloud::Dlp::V2::Disabled) — Tables that match this filter will not have profiles created.
#disabled=
defdisabled=(value)->::Google::Cloud::Dlp::V2::Disabled
Parameter
- value (::Google::Cloud::Dlp::V2::Disabled) — Tables that match this filter will not have profiles created.
Returns
- (::Google::Cloud::Dlp::V2::Disabled) — Tables that match this filter will not have profiles created.
#filter
deffilter()->::Google::Cloud::Dlp::V2::DiscoveryBigQueryFilter
Returns
- (::Google::Cloud::Dlp::V2::DiscoveryBigQueryFilter) — 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=
deffilter=(value)->::Google::Cloud::Dlp::V2::DiscoveryBigQueryFilter
Parameter
- value (::Google::Cloud::Dlp::V2::DiscoveryBigQueryFilter) — 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::DiscoveryBigQueryFilter) — Required. The tables the discovery cadence applies to. The first target with a matching filter will be the one to apply to a table.