Class: Google::Cloud::Dlp::V2::DiscoveryTarget

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.

Instance Attribute Summary collapse

Instance Attribute Details

#big_query_target::Google::Cloud::Dlp::V2::BigQueryDiscoveryTarget

Returns BigQuery target for Discovery. The first target to match a table will be the one applied.

Returns:



4276
4277
4278
4279
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4276

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