Class: Google::Apis::DlpV2::GooglePrivacyDlpV2VertexDatasetRegex
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2::GooglePrivacyDlpV2VertexDatasetRegex
- 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 pattern to match against one or more dataset resources.
Instance Attribute Summary collapse
-
#project_id_regex ⇒ String
For organizations, if unset, will match all projects.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GooglePrivacyDlpV2VertexDatasetRegex
constructor
A new instance of GooglePrivacyDlpV2VertexDatasetRegex.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2VertexDatasetRegex
Returns a new instance of GooglePrivacyDlpV2VertexDatasetRegex.
11465 11466 11467 |
# File 'lib/google/apis/dlp_v2/classes.rb', line 11465 def initialize(**args) update!(**args) end |
Instance Attribute Details
#project_id_regex ⇒ String
For organizations, if unset, will match all projects. Has no effect for
configurations created within a project.
Corresponds to the JSON property projectIdRegex
11463 11464 11465 |
# File 'lib/google/apis/dlp_v2/classes.rb', line 11463 def project_id_regex @project_id_regex end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11470 11471 11472 |
# File 'lib/google/apis/dlp_v2/classes.rb', line 11470 def update!(**args) @project_id_regex = args[:project_id_regex] if args.key?(:project_id_regex) end |