ProjectsLocationsDeidentifyTemplates
class ProjectsLocationsDeidentifyTemplates extends Resource (View source)
The "deidentifyTemplates" collection of methods.
Typical usage is:
$dlpService = new Google\Service\DLP(...);
$deidentifyTemplates = $dlpService->projects_locations_deidentifyTemplates;
Methods
Creates a DeidentifyTemplate for reusing frequently used configuration for de-identifying content, images, and storage. See https://cloud.google.com/sensitive-data-protection/docs/creating-templates- deid to learn more. (deidentifyTemplates.create)
Deletes a DeidentifyTemplate. See https://cloud.google.com/sensitive-data- protection/docs/creating-templates-deid to learn more.
Gets a DeidentifyTemplate. See https://cloud.google.com/sensitive-data- protection/docs/creating-templates-deid to learn more.
Lists DeidentifyTemplates. See https://cloud.google.com/sensitive-data- protection/docs/creating-templates-deid to learn more.
Updates the DeidentifyTemplate. See https://cloud.google.com/sensitive-data- protection/docs/creating-templates-deid to learn more.
Details
GooglePrivacyDlpV2DeidentifyTemplate
create(string $parent, GooglePrivacyDlpV2CreateDeidentifyTemplateRequest $postBody, array $optParams = [])
Creates a DeidentifyTemplate for reusing frequently used configuration for de-identifying content, images, and storage. See https://cloud.google.com/sensitive-data-protection/docs/creating-templates- deid to learn more. (deidentifyTemplates.create)
GoogleProtobufEmpty
delete(string $name, array $optParams = [])
Deletes a DeidentifyTemplate. See https://cloud.google.com/sensitive-data- protection/docs/creating-templates-deid to learn more.
(deidentifyTemplates.delete)
GooglePrivacyDlpV2DeidentifyTemplate
get(string $name, array $optParams = [])
Gets a DeidentifyTemplate. See https://cloud.google.com/sensitive-data- protection/docs/creating-templates-deid to learn more.
(deidentifyTemplates.get)
GooglePrivacyDlpV2ListDeidentifyTemplatesResponse
listProjectsLocationsDeidentifyTemplates(string $parent, array $optParams = [])
Lists DeidentifyTemplates. See https://cloud.google.com/sensitive-data- protection/docs/creating-templates-deid to learn more.
(deidentifyTemplates.listProjectsLocationsDeidentifyTemplates)
GooglePrivacyDlpV2DeidentifyTemplate
patch(string $name, GooglePrivacyDlpV2UpdateDeidentifyTemplateRequest $postBody, array $optParams = [])
Updates the DeidentifyTemplate. See https://cloud.google.com/sensitive-data- protection/docs/creating-templates-deid to learn more.
(deidentifyTemplates.patch)