From 0d7b4618a000c9786c2ff53091c89a81bab7f922 Mon Sep 17 00:00:00 2001
From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com>
Date: Thu, 13 Aug 2026 17:45:39 -0700
Subject: [PATCH] chore: regenerate dlp client
---
clients/google-api-services-dlp/v2/2.0.0/README.md | 4 ++--
.../services/dlp/v2/model/GooglePrivacyDlpV2BoundingBox.java | 3 ++-
clients/google-api-services-dlp/v2/2.0.0/pom.xml | 4 ++--
clients/google-api-services-dlp/v2/README.md | 4 ++--
4 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/clients/google-api-services-dlp/v2/2.0.0/README.md b/clients/google-api-services-dlp/v2/2.0.0/README.md
index 78243c1f774..0773ecbb9a0 100644
--- a/clients/google-api-services-dlp/v2/2.0.0/README.md
+++ b/clients/google-api-services-dlp/v2/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-dlp
- v2-rev20260725-2.0.0
+ v2-rev20260808-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-dlp:v2-rev20260725-2.0.0'
+ implementation 'com.google.apis:google-api-services-dlp:v2-rev20260808-2.0.0'
}
```
diff --git a/clients/google-api-services-dlp/v2/2.0.0/com/google/api/services/dlp/v2/model/GooglePrivacyDlpV2BoundingBox.java b/clients/google-api-services-dlp/v2/2.0.0/com/google/api/services/dlp/v2/model/GooglePrivacyDlpV2BoundingBox.java
index 865c276324b..35842040fd8 100644
--- a/clients/google-api-services-dlp/v2/2.0.0/com/google/api/services/dlp/v2/model/GooglePrivacyDlpV2BoundingBox.java
+++ b/clients/google-api-services-dlp/v2/2.0.0/com/google/api/services/dlp/v2/model/GooglePrivacyDlpV2BoundingBox.java
@@ -17,7 +17,8 @@
package com.google.api.services.dlp.v2.model;
/**
- * Bounding box encompassing detected text within an image.
+ * Bounding box encompassing detected text within an image. Coordinates are in pixels and strictly
+ * within the image or frame bounds.
*
*
This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Sensitive Data Protection (DLP). For a detailed
diff --git a/clients/google-api-services-dlp/v2/2.0.0/pom.xml b/clients/google-api-services-dlp/v2/2.0.0/pom.xml
index 10d66d9de46..f55bf5ed0d1 100644
--- a/clients/google-api-services-dlp/v2/2.0.0/pom.xml
+++ b/clients/google-api-services-dlp/v2/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-dlp
- v2-rev20260725-2.0.0
- Sensitive Data Protection (DLP) v2-rev20260725-2.0.0
+ v2-rev20260808-2.0.0
+ Sensitive Data Protection (DLP) v2-rev20260808-2.0.0
jar
2011
diff --git a/clients/google-api-services-dlp/v2/README.md b/clients/google-api-services-dlp/v2/README.md
index 78243c1f774..0773ecbb9a0 100644
--- a/clients/google-api-services-dlp/v2/README.md
+++ b/clients/google-api-services-dlp/v2/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-dlp
- v2-rev20260725-2.0.0
+ v2-rev20260808-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-dlp:v2-rev20260725-2.0.0'
+ implementation 'com.google.apis:google-api-services-dlp:v2-rev20260808-2.0.0'
}
```