ProjectsLocationsProjectDataProfiles
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)
GooglePrivacyDlpV2ListProjectDataProfilesResponse
listProjectsLocationsProjectDataProfiles(string $parent, array $optParams = [])
Lists project data profiles for an organization.
(projectDataProfiles.listProjectsLocationsProjectDataProfiles)