Class: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectDataSourceDetails
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2::GooglePrivacyDlpV2InspectDataSourceDetails
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dlp_v2/classes.rb,
generated/google/apis/dlp_v2/representations.rb,
generated/google/apis/dlp_v2/representations.rb
Overview
The results of an inspect DataSource job.
Instance Attribute Summary collapse
-
#requested_options ⇒ Google::Apis::DlpV2::GooglePrivacyDlpV2RequestedOptions
Snapshot of the inspection configuration.
-
#result ⇒ Google::Apis::DlpV2::GooglePrivacyDlpV2Result
All result fields mentioned below are updated while the job is processing.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GooglePrivacyDlpV2InspectDataSourceDetails
constructor
A new instance of GooglePrivacyDlpV2InspectDataSourceDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2InspectDataSourceDetails
Returns a new instance of GooglePrivacyDlpV2InspectDataSourceDetails.
3239 3240 3241 |
# File 'generated/google/apis/dlp_v2/classes.rb', line 3239 def initialize(**args) update!(**args) end |
Instance Attribute Details
#requested_options ⇒ Google::Apis::DlpV2::GooglePrivacyDlpV2RequestedOptions
Snapshot of the inspection configuration.
Corresponds to the JSON property requestedOptions
3232 3233 3234 |
# File 'generated/google/apis/dlp_v2/classes.rb', line 3232 def @requested_options end |
#result ⇒ Google::Apis::DlpV2::GooglePrivacyDlpV2Result
All result fields mentioned below are updated while the job is processing.
Corresponds to the JSON property result
3237 3238 3239 |
# File 'generated/google/apis/dlp_v2/classes.rb', line 3237 def result @result end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3244 3245 3246 3247 |
# File 'generated/google/apis/dlp_v2/classes.rb', line 3244 def update!(**args) @requested_options = args[:requested_options] if args.key?(:requested_options) @result = args[:result] if args.key?(:result) end |