Class: Google::Cloud::Dlp::V2::BigQueryDiscoveryTarget

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

Instance Attribute Details

#cadence::Google::Cloud::Dlp::V2::DiscoveryGenerationCadence

Returns 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.

Returns:



4298
4299
4300
4301
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4298

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

#conditions::Google::Cloud::Dlp::V2::DiscoveryBigQueryConditions

Returns In addition to matching the filter, these conditions must be true before a profile is generated.

Returns:



4298
4299
4300
4301
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4298

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

#disabled::Google::Cloud::Dlp::V2::Disabled

Returns Tables that match this filter will not have profiles created.

Returns:



4298
4299
4300
4301
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4298

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

#filter::Google::Cloud::Dlp::V2::DiscoveryBigQueryFilter

Returns Required. The tables the discovery cadence applies to. The first target with a matching filter will be the one to apply to a table.

Returns:



4298
4299
4300
4301
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4298

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