Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::DataScanJob.
A DataScanJob represents an instance of DataScan execution.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data_profile_result
def data_profile_result() -> ::Google::Cloud::Dataplex::V1::DataProfileResult
Returns
- (::Google::Cloud::Dataplex::V1::DataProfileResult) — Output only. The result of the data profile scan.
#data_profile_spec
def data_profile_spec() -> ::Google::Cloud::Dataplex::V1::DataProfileSpec
Returns
- (::Google::Cloud::Dataplex::V1::DataProfileSpec) — Output only. DataProfileScan related setting.
#data_quality_result
def data_quality_result() -> ::Google::Cloud::Dataplex::V1::DataQualityResult
Returns
- (::Google::Cloud::Dataplex::V1::DataQualityResult) — Output only. The result of the data quality scan.
#data_quality_spec
def data_quality_spec() -> ::Google::Cloud::Dataplex::V1::DataQualitySpec
Returns
- (::Google::Cloud::Dataplex::V1::DataQualitySpec) — Output only. DataQualityScan related setting.
#end_time
def end_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The time when the DataScanJob ended.
#message
def message() -> ::String
Returns
- (::String) — Output only. Additional information about the current state.
#name
def name() -> ::String
Returns
-
(::String) — Output only. The relative resource name of the DataScanJob, of the form:
projects/{project}/locations/{location_id}/dataScans/{datascan_id}/jobs/{job_id}
, whereproject
refers to a project_id or project_number andlocation_id
refers to a GCP region.
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The time when the DataScanJob was started.
#state
def state() -> ::Google::Cloud::Dataplex::V1::DataScanJob::State
Returns
- (::Google::Cloud::Dataplex::V1::DataScanJob::State) — Output only. Execution state for the DataScanJob.
#type
def type() -> ::Google::Cloud::Dataplex::V1::DataScanType
Returns
- (::Google::Cloud::Dataplex::V1::DataScanType) — Output only. The type of the parent DataScan.
#uid
def uid() -> ::String
Returns
- (::String) — Output only. System generated globally unique ID for the DataScanJob.