Class: Google::Cloud::Dlp::V2::BigQueryRegexes
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::BigQueryRegexes
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
A collection of regular expressions to determine what tables to match against.
Instance Attribute Summary collapse
-
#patterns ⇒ ::Array<::Google::Cloud::Dlp::V2::BigQueryRegex>
A single BigQuery regular expression pattern to match against one or more tables, datasets, or projects that contain BigQuery tables.
Instance Attribute Details
#patterns ⇒ ::Array<::Google::Cloud::Dlp::V2::BigQueryRegex>
Returns A single BigQuery regular expression pattern to match against one or more tables, datasets, or projects that contain BigQuery tables.
4294 4295 4296 4297 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4294 class BigQueryRegexes include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |