Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::DiscoveryBigQueryConditions::OrConditions.
There is an OR relationship between these attributes. They are used to determine if a table should be scanned or not in Discovery.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#min_age
def min_age() -> ::Google::Protobuf::Duration
    Returns
    
  - (::Google::Protobuf::Duration) — Minimum age a table must have before Cloud DLP can profile it. Value must be 1 hour or greater.
 
#min_age=
def min_age=(value) -> ::Google::Protobuf::Duration
    Parameter
    
  - value (::Google::Protobuf::Duration) — Minimum age a table must have before Cloud DLP can profile it. Value must be 1 hour or greater.
 
    Returns
    
  - (::Google::Protobuf::Duration) — Minimum age a table must have before Cloud DLP can profile it. Value must be 1 hour or greater.
 
#min_row_count
def min_row_count() -> ::Integer
    Returns
    
  - (::Integer) — Minimum number of rows that should be present before Cloud DLP profiles a table
 
#min_row_count=
def min_row_count=(value) -> ::Integer
    Parameter
    
  - value (::Integer) — Minimum number of rows that should be present before Cloud DLP profiles a table
 
    Returns
    
- (::Integer) — Minimum number of rows that should be present before Cloud DLP profiles a table