GetDataScanJobRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Get DataScanJob request.
Attributes
Name | Description |
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.
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.