Cloud Data Loss Prevention (DLP) V2 API - Class Google::Cloud::Dlp::V2::BigQueryRegexes (v0.20.2)

Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::BigQueryRegexes.

A collection of regular expressions to determine what tables to match against.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#patterns

def patterns() -> ::Array<::Google::Cloud::Dlp::V2::BigQueryRegex>
Returns

#patterns=

def patterns=(value) -> ::Array<::Google::Cloud::Dlp::V2::BigQueryRegex>
Parameter
  • value (::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.
Returns