Class: Google::Cloud::Dlp::V2::DiscoveryBigQueryConditions::OrConditions
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::DiscoveryBigQueryConditions::OrConditions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
There is an OR relationship between these attributes. They are used to determine if a table should be scanned or not in Discovery.
Instance Attribute Summary collapse
-
#min_age ⇒ ::Google::Protobuf::Duration
Minimum age a table must have before Cloud DLP can profile it.
-
#min_row_count ⇒ ::Integer
Minimum number of rows that should be present before Cloud DLP profiles a table.
Instance Attribute Details
#min_age ⇒ ::Google::Protobuf::Duration
Returns Minimum age a table must have before Cloud DLP can profile it. Value must be 1 hour or greater.
4544 4545 4546 4547 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4544 class OrConditions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#min_row_count ⇒ ::Integer
Returns Minimum number of rows that should be present before Cloud DLP profiles a table.
4544 4545 4546 4547 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4544 class OrConditions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |