class ProjectsLocationsTableDataProfiles extends Resource (View source)

The "tableDataProfiles" collection of methods.

Typical usage is:

 $dlpService = new Google\Service\DLP(...);
 $tableDataProfiles = $dlpService->projects_locations_tableDataProfiles;

Methods

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

Delete a TableDataProfile. Will not prevent the profile from being regenerated if the table is still included in a discovery configuration.

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

Gets a table data profile. (tableDataProfiles.get)

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

Lists table data profiles for an organization.

Details

GoogleProtobufEmpty delete(string $name, array $optParams = [])

Delete a TableDataProfile. Will not prevent the profile from being regenerated if the table is still included in a discovery configuration.

(tableDataProfiles.delete)

Parameters

string $name

Required. Resource name of the table data profile.

array $optParams

Optional parameters.

Return Value

GoogleProtobufEmpty

Exceptions

Exception

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

Gets a table data profile. (tableDataProfiles.get)

Parameters

string $name

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

array $optParams

Optional parameters.

Return Value

GooglePrivacyDlpV2TableDataProfile

Exceptions

Exception

GooglePrivacyDlpV2ListTableDataProfilesResponse listProjectsLocationsTableDataProfiles(string $parent, array $optParams = [])

Lists table data profiles for an organization.

(tableDataProfiles.listProjectsLocationsTableDataProfiles)

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

GooglePrivacyDlpV2ListTableDataProfilesResponse

Exceptions

Exception