OrganizationsLocationsJobTriggers
class OrganizationsLocationsJobTriggers extends Resource (View source)
The "jobTriggers" collection of methods.
Typical usage is:
$dlpService = new Google\Service\DLP(...);
$jobTriggers = $dlpService->organizations_locations_jobTriggers;
Methods
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)
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
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)
GooglePrivacyDlpV2ListJobTriggersResponse
listOrganizationsLocationsJobTriggers(string $parent, array $optParams = [])
Lists job triggers. See https://cloud.google.com/sensitive-data- protection/docs/creating-job-triggers to learn more.
(jobTriggers.listOrganizationsLocationsJobTriggers)
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)