ProjectsLocationsJobTriggers
class ProjectsLocationsJobTriggers extends Resource (View source)
The "jobTriggers" collection of methods.
Typical usage is:
$dlpService = new Google\Service\DLP(...);
$jobTriggers = $dlpService->projects_locations_jobTriggers;
Methods
Activate a job trigger. Causes the immediate execute of a trigger instead of waiting on the trigger event to occur. (jobTriggers.activate)
Creates a job trigger to run DLP actions such as scanning storage for sensitive information on a set schedule. See https://cloud.google.com/sensitive-data-protection/docs/creating-job-triggers to learn more. (jobTriggers.create)
Deletes a job trigger. See https://cloud.google.com/sensitive-data- protection/docs/creating-job-triggers to learn more. (jobTriggers.delete)
Gets a job trigger. See https://cloud.google.com/sensitive-data- protection/docs/creating-job-triggers to learn more. (jobTriggers.get)
Inspect hybrid content and store findings to a trigger. The inspection will be processed asynchronously. To review the findings monitor the jobs within the trigger. (jobTriggers.hybridInspect)
Lists job triggers. See https://cloud.google.com/sensitive-data- protection/docs/creating-job-triggers to learn more.
Updates a job trigger. See https://cloud.google.com/sensitive-data- protection/docs/creating-job-triggers to learn more. (jobTriggers.patch)
Details
GooglePrivacyDlpV2DlpJob
activate(string $name, GooglePrivacyDlpV2ActivateJobTriggerRequest $postBody, array $optParams = [])
Activate a job trigger. Causes the immediate execute of a trigger instead of waiting on the trigger event to occur. (jobTriggers.activate)
GooglePrivacyDlpV2JobTrigger
create(string $parent, GooglePrivacyDlpV2CreateJobTriggerRequest $postBody, array $optParams = [])
Creates a job trigger to run DLP actions such as scanning storage for sensitive information on a set schedule. See https://cloud.google.com/sensitive-data-protection/docs/creating-job-triggers to learn more. (jobTriggers.create)
GoogleProtobufEmpty
delete(string $name, array $optParams = [])
Deletes a job trigger. See https://cloud.google.com/sensitive-data- protection/docs/creating-job-triggers to learn more. (jobTriggers.delete)
GooglePrivacyDlpV2JobTrigger
get(string $name, array $optParams = [])
Gets a job trigger. See https://cloud.google.com/sensitive-data- protection/docs/creating-job-triggers to learn more. (jobTriggers.get)
GooglePrivacyDlpV2HybridInspectResponse
hybridInspect(string $name, GooglePrivacyDlpV2HybridInspectJobTriggerRequest $postBody, array $optParams = [])
Inspect hybrid content and store findings to a trigger. The inspection will be processed asynchronously. To review the findings monitor the jobs within the trigger. (jobTriggers.hybridInspect)
GooglePrivacyDlpV2ListJobTriggersResponse
listProjectsLocationsJobTriggers(string $parent, array $optParams = [])
Lists job triggers. See https://cloud.google.com/sensitive-data- protection/docs/creating-job-triggers to learn more.
(jobTriggers.listProjectsLocationsJobTriggers)
GooglePrivacyDlpV2JobTrigger
patch(string $name, GooglePrivacyDlpV2UpdateJobTriggerRequest $postBody, array $optParams = [])
Updates a job trigger. See https://cloud.google.com/sensitive-data- protection/docs/creating-job-triggers to learn more. (jobTriggers.patch)