Class: Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryRegexes
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryRegexes
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dlp_v2/classes.rb,
lib/google/apis/dlp_v2/representations.rb,
lib/google/apis/dlp_v2/representations.rb
Overview
A collection of regular expressions to determine what tables to match against.
Instance Attribute Summary collapse
-
#patterns ⇒ Array<Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryRegex>
A single BigQuery regular expression pattern to match against one or more tables, datasets, or projects that contain BigQuery tables.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GooglePrivacyDlpV2BigQueryRegexes
constructor
A new instance of GooglePrivacyDlpV2BigQueryRegexes.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2BigQueryRegexes
Returns a new instance of GooglePrivacyDlpV2BigQueryRegexes.
695 696 697 |
# File 'lib/google/apis/dlp_v2/classes.rb', line 695 def initialize(**args) update!(**args) end |
Instance Attribute Details
#patterns ⇒ Array<Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryRegex>
A single BigQuery regular expression pattern to match against one or more
tables, datasets, or projects that contain BigQuery tables.
Corresponds to the JSON property patterns
693 694 695 |
# File 'lib/google/apis/dlp_v2/classes.rb', line 693 def patterns @patterns end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
700 701 702 |
# File 'lib/google/apis/dlp_v2/classes.rb', line 700 def update!(**args) @patterns = args[:patterns] if args.key?(:patterns) end |