Class: Google::Apis::DlpV2::GooglePrivacyDlpV2HybridInspectDlpJobRequest

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

Request to search for potentially sensitive info in a custom location.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GooglePrivacyDlpV2HybridInspectDlpJobRequest

Returns a new instance of GooglePrivacyDlpV2HybridInspectDlpJobRequest.



5330
5331
5332
# File 'lib/google/apis/dlp_v2/classes.rb', line 5330

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

Instance Attribute Details

#hybrid_itemGoogle::Apis::DlpV2::GooglePrivacyDlpV2HybridContentItem

An individual hybrid item to inspect. Will be stored temporarily during processing. Corresponds to the JSON property hybridItem



5328
5329
5330
# File 'lib/google/apis/dlp_v2/classes.rb', line 5328

def hybrid_item
  @hybrid_item
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5335
5336
5337
# File 'lib/google/apis/dlp_v2/classes.rb', line 5335

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