Class: Google::Apis::DlpV2::GooglePrivacyDlpV2OtherCloudResourceCollection

Inherits:
Object
  • Object
show all
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 resources using regex filters.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GooglePrivacyDlpV2OtherCloudResourceCollection

Returns a new instance of GooglePrivacyDlpV2OtherCloudResourceCollection.



8405
8406
8407
# File 'lib/google/apis/dlp_v2/classes.rb', line 8405

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#include_regexesGoogle::Apis::DlpV2::GooglePrivacyDlpV2OtherCloudResourceRegexes

A collection of regular expressions to determine what resources to match against. Corresponds to the JSON property includeRegexes



8403
8404
8405
# File 'lib/google/apis/dlp_v2/classes.rb', line 8403

def include_regexes
  @include_regexes
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8410
8411
8412
# File 'lib/google/apis/dlp_v2/classes.rb', line 8410

def update!(**args)
  @include_regexes = args[:include_regexes] if args.key?(:include_regexes)
end