Class: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2InspectDataSourceDetails

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dlp_v2beta2/classes.rb,
generated/google/apis/dlp_v2beta2/representations.rb,
generated/google/apis/dlp_v2beta2/representations.rb

Overview

The results of an inspect DataSource job.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ GooglePrivacyDlpV2beta2InspectDataSourceDetails

Returns a new instance of GooglePrivacyDlpV2beta2InspectDataSourceDetails



3369
3370
3371
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 3369

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

Instance Attribute Details

#requested_optionsGoogle::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2RequestedOptions

The configuration used for this job. Corresponds to the JSON property requestedOptions



3362
3363
3364
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 3362

def requested_options
  @requested_options
end

#resultGoogle::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2Result

A summary of the outcome of this inspect job. Corresponds to the JSON property result



3367
3368
3369
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 3367

def result
  @result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3374
3375
3376
3377
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 3374

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