ProjectsDlpJobs
class ProjectsDlpJobs extends Resource (View source)
The "dlpJobs" collection of methods.
Typical usage is:
$dlpService = new Google\Service\DLP(...);
$dlpJobs = $dlpService->projects_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.
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)
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.listProjectsDlpJobs)
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)
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)
GooglePrivacyDlpV2ListDlpJobsResponse
listProjectsDlpJobs(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.listProjectsDlpJobs)