You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes some problems with the DLP readme and the examples referenced from it.
* Fix `pom.xml` so we produce the expected jar with dependencies.
* Fix package names in CLI examples to match what actually exists.
* Add notes to README reminding users they need to replace the projectId vars in the samples before running
* Make InfoTypesList example runnable
* Fix RedactImageFile example to use an existing image file by default, update the readme to match the sample code that exists.
Internal bug: b/156125412
- [X] I have followed [Sample Format Guide](https://github.com/GoogleCloudPlatform/java-docs-samples/blob/master/SAMPLE_FORMAT.md)
- [X] `pom.xml` parent set to latest `shared-configuration`
- [X] Appropriate changes to README are included in PR
- [ ] API's need to be enabled to test (tell us)
- [ ] Environment Variables need to be set (ask us to set them)
- [X] Tests pass (`mvn -P lint clean verify`)
* (Note- `Checkstyle` passing is required; `Spotbugs`, `ErrorProne`, `PMD`, etc. `ERROR`'s are advisory only)
- [X] Please **merge** this PR for me once it is approved.
Copy file name to clipboardExpand all lines: dlp/README.md
+14-17
Original file line number
Diff line number
Diff line change
@@ -27,14 +27,19 @@ An [InfoType identifier](https://cloud.google.com/dlp/docs/infotypes-categories)
27
27
28
28
[InfoTypes](https://cloud.google.com/dlp/docs/infotypes-reference#global) are updated periodically. Use the API to retrieve the most current InfoTypes.
0 commit comments