class ProjectsLocationsProjectDataProfiles extends Resource (View source)

The "projectDataProfiles" collection of methods.

Typical usage is:

 $dlpService = new Google\Service\DLP(...);
 $projectDataProfiles = $dlpService->projects_locations_projectDataProfiles;

Methods

get(string $name, array $optParams = [])

Gets a project data profile. (projectDataProfiles.get)

listProjectsLocationsProjectDataProfiles(string $parent, array $optParams = [])

Lists project data profiles for an organization.

Details

GooglePrivacyDlpV2ProjectDataProfile get(string $name, array $optParams = [])

Gets a project data profile. (projectDataProfiles.get)

Parameters

string $name

Required. Resource name, for example organizations/12345/locations/us/projectDataProfiles/53234423.

array $optParams

Optional parameters.

Return Value

GooglePrivacyDlpV2ProjectDataProfile

Exceptions

Exception

GooglePrivacyDlpV2ListProjectDataProfilesResponse listProjectsLocationsProjectDataProfiles(string $parent, array $optParams = [])

Lists project data profiles for an organization.

(projectDataProfiles.listProjectsLocationsProjectDataProfiles)

Parameters

string $parent

Required. organizations/{org_id}/locations/{loc_id}

array $optParams

Optional parameters.

Return Value

GooglePrivacyDlpV2ListProjectDataProfilesResponse

Exceptions

Exception