Class: Google::Apis::DlpV2::GooglePrivacyDlpV2DeidentifyDataSourceDetails

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

The results of a Deidentify action from an inspect job.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GooglePrivacyDlpV2DeidentifyDataSourceDetails

Returns a new instance of GooglePrivacyDlpV2DeidentifyDataSourceDetails.



2526
2527
2528
# File 'lib/google/apis/dlp_v2/classes.rb', line 2526

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

Instance Attribute Details

#deidentify_statsGoogle::Apis::DlpV2::GooglePrivacyDlpV2DeidentifyDataSourceStats

Summary of what was modified during a transformation. Corresponds to the JSON property deidentifyStats



2519
2520
2521
# File 'lib/google/apis/dlp_v2/classes.rb', line 2519

def deidentify_stats
  @deidentify_stats
end

#requested_optionsGoogle::Apis::DlpV2::GooglePrivacyDlpV2RequestedDeidentifyOptions

De-id options. Corresponds to the JSON property requestedOptions



2524
2525
2526
# File 'lib/google/apis/dlp_v2/classes.rb', line 2524

def requested_options
  @requested_options
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2531
2532
2533
2534
# File 'lib/google/apis/dlp_v2/classes.rb', line 2531

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