ProjectsLocationsColumnDataProfiles
class ProjectsLocationsColumnDataProfiles extends Resource (View source)
The "columnDataProfiles" collection of methods.
Typical usage is:
$dlpService = new Google\Service\DLP(...);
$columnDataProfiles = $dlpService->projects_locations_columnDataProfiles;
Methods
get(string $name, array $optParams = [])
Gets a column data profile. (columnDataProfiles.get)
listProjectsLocationsColumnDataProfiles(string $parent, array $optParams = [])
Lists column data profiles for an organization.
Details
GooglePrivacyDlpV2ColumnDataProfile
get(string $name, array $optParams = [])
Gets a column data profile. (columnDataProfiles.get)
GooglePrivacyDlpV2ListColumnDataProfilesResponse
listProjectsLocationsColumnDataProfiles(string $parent, array $optParams = [])
Lists column data profiles for an organization.
(columnDataProfiles.listProjectsLocationsColumnDataProfiles)