class OrganizationsLocationsFileStoreDataProfiles extends Resource (View source)

The "fileStoreDataProfiles" collection of methods.

Typical usage is:

 $dlpService = new Google\Service\DLP(...);
 $fileStoreDataProfiles = $dlpService->organizations_locations_fileStoreDataProfiles;

Methods

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

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

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

Gets a file store data profile. (fileStoreDataProfiles.get)

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

Lists file store data profiles for an organization.

Details

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

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

(fileStoreDataProfiles.delete)

Parameters

string $name

Required. Resource name of the file store data profile.

array $optParams

Optional parameters.

Return Value

GoogleProtobufEmpty

Exceptions

Exception

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

Gets a file store data profile. (fileStoreDataProfiles.get)

Parameters

string $name

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

array $optParams

Optional parameters.

Return Value

GooglePrivacyDlpV2FileStoreDataProfile

Exceptions

Exception

GooglePrivacyDlpV2ListFileStoreDataProfilesResponse listOrganizationsLocationsFileStoreDataProfiles(string $parent, array $optParams = [])

Lists file store data profiles for an organization.

(fileStoreDataProfiles.listOrganizationsLocationsFileStoreDataProfiles)

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

GooglePrivacyDlpV2ListFileStoreDataProfilesResponse

Exceptions

Exception