The job is currently accepting findings via hybridInspect.
A hybrid job in ACTIVE state may continue to have findings added to it
through calling of hybridInspect. After the job has finished no more
calls to hybridInspect may be made. ACTIVE jobs can transition to DONE.
Canceled
The job was canceled before it could complete.
Done
The job is no longer running.
Failed
The job had an error and did not complete.
Pending
The job has not yet started.
Running
The job is currently running. Once a job has finished it will transition
to FAILED or DONE.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This page details the `JobState` enum within the `Google.Cloud.Dlp.V2` namespace, outlining the various possible states of a Data Loss Prevention (DLP) job."],["The latest version of the API is 4.16.0, which, along with multiple previous versions, can be found, with version 3.4.0 being the base version referenced in the context."],["`JobState` has seven defined states: `Active`, `Canceled`, `Done`, `Failed`, `Pending`, `Running`, and `Unspecified`, each with a specific meaning related to a job's lifecycle."],["The `Active` state allows for the continued addition of findings, while `Done` and `Failed` indicate a job has finished, and `Running` indicates a job is currently in process."]]],[]]