Class: Google::Apis::DlpV2::GooglePrivacyDlpV2DatabaseResourceCollection
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2::GooglePrivacyDlpV2DatabaseResourceCollection
- 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
Match database resources using regex filters. Examples of database resources are tables, views, and stored procedures.
Instance Attribute Summary collapse
-
#include_regexes ⇒ Google::Apis::DlpV2::GooglePrivacyDlpV2DatabaseResourceRegexes
A collection of regular expressions to determine what database resources to match against.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GooglePrivacyDlpV2DatabaseResourceCollection
constructor
A new instance of GooglePrivacyDlpV2DatabaseResourceCollection.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2DatabaseResourceCollection
Returns a new instance of GooglePrivacyDlpV2DatabaseResourceCollection.
2737 2738 2739 |
# File 'lib/google/apis/dlp_v2/classes.rb', line 2737 def initialize(**args) update!(**args) end |
Instance Attribute Details
#include_regexes ⇒ Google::Apis::DlpV2::GooglePrivacyDlpV2DatabaseResourceRegexes
A collection of regular expressions to determine what database resources to
match against.
Corresponds to the JSON property includeRegexes
2735 2736 2737 |
# File 'lib/google/apis/dlp_v2/classes.rb', line 2735 def include_regexes @include_regexes end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2742 2743 2744 |
# File 'lib/google/apis/dlp_v2/classes.rb', line 2742 def update!(**args) @include_regexes = args[:include_regexes] if args.key?(:include_regexes) end |