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
def cadence() -> ::Google::Cloud::Dlp::V2::DiscoveryGenerationCadence
-
(::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.
Note: The following fields are mutually exclusive:
cadence
,disabled
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#cadence=
def cadence=(value) -> ::Google::Cloud::Dlp::V2::DiscoveryGenerationCadence
-
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.
Note: The following fields are mutually exclusive:
cadence
,disabled
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::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.
Note: The following fields are mutually exclusive:
cadence
,disabled
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#conditions
def conditions() -> ::Google::Cloud::Dlp::V2::DiscoveryBigQueryConditions
- (::Google::Cloud::Dlp::V2::DiscoveryBigQueryConditions) — In addition to matching the filter, these conditions must be true before a profile is generated.
#conditions=
def conditions=(value) -> ::Google::Cloud::Dlp::V2::DiscoveryBigQueryConditions
- value (::Google::Cloud::Dlp::V2::DiscoveryBigQueryConditions) — In addition to matching the filter, these conditions must be true before a profile is generated.
- (::Google::Cloud::Dlp::V2::DiscoveryBigQueryConditions) — In addition to matching the filter, these conditions must be true before a profile is generated.
#disabled
def disabled() -> ::Google::Cloud::Dlp::V2::Disabled
-
(::Google::Cloud::Dlp::V2::Disabled) — Tables that match this filter will not have profiles created.
Note: The following fields are mutually exclusive:
disabled
,cadence
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#disabled=
def disabled=(value) -> ::Google::Cloud::Dlp::V2::Disabled
-
value (::Google::Cloud::Dlp::V2::Disabled) — Tables that match this filter will not have profiles created.
Note: The following fields are mutually exclusive:
disabled
,cadence
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Dlp::V2::Disabled) — Tables that match this filter will not have profiles created.
Note: The following fields are mutually exclusive:
disabled
,cadence
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#filter
def filter() -> ::Google::Cloud::Dlp::V2::DiscoveryBigQueryFilter
- (::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=
def filter=(value) -> ::Google::Cloud::Dlp::V2::DiscoveryBigQueryFilter
- 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.
- (::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.