Class GetDataScanJobRequest (1.4.2)

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. Select the DataScanJob view to return. Defaults to BASIC.

Classes

DataScanJobView

DataScanJobView(value)

DataScanJob view options.

Values: DATA_SCAN_JOB_VIEW_UNSPECIFIED (0): The API will default to the BASIC view. BASIC (1): Basic view that does not include spec and result. FULL (10): Include everything.