Add new DLP samples (Bigquery, DeID, Risk Analysis) by ace-n · Pull Request #841 · GoogleCloudPlatform/java-docs-samples · GitHub
Skip to content
4 changes: 3 additions & 1 deletion dlp/README.md
2 changes: 1 addition & 1 deletion dlp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-dlp</artifactId>
<version>0.25.0-alpha</version>
<version>0.26.0-alpha</version>
</dependency>
<!-- [END dlp_maven] -->
<dependency>
Expand Down
274 changes: 274 additions & 0 deletions dlp/src/main/java/com/example/dlp/DeIdentification.java
Loading