class OrganizationsLocationsDlpJobs extends Resource (View source)

The "dlpJobs" collection of methods.

Typical usage is:

 $dlpService = new Google\Service\DLP(...);
 $dlpJobs = $dlpService->organizations_locations_dlpJobs;

Methods

listOrganizationsLocationsDlpJobs(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.listOrganizationsLocationsDlpJobs)

Details

GooglePrivacyDlpV2ListDlpJobsResponse listOrganizationsLocationsDlpJobs(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.listOrganizationsLocationsDlpJobs)

Parameters

string $parent

Required. Parent resource name. The format of this value varies depending on whether you have specified a processing location: + Projects scope, location specified: projects/PROJECT_ID/locations/ LOCATION_ID + Projects scope, no location specified (defaults to global): projects/PROJECT_ID The following example parent string specifies a parent project with the identifier example- project, and specifies the europe-west3 location for processing data: parent=projects/example-project/locations/europe-west3

array $optParams

Optional parameters.

Return Value

GooglePrivacyDlpV2ListDlpJobsResponse

Exceptions

Exception