Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataScanEvent
- Inherits:
-
Object
- Object
- Google::Apis::DataplexV1::GoogleCloudDataplexV1DataScanEvent
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dataplex_v1/classes.rb,
lib/google/apis/dataplex_v1/representations.rb,
lib/google/apis/dataplex_v1/representations.rb
Overview
These messages contain information about the execution of a datascan. The monitored resource is 'DataScan'
Instance Attribute Summary collapse
-
#catalog_publishing_status ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1DataScanCatalogPublishingStatus
The status of publishing the data scan result as Dataplex Universal Catalog metadata.
-
#create_time ⇒ String
The time when the data scan job was created.
-
#data_profile ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1DataScanEventDataProfileResult
Data profile result for data scan job.
-
#data_profile_configs ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1DataScanEventDataProfileAppliedConfigs
Applied configs for data profile type data scan job.
-
#data_quality ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1DataScanEventDataQualityResult
Data quality result for data scan job.
-
#data_quality_configs ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1DataScanEventDataQualityAppliedConfigs
Applied configs for data quality type data scan job.
-
#data_source ⇒ String
The data source of the data scan Corresponds to the JSON property
dataSource. -
#end_time ⇒ String
The time when the data scan job finished.
-
#job_id ⇒ String
The identifier of the specific data scan job this log entry is for.
-
#message ⇒ String
The message describing the data scan job event.
-
#post_scan_actions_result ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1DataScanEventPostScanActionsResult
Post scan actions result for data scan job.
-
#scope ⇒ String
The scope of the data scan (e.g. full, incremental).
-
#spec_version ⇒ String
A version identifier of the spec which was used to execute this job.
-
#start_time ⇒ String
The time when the data scan job started to run.
-
#state ⇒ String
The status of the data scan job.
-
#trigger ⇒ String
The trigger type of the data scan job.
-
#type ⇒ String
The type of the data scan.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDataplexV1DataScanEvent
constructor
A new instance of GoogleCloudDataplexV1DataScanEvent.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDataplexV1DataScanEvent
Returns a new instance of GoogleCloudDataplexV1DataScanEvent.
3607 3608 3609 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3607 def initialize(**args) update!(**args) end |
Instance Attribute Details
#catalog_publishing_status ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1DataScanCatalogPublishingStatus
The status of publishing the data scan result as Dataplex Universal Catalog
metadata.
Corresponds to the JSON property catalogPublishingStatus
3525 3526 3527 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3525 def catalog_publishing_status @catalog_publishing_status end |
#create_time ⇒ String
The time when the data scan job was created.
Corresponds to the JSON property createTime
3530 3531 3532 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3530 def create_time @create_time end |
#data_profile ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1DataScanEventDataProfileResult
Data profile result for data scan job.
Corresponds to the JSON property dataProfile
3535 3536 3537 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3535 def data_profile @data_profile end |
#data_profile_configs ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1DataScanEventDataProfileAppliedConfigs
Applied configs for data profile type data scan job.
Corresponds to the JSON property dataProfileConfigs
3540 3541 3542 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3540 def data_profile_configs @data_profile_configs end |
#data_quality ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1DataScanEventDataQualityResult
Data quality result for data scan job.
Corresponds to the JSON property dataQuality
3545 3546 3547 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3545 def data_quality @data_quality end |
#data_quality_configs ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1DataScanEventDataQualityAppliedConfigs
Applied configs for data quality type data scan job.
Corresponds to the JSON property dataQualityConfigs
3550 3551 3552 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3550 def data_quality_configs @data_quality_configs end |
#data_source ⇒ String
The data source of the data scan
Corresponds to the JSON property dataSource
3555 3556 3557 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3555 def data_source @data_source end |
#end_time ⇒ String
The time when the data scan job finished.
Corresponds to the JSON property endTime
3560 3561 3562 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3560 def end_time @end_time end |
#job_id ⇒ String
The identifier of the specific data scan job this log entry is for.
Corresponds to the JSON property jobId
3565 3566 3567 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3565 def job_id @job_id end |
#message ⇒ String
The message describing the data scan job event.
Corresponds to the JSON property message
3570 3571 3572 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3570 def @message end |
#post_scan_actions_result ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1DataScanEventPostScanActionsResult
Post scan actions result for data scan job.
Corresponds to the JSON property postScanActionsResult
3575 3576 3577 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3575 def post_scan_actions_result @post_scan_actions_result end |
#scope ⇒ String
The scope of the data scan (e.g. full, incremental).
Corresponds to the JSON property scope
3580 3581 3582 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3580 def scope @scope end |
#spec_version ⇒ String
A version identifier of the spec which was used to execute this job.
Corresponds to the JSON property specVersion
3585 3586 3587 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3585 def spec_version @spec_version end |
#start_time ⇒ String
The time when the data scan job started to run.
Corresponds to the JSON property startTime
3590 3591 3592 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3590 def start_time @start_time end |
#state ⇒ String
The status of the data scan job.
Corresponds to the JSON property state
3595 3596 3597 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3595 def state @state end |
#trigger ⇒ String
The trigger type of the data scan job.
Corresponds to the JSON property trigger
3600 3601 3602 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3600 def trigger @trigger end |
#type ⇒ String
The type of the data scan.
Corresponds to the JSON property type
3605 3606 3607 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3605 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3612 def update!(**args) @catalog_publishing_status = args[:catalog_publishing_status] if args.key?(:catalog_publishing_status) @create_time = args[:create_time] if args.key?(:create_time) @data_profile = args[:data_profile] if args.key?(:data_profile) @data_profile_configs = args[:data_profile_configs] if args.key?(:data_profile_configs) @data_quality = args[:data_quality] if args.key?(:data_quality) @data_quality_configs = args[:data_quality_configs] if args.key?(:data_quality_configs) @data_source = args[:data_source] if args.key?(:data_source) @end_time = args[:end_time] if args.key?(:end_time) @job_id = args[:job_id] if args.key?(:job_id) @message = args[:message] if args.key?(:message) @post_scan_actions_result = args[:post_scan_actions_result] if args.key?(:post_scan_actions_result) @scope = args[:scope] if args.key?(:scope) @spec_version = args[:spec_version] if args.key?(:spec_version) @start_time = args[:start_time] if args.key?(:start_time) @state = args[:state] if args.key?(:state) @trigger = args[:trigger] if args.key?(:trigger) @type = args[:type] if args.key?(:type) end |