Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataScanEvent

Inherits:
Object
  • Object
show all
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' Next ID: 13

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDataplexV1DataScanEvent

Returns a new instance of GoogleCloudDataplexV1DataScanEvent.



3394
3395
3396
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3394

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

Instance Attribute Details

#create_timeString

The time when the data scan job was created. Corresponds to the JSON property createTime

Returns:

  • (String)


3317
3318
3319
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3317

def create_time
  @create_time
end

#data_profileGoogle::Apis::DataplexV1::GoogleCloudDataplexV1DataScanEventDataProfileResult

Data profile result for data scan job. Corresponds to the JSON property dataProfile



3322
3323
3324
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3322

def data_profile
  @data_profile
end

#data_profile_configsGoogle::Apis::DataplexV1::GoogleCloudDataplexV1DataScanEventDataProfileAppliedConfigs

Applied configs for data profile type data scan job. Corresponds to the JSON property dataProfileConfigs



3327
3328
3329
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3327

def data_profile_configs
  @data_profile_configs
end

#data_qualityGoogle::Apis::DataplexV1::GoogleCloudDataplexV1DataScanEventDataQualityResult

Data quality result for data scan job. Corresponds to the JSON property dataQuality



3332
3333
3334
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3332

def data_quality
  @data_quality
end

#data_quality_configsGoogle::Apis::DataplexV1::GoogleCloudDataplexV1DataScanEventDataQualityAppliedConfigs

Applied configs for data quality type data scan job. Corresponds to the JSON property dataQualityConfigs



3337
3338
3339
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3337

def data_quality_configs
  @data_quality_configs
end

#data_sourceString

The data source of the data scan Corresponds to the JSON property dataSource

Returns:

  • (String)


3342
3343
3344
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3342

def data_source
  @data_source
end

#end_timeString

The time when the data scan job finished. Corresponds to the JSON property endTime

Returns:

  • (String)


3347
3348
3349
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3347

def end_time
  @end_time
end

#job_idString

The identifier of the specific data scan job this log entry is for. Corresponds to the JSON property jobId

Returns:

  • (String)


3352
3353
3354
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3352

def job_id
  @job_id
end

#messageString

The message describing the data scan job event. Corresponds to the JSON property message

Returns:

  • (String)


3357
3358
3359
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3357

def message
  @message
end

#post_scan_actions_resultGoogle::Apis::DataplexV1::GoogleCloudDataplexV1DataScanEventPostScanActionsResult

Post scan actions result for data scan job. Corresponds to the JSON property postScanActionsResult



3362
3363
3364
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3362

def post_scan_actions_result
  @post_scan_actions_result
end

#scopeString

The scope of the data scan (e.g. full, incremental). Corresponds to the JSON property scope

Returns:

  • (String)


3367
3368
3369
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3367

def scope
  @scope
end

#spec_versionString

A version identifier of the spec which was used to execute this job. Corresponds to the JSON property specVersion

Returns:

  • (String)


3372
3373
3374
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3372

def spec_version
  @spec_version
end

#start_timeString

The time when the data scan job started to run. Corresponds to the JSON property startTime

Returns:

  • (String)


3377
3378
3379
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3377

def start_time
  @start_time
end

#stateString

The status of the data scan job. Corresponds to the JSON property state

Returns:

  • (String)


3382
3383
3384
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3382

def state
  @state
end

#triggerString

The trigger type of the data scan job. Corresponds to the JSON property trigger

Returns:

  • (String)


3387
3388
3389
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3387

def trigger
  @trigger
end

#typeString

The type of the data scan. Corresponds to the JSON property type

Returns:

  • (String)


3392
3393
3394
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3392

def type
  @type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3399

def update!(**args)
  @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