Class: Google::Cloud::Dataplex::V1::DataScanJob
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::DataScanJob
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/datascans.rb
Overview
A DataScanJob represents an instance of DataScan execution.
Defined Under Namespace
Modules: State
Instance Attribute Summary collapse
-
#data_profile_result ⇒ ::Google::Cloud::Dataplex::V1::DataProfileResult
readonly
Output only.
-
#data_profile_spec ⇒ ::Google::Cloud::Dataplex::V1::DataProfileSpec
readonly
Output only.
-
#data_quality_result ⇒ ::Google::Cloud::Dataplex::V1::DataQualityResult
readonly
Output only.
-
#data_quality_spec ⇒ ::Google::Cloud::Dataplex::V1::DataQualitySpec
readonly
Output only.
-
#end_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#message ⇒ ::String
readonly
Output only.
-
#name ⇒ ::String
readonly
Output only.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#state ⇒ ::Google::Cloud::Dataplex::V1::DataScanJob::State
readonly
Output only.
-
#type ⇒ ::Google::Cloud::Dataplex::V1::DataScanType
readonly
Output only.
-
#uid ⇒ ::String
readonly
Output only.
Instance Attribute Details
#data_profile_result ⇒ ::Google::Cloud::Dataplex::V1::DataProfileResult (readonly)
Returns Output only. The result of the data profile scan.
437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 |
# File 'proto_docs/google/cloud/dataplex/v1/datascans.rb', line 437 class DataScanJob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Execution state for the DataScanJob. module State # The DataScanJob state is unspecified. STATE_UNSPECIFIED = 0 # The DataScanJob is running. RUNNING = 1 # The DataScanJob is canceling. CANCELING = 2 # The DataScanJob cancellation was successful. CANCELLED = 3 # The DataScanJob completed successfully. SUCCEEDED = 4 # The DataScanJob is no longer running due to an error. FAILED = 5 # The DataScanJob has been created but not started to run yet. PENDING = 7 end end |
#data_profile_spec ⇒ ::Google::Cloud::Dataplex::V1::DataProfileSpec (readonly)
Returns Output only. DataProfileScan related setting.
437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 |
# File 'proto_docs/google/cloud/dataplex/v1/datascans.rb', line 437 class DataScanJob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Execution state for the DataScanJob. module State # The DataScanJob state is unspecified. STATE_UNSPECIFIED = 0 # The DataScanJob is running. RUNNING = 1 # The DataScanJob is canceling. CANCELING = 2 # The DataScanJob cancellation was successful. CANCELLED = 3 # The DataScanJob completed successfully. SUCCEEDED = 4 # The DataScanJob is no longer running due to an error. FAILED = 5 # The DataScanJob has been created but not started to run yet. PENDING = 7 end end |
#data_quality_result ⇒ ::Google::Cloud::Dataplex::V1::DataQualityResult (readonly)
Returns Output only. The result of the data quality scan.
437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 |
# File 'proto_docs/google/cloud/dataplex/v1/datascans.rb', line 437 class DataScanJob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Execution state for the DataScanJob. module State # The DataScanJob state is unspecified. STATE_UNSPECIFIED = 0 # The DataScanJob is running. RUNNING = 1 # The DataScanJob is canceling. CANCELING = 2 # The DataScanJob cancellation was successful. CANCELLED = 3 # The DataScanJob completed successfully. SUCCEEDED = 4 # The DataScanJob is no longer running due to an error. FAILED = 5 # The DataScanJob has been created but not started to run yet. PENDING = 7 end end |
#data_quality_spec ⇒ ::Google::Cloud::Dataplex::V1::DataQualitySpec (readonly)
Returns Output only. DataQualityScan related setting.
437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 |
# File 'proto_docs/google/cloud/dataplex/v1/datascans.rb', line 437 class DataScanJob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Execution state for the DataScanJob. module State # The DataScanJob state is unspecified. STATE_UNSPECIFIED = 0 # The DataScanJob is running. RUNNING = 1 # The DataScanJob is canceling. CANCELING = 2 # The DataScanJob cancellation was successful. CANCELLED = 3 # The DataScanJob completed successfully. SUCCEEDED = 4 # The DataScanJob is no longer running due to an error. FAILED = 5 # The DataScanJob has been created but not started to run yet. PENDING = 7 end end |
#end_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time when the DataScanJob ended.
437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 |
# File 'proto_docs/google/cloud/dataplex/v1/datascans.rb', line 437 class DataScanJob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Execution state for the DataScanJob. module State # The DataScanJob state is unspecified. STATE_UNSPECIFIED = 0 # The DataScanJob is running. RUNNING = 1 # The DataScanJob is canceling. CANCELING = 2 # The DataScanJob cancellation was successful. CANCELLED = 3 # The DataScanJob completed successfully. SUCCEEDED = 4 # The DataScanJob is no longer running due to an error. FAILED = 5 # The DataScanJob has been created but not started to run yet. PENDING = 7 end end |
#message ⇒ ::String (readonly)
Returns Output only. Additional information about the current state.
437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 |
# File 'proto_docs/google/cloud/dataplex/v1/datascans.rb', line 437 class DataScanJob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Execution state for the DataScanJob. module State # The DataScanJob state is unspecified. STATE_UNSPECIFIED = 0 # The DataScanJob is running. RUNNING = 1 # The DataScanJob is canceling. CANCELING = 2 # The DataScanJob cancellation was successful. CANCELLED = 3 # The DataScanJob completed successfully. SUCCEEDED = 4 # The DataScanJob is no longer running due to an error. FAILED = 5 # The DataScanJob has been created but not started to run yet. PENDING = 7 end end |
#name ⇒ ::String (readonly)
Returns Output only. The relative resource name of the DataScanJob, of the form:
projects/{project}/locations/{location_id}/dataScans/{datascan_id}/jobs/{job_id}
,
where project
refers to a project_id or project_number and
location_id
refers to a GCP region.
437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 |
# File 'proto_docs/google/cloud/dataplex/v1/datascans.rb', line 437 class DataScanJob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Execution state for the DataScanJob. module State # The DataScanJob state is unspecified. STATE_UNSPECIFIED = 0 # The DataScanJob is running. RUNNING = 1 # The DataScanJob is canceling. CANCELING = 2 # The DataScanJob cancellation was successful. CANCELLED = 3 # The DataScanJob completed successfully. SUCCEEDED = 4 # The DataScanJob is no longer running due to an error. FAILED = 5 # The DataScanJob has been created but not started to run yet. PENDING = 7 end end |
#start_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time when the DataScanJob was started.
437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 |
# File 'proto_docs/google/cloud/dataplex/v1/datascans.rb', line 437 class DataScanJob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Execution state for the DataScanJob. module State # The DataScanJob state is unspecified. STATE_UNSPECIFIED = 0 # The DataScanJob is running. RUNNING = 1 # The DataScanJob is canceling. CANCELING = 2 # The DataScanJob cancellation was successful. CANCELLED = 3 # The DataScanJob completed successfully. SUCCEEDED = 4 # The DataScanJob is no longer running due to an error. FAILED = 5 # The DataScanJob has been created but not started to run yet. PENDING = 7 end end |
#state ⇒ ::Google::Cloud::Dataplex::V1::DataScanJob::State (readonly)
Returns Output only. Execution state for the DataScanJob.
437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 |
# File 'proto_docs/google/cloud/dataplex/v1/datascans.rb', line 437 class DataScanJob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Execution state for the DataScanJob. module State # The DataScanJob state is unspecified. STATE_UNSPECIFIED = 0 # The DataScanJob is running. RUNNING = 1 # The DataScanJob is canceling. CANCELING = 2 # The DataScanJob cancellation was successful. CANCELLED = 3 # The DataScanJob completed successfully. SUCCEEDED = 4 # The DataScanJob is no longer running due to an error. FAILED = 5 # The DataScanJob has been created but not started to run yet. PENDING = 7 end end |
#type ⇒ ::Google::Cloud::Dataplex::V1::DataScanType (readonly)
Returns Output only. The type of the parent DataScan.
437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 |
# File 'proto_docs/google/cloud/dataplex/v1/datascans.rb', line 437 class DataScanJob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Execution state for the DataScanJob. module State # The DataScanJob state is unspecified. STATE_UNSPECIFIED = 0 # The DataScanJob is running. RUNNING = 1 # The DataScanJob is canceling. CANCELING = 2 # The DataScanJob cancellation was successful. CANCELLED = 3 # The DataScanJob completed successfully. SUCCEEDED = 4 # The DataScanJob is no longer running due to an error. FAILED = 5 # The DataScanJob has been created but not started to run yet. PENDING = 7 end end |
#uid ⇒ ::String (readonly)
Returns Output only. System generated globally unique ID for the DataScanJob.
437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 |
# File 'proto_docs/google/cloud/dataplex/v1/datascans.rb', line 437 class DataScanJob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Execution state for the DataScanJob. module State # The DataScanJob state is unspecified. STATE_UNSPECIFIED = 0 # The DataScanJob is running. RUNNING = 1 # The DataScanJob is canceling. CANCELING = 2 # The DataScanJob cancellation was successful. CANCELLED = 3 # The DataScanJob completed successfully. SUCCEEDED = 4 # The DataScanJob is no longer running due to an error. FAILED = 5 # The DataScanJob has been created but not started to run yet. PENDING = 7 end end |