Class: Google::Cloud::Dlp::V2::BigQueryDiscoveryTarget
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::BigQueryDiscoveryTarget
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Target used to match against for discovery with BigQuery tables
Instance Attribute Summary collapse
-
#cadence ⇒ ::Google::Cloud::Dlp::V2::DiscoveryGenerationCadence
How often and when to update profiles.
-
#conditions ⇒ ::Google::Cloud::Dlp::V2::DiscoveryBigQueryConditions
In addition to matching the filter, these conditions must be true before a profile is generated.
-
#disabled ⇒ ::Google::Cloud::Dlp::V2::Disabled
Tables that match this filter will not have profiles created.
-
#filter ⇒ ::Google::Cloud::Dlp::V2::DiscoveryBigQueryFilter
Required.
Instance Attribute Details
#cadence ⇒ ::Google::Cloud::Dlp::V2::DiscoveryGenerationCadence
4910 4911 4912 4913 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4910 class BigQueryDiscoveryTarget include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#conditions ⇒ ::Google::Cloud::Dlp::V2::DiscoveryBigQueryConditions
4910 4911 4912 4913 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4910 class BigQueryDiscoveryTarget include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#disabled ⇒ ::Google::Cloud::Dlp::V2::Disabled
4910 4911 4912 4913 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4910 class BigQueryDiscoveryTarget include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#filter ⇒ ::Google::Cloud::Dlp::V2::DiscoveryBigQueryFilter
4910 4911 4912 4913 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4910 class BigQueryDiscoveryTarget include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |