ProjectsLocationsDlpJobs
class ProjectsLocationsDlpJobs extends Resource (View source)
The "dlpJobs" collection of methods.
Typical usage is:
$dlpService = new Google\Service\DLP(...);
$dlpJobs = $dlpService->projects_locations_dlpJobs;
Methods
Starts asynchronous cancellation on a long-running DlpJob. The server makes a best effort to cancel the DlpJob, but success is not guaranteed. See https://cloud.google.com/sensitive-data-protection/docs/inspecting-storage and https://cloud.google.com/sensitive-data-protection/docs/compute-risk- analysis to learn more. (dlpJobs.cancel)
Creates a new job to inspect storage or calculate risk metrics. See https://cloud.google.com/sensitive-data-protection/docs/inspecting-storage and https://cloud.google.com/sensitive-data-protection/docs/compute-risk- analysis to learn more. When no InfoTypes or CustomInfoTypes are specified in inspect jobs, the system will automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated. (dlpJobs.create)
Deletes a long-running DlpJob. This method indicates that the client is no longer interested in the DlpJob result. The job will be canceled if possible.
Finish a running hybrid DlpJob. Triggers the finalization steps and running of any enabled actions that have not yet run. (dlpJobs.finish)
Gets the latest state of a long-running DlpJob. See https://cloud.google.com/sensitive-data-protection/docs/inspecting-storage and https://cloud.google.com/sensitive-data-protection/docs/compute-risk- analysis to learn more. (dlpJobs.get)
Inspect hybrid content and store findings to a job. To review the findings, inspect the job. Inspection will occur asynchronously.
Lists DlpJobs that match the specified filter in the request. See https://cloud.google.com/sensitive-data-protection/docs/inspecting-storage and https://cloud.google.com/sensitive-data-protection/docs/compute-risk- analysis to learn more. (dlpJobs.listProjectsLocationsDlpJobs)
Details
GoogleProtobufEmpty
cancel(string $name, GooglePrivacyDlpV2CancelDlpJobRequest $postBody, array $optParams = [])
Starts asynchronous cancellation on a long-running DlpJob. The server makes a best effort to cancel the DlpJob, but success is not guaranteed. See https://cloud.google.com/sensitive-data-protection/docs/inspecting-storage and https://cloud.google.com/sensitive-data-protection/docs/compute-risk- analysis to learn more. (dlpJobs.cancel)
GooglePrivacyDlpV2DlpJob
create(string $parent, GooglePrivacyDlpV2CreateDlpJobRequest $postBody, array $optParams = [])
Creates a new job to inspect storage or calculate risk metrics. See https://cloud.google.com/sensitive-data-protection/docs/inspecting-storage and https://cloud.google.com/sensitive-data-protection/docs/compute-risk- analysis to learn more. When no InfoTypes or CustomInfoTypes are specified in inspect jobs, the system will automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated. (dlpJobs.create)
GoogleProtobufEmpty
delete(string $name, array $optParams = [])
Deletes a long-running DlpJob. This method indicates that the client is no longer interested in the DlpJob result. The job will be canceled if possible.
See https://cloud.google.com/sensitive-data-protection/docs/inspecting- storage and https://cloud.google.com/sensitive-data-protection/docs/compute- risk-analysis to learn more. (dlpJobs.delete)
GoogleProtobufEmpty
finish(string $name, GooglePrivacyDlpV2FinishDlpJobRequest $postBody, array $optParams = [])
Finish a running hybrid DlpJob. Triggers the finalization steps and running of any enabled actions that have not yet run. (dlpJobs.finish)
GooglePrivacyDlpV2DlpJob
get(string $name, array $optParams = [])
Gets the latest state of a long-running DlpJob. See https://cloud.google.com/sensitive-data-protection/docs/inspecting-storage and https://cloud.google.com/sensitive-data-protection/docs/compute-risk- analysis to learn more. (dlpJobs.get)
GooglePrivacyDlpV2HybridInspectResponse
hybridInspect(string $name, GooglePrivacyDlpV2HybridInspectDlpJobRequest $postBody, array $optParams = [])
Inspect hybrid content and store findings to a job. To review the findings, inspect the job. Inspection will occur asynchronously.
(dlpJobs.hybridInspect)
GooglePrivacyDlpV2ListDlpJobsResponse
listProjectsLocationsDlpJobs(string $parent, array $optParams = [])
Lists DlpJobs that match the specified filter in the request. See https://cloud.google.com/sensitive-data-protection/docs/inspecting-storage and https://cloud.google.com/sensitive-data-protection/docs/compute-risk- analysis to learn more. (dlpJobs.listProjectsLocationsDlpJobs)