Class: Google::Cloud::Dlp::V2::BigQueryTableCollection

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

Specifies a collection of BigQuery tables. Used for Discovery.

Instance Attribute Summary collapse

Instance Attribute Details

#include_regexes::Google::Cloud::Dlp::V2::BigQueryRegexes

Returns A collection of regular expressions to match a BigQuery table against.

Returns:



4314
4315
4316
4317
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4314

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