Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: [Dlp] discovery of BigQuery snapshots #7751

Merged
merged 2 commits into from
Oct 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified Dlp/metadata/V2/Dlp.php
Binary file not shown.
11 changes: 9 additions & 2 deletions Dlp/src/V2/BigQueryTableType.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Dlp/src/V2/BigQueryTableTypeCollection.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 3 additions & 7 deletions Dlp/src/V2/Client/DlpServiceClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,9 @@
use GuzzleHttp\Promise\PromiseInterface;

/**
* Service Description: The Cloud Data Loss Prevention (DLP) API is a service that allows clients
* to detect the presence of Personally Identifiable Information (PII) and other
* privacy-sensitive data in user-supplied, unstructured data streams, like text
* blocks or images.
* The service also includes methods for sensitive data redaction and
* scheduling of data scans on Google Cloud Platform based data sets.
*
* Service Description: Sensitive Data Protection provides access to a powerful sensitive data
* inspection, classification, and de-identification platform that works
* on text, images, and Google Cloud storage repositories.
* To learn more about concepts and find how-to guides see
* https://cloud.google.com/sensitive-data-protection/docs/.
*
Expand Down
32 changes: 16 additions & 16 deletions Dlp/src/V2/ColumnDataProfile.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 16 additions & 12 deletions Dlp/src/V2/TableDataProfile.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading