Class: Google::Apis::DlpV2::GooglePrivacyDlpV2DeidentifyDataSourceDetails
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2::GooglePrivacyDlpV2DeidentifyDataSourceDetails
- 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
The results of a Deidentify action from an Inspect job.
Instance Attribute Summary collapse
-
#deidentify_stats ⇒ Google::Apis::DlpV2::GooglePrivacyDlpV2DeidentifyDataSourceStats
Summary of what was modified during a transformation.
-
#requested_options ⇒ Google::Apis::DlpV2::GooglePrivacyDlpV2RequestedDeidentifyOptions
De-id options.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GooglePrivacyDlpV2DeidentifyDataSourceDetails
constructor
A new instance of GooglePrivacyDlpV2DeidentifyDataSourceDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2DeidentifyDataSourceDetails
Returns a new instance of GooglePrivacyDlpV2DeidentifyDataSourceDetails.
2169 2170 2171 |
# File 'lib/google/apis/dlp_v2/classes.rb', line 2169 def initialize(**args) update!(**args) end |
Instance Attribute Details
#deidentify_stats ⇒ Google::Apis::DlpV2::GooglePrivacyDlpV2DeidentifyDataSourceStats
Summary of what was modified during a transformation.
Corresponds to the JSON property deidentifyStats
2162 2163 2164 |
# File 'lib/google/apis/dlp_v2/classes.rb', line 2162 def deidentify_stats @deidentify_stats end |
#requested_options ⇒ Google::Apis::DlpV2::GooglePrivacyDlpV2RequestedDeidentifyOptions
De-id options.
Corresponds to the JSON property requestedOptions
2167 2168 2169 |
# File 'lib/google/apis/dlp_v2/classes.rb', line 2167 def @requested_options end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2174 2175 2176 2177 |
# File 'lib/google/apis/dlp_v2/classes.rb', line 2174 def update!(**args) @deidentify_stats = args[:deidentify_stats] if args.key?(:deidentify_stats) @requested_options = args[:requested_options] if args.key?(:requested_options) end |