Class GetDataScanJobRequest (1.3.0)

GetDataScanJobRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Get DataScanJob request.

Attributes

NameDescription
name str
Required. The resource name of the DataScanJob: projects/{project}/locations/{location_id}/dataScans/{data_scan_id}/dataScanJobs/{data_scan_job_id} where {project} refers to a project_id or project_number and location_id refers to a GCP region.
view google.cloud.dataplex_v1.types.GetDataScanJobRequest.DataScanJobView
Optional. Used to select the subset of DataScan information to return. Defaults to BASIC.

Classes

DataScanJobView

DataScanJobView(value)

DataScanJob views for getting a partial dataScanJob.