class OrganizationsLocationsColumnDataProfiles extends Resource (View source)

The "columnDataProfiles" collection of methods.

Typical usage is:

 $dlpService = new Google\Service\DLP(...);
 $columnDataProfiles = $dlpService->organizations_locations_columnDataProfiles;

Methods

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

Gets a column data profile. (columnDataProfiles.get)

listOrganizationsLocationsColumnDataProfiles(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)

Parameters

string $name

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

array $optParams

Optional parameters.

Return Value

GooglePrivacyDlpV2ColumnDataProfile

Exceptions

Exception

GooglePrivacyDlpV2ListColumnDataProfilesResponse listOrganizationsLocationsColumnDataProfiles(string $parent, array $optParams = [])

Lists column data profiles for an organization.

(columnDataProfiles.listOrganizationsLocationsColumnDataProfiles)

Parameters

string $parent

Required. Resource name of the organization or project, for example organizations/433245324/locations/europe or projects/project- id/locations/asia.

array $optParams

Optional parameters.

Return Value

GooglePrivacyDlpV2ListColumnDataProfilesResponse

Exceptions

Exception