Class: Google::Cloud::Dlp::V2::DiscoveryBigQueryConditions::OrConditions

Inherits:
Object
  • Object
show all
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

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.

Returns:



4351
4352
4353
4354
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4351

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.

Returns:

  • (::Integer)

    Minimum number of rows that should be present before Cloud DLP profiles a table



4351
4352
4353
4354
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4351

class OrConditions
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end