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
-
#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.
2219 2220 2221 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 2219 def initialize(**args) update!(**args) end |
Instance Attribute Details
#data_profile ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1DataScanEventDataProfileResult
Data profile result for data scan job.
Corresponds to the JSON property dataProfile
2147 2148 2149 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 2147 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
2152 2153 2154 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 2152 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
2157 2158 2159 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 2157 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
2162 2163 2164 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 2162 def data_quality_configs @data_quality_configs end |
#data_source ⇒ String
The data source of the data scan
Corresponds to the JSON property dataSource
2167 2168 2169 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 2167 def data_source @data_source end |
#end_time ⇒ String
The time when the data scan job finished.
Corresponds to the JSON property endTime
2172 2173 2174 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 2172 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
2177 2178 2179 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 2177 def job_id @job_id end |
#message ⇒ String
The message describing the data scan job event.
Corresponds to the JSON property message
2182 2183 2184 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 2182 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
2187 2188 2189 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 2187 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
2192 2193 2194 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 2192 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
2197 2198 2199 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 2197 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
2202 2203 2204 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 2202 def start_time @start_time end |
#state ⇒ String
The status of the data scan job.
Corresponds to the JSON property state
2207 2208 2209 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 2207 def state @state end |
#trigger ⇒ String
The trigger type of the data scan job.
Corresponds to the JSON property trigger
2212 2213 2214 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 2212 def trigger @trigger end |
#type ⇒ String
The type of the data scan.
Corresponds to the JSON property type
2217 2218 2219 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 2217 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 2224 def update!(**args) @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 |