DlpJob(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Combines all of the information about a DLP job.
Attributes
Name | Description |
name |
str
The server-assigned name. |
type |
`.dlp.DlpJobType`
The type of job. |
state |
`.dlp.DlpJob.JobState`
State of a job. |
risk_details |
`.dlp.AnalyzeDataSourceRiskDetails`
Results from analyzing risk of a data source. |
inspect_details |
`.dlp.InspectDataSourceDetails`
Results from inspecting a data source. |
create_time |
`.timestamp.Timestamp`
Time when the job was created. |
start_time |
`.timestamp.Timestamp`
Time when the job started. |
end_time |
`.timestamp.Timestamp`
Time when the job finished. |
job_trigger_name |
str
If created by a job trigger, the resource name of the trigger that instantiated the job. |
errors |
Sequence[`.dlp.Error`]
A stream of errors encountered running the job. |
Inheritance
builtins.object > proto.message.Message > DlpJobClasses
JobState
JobState(value)
Possible states of a job. New items may be added.