-
Notifications
You must be signed in to change notification settings - Fork 1k
Adds DLP samples #405
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
Adds DLP samples #405
Conversation
dlp/quickstart.php
Outdated
| // Limit the number of findings, 0 for no limit | ||
| $maxFindings = 0; | ||
|
|
||
| // Whether to include the matching string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider changing to 'Whether to include the matching string in the response"
dlp/src/inspect_file.php
Outdated
| $usFemaleNameInfoType->setName('US_FEMALE_NAME'); | ||
| $infoTypes = [$usMaleNameInfoType, $usFemaleNameInfoType]; | ||
|
|
||
| // Whether to include the matching string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider changing to 'Whether to include the matching string in the response"
dlp/src/inspect_string.php
Outdated
| $usFemaleNameInfoType->setName('US_FEMALE_NAME'); | ||
| $infoTypes = [$usMaleNameInfoType, $usFemaleNameInfoType]; | ||
|
|
||
| // Whether to include the matching string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider changing to 'Whether to include the matching string in the response"
dlp/src/redact_string.php
Outdated
| $usFemaleNameInfoType->setName('US_FEMALE_NAME'); | ||
| $infoTypes = [$usMaleNameInfoType, $usFemaleNameInfoType]; | ||
|
|
||
| // Whether to include the matching string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider changing to 'Whether to include the matching string in the response"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed in all cases.
703a5ef to
d0f1c55
Compare
No description provided.