GoogleCloudPlatform / php-docs-samples

A collection of samples that demonstrate how to call Google Cloud services from PHP.
http://cloud.google.com/php
Apache License 2.0
965 stars 1.03k forks source link

feat(dlp): sample for dlp De-identify #1858

Closed sameer-crest closed 1 year ago

sameer-crest commented 1 year ago

Implemented below samples :

1) dlp_deidentify_time_extract 2) dlp_deidentify_table_primitive_bucketing 3) dlp_deidentify_dictionary_replacement 4) dlp_deidentify_table_with_crypto_hash 5) dlp_deidentify_table_with_multiple_crypto_hash

Added test cases for the same

snippet-bot[bot] commented 1 year ago

Here is the summary of changes.

You are about to add 5 region tags. - [dlp/src/deidentify_dictionary_replacement.php:26](https://github.com/sameer-crest/php-docs-samples/blob/bcf50960836b3a2602cf969d38a27cf3e101f1cb/dlp/src/deidentify_dictionary_replacement.php#L26), tag `dlp_deidentify_dictionary_replacement` - [dlp/src/deidentify_table_primitive_bucketing.php:26](https://github.com/sameer-crest/php-docs-samples/blob/bcf50960836b3a2602cf969d38a27cf3e101f1cb/dlp/src/deidentify_table_primitive_bucketing.php#L26), tag `dlp_deidentify_table_primitive_bucketing` - [dlp/src/deidentify_table_with_crypto_hash.php:26](https://github.com/sameer-crest/php-docs-samples/blob/bcf50960836b3a2602cf969d38a27cf3e101f1cb/dlp/src/deidentify_table_with_crypto_hash.php#L26), tag `dlp_deidentify_table_with_crypto_hash` - [dlp/src/deidentify_table_with_multiple_crypto_hash.php:26](https://github.com/sameer-crest/php-docs-samples/blob/bcf50960836b3a2602cf969d38a27cf3e101f1cb/dlp/src/deidentify_table_with_multiple_crypto_hash.php#L26), tag `dlp_deidentify_table_with_multiple_crypto_hash` - [dlp/src/deidentify_time_extract.php:26](https://github.com/sameer-crest/php-docs-samples/blob/bcf50960836b3a2602cf969d38a27cf3e101f1cb/dlp/src/deidentify_time_extract.php#L26), tag `dlp_deidentify_time_extract`

This comment is generated by snippet-bot. If you find problems with this result, please file an issue at: https://github.com/googleapis/repo-automation-bots/issues. To update this comment, add snippet-bot:force-run label or use the checkbox below:

vishwarajanand commented 1 year ago

Awaiting kokoro tests to pass before I can approve