Skip to content

Commit b64e8dc

Browse files
chore: librarian release pull request: 20251013T184035Z (googleapis#13116)
Librarian Version: v0.0.0-20251013161411-12fef2b30c93 Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/librarian-go:latest <details><summary>dlp: 1.27.0</summary> ## [1.27.0](googleapis/google-cloud-go@dlp/v1.26.0...dlp/v1.27.0) (2025-10-13) ### Features * Cloud Storage discovery filters based on tag filters (PiperOrigin-RevId: 817724737) ([c79db96](googleapis@c79db96)) * inspect and deid templates in RedactImage (PiperOrigin-RevId: 817724737) ([c79db96](googleapis@c79db96)) * store DlpJob findings in a Cloud Storage bucket (PiperOrigin-RevId: 817724737) ([c79db96](googleapis@c79db96)) * publish DlpJob findings to Dataplex Universal Catalog (PiperOrigin-RevId: 817724737) ([c79db96](googleapis@c79db96)) ### Documentation * clarify ListProjectDataProfiles API supports filter by project_id (PiperOrigin-RevId: 817724737) ([c79db96](googleapis@c79db96)) * clarify List*DataProfiles APIs supports filter by profile_last_generated (PiperOrigin-RevId: 817724737) ([c79db96](googleapis@c79db96)) * clarify filter syntax for List* APIs (PiperOrigin-RevId: 817724737) ([c79db96](googleapis@c79db96)) </details>
1 parent ddc086c commit b64e8dc

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

.librarian/state.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1500,7 +1500,7 @@ libraries:
15001500
- internal/generated/snippets/discoveryengine/
15011501
tag_format: '{id}/v{version}'
15021502
- id: dlp
1503-
version: 1.26.0
1503+
version: 1.27.0
15041504
last_generated_commit: 7b2b58ff4fb3eee3c0923af35fdee90134fabe3b
15051505
apis:
15061506
- path: google/privacy/dlp/v2

dlp/CHANGES.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changes
22

3+
## [1.27.0](https://github.com/googleapis/google-cloud-go/releases/tag/dlp%2Fv1.27.0) (2025-10-13)
4+
5+
### Features
6+
7+
* Cloud Storage discovery filters based on tag filters ([c79db96](https://github.com/googleapis/google-cloud-go/commit/c79db96ce252ecae47e7436ba1a9455c96ff2629))
8+
* inspect and deid templates in RedactImage ([c79db96](https://github.com/googleapis/google-cloud-go/commit/c79db96ce252ecae47e7436ba1a9455c96ff2629))
9+
* publish DlpJob findings to Dataplex Universal Catalog ([c79db96](https://github.com/googleapis/google-cloud-go/commit/c79db96ce252ecae47e7436ba1a9455c96ff2629))
10+
* store DlpJob findings in a Cloud Storage bucket ([c79db96](https://github.com/googleapis/google-cloud-go/commit/c79db96ce252ecae47e7436ba1a9455c96ff2629))
11+
12+
### Documentation
13+
14+
* clarify List*DataProfiles APIs supports filter by profile_last_generated ([c79db96](https://github.com/googleapis/google-cloud-go/commit/c79db96ce252ecae47e7436ba1a9455c96ff2629))
15+
* clarify ListProjectDataProfiles API supports filter by project_id ([c79db96](https://github.com/googleapis/google-cloud-go/commit/c79db96ce252ecae47e7436ba1a9455c96ff2629))
16+
* clarify filter syntax for List* APIs ([c79db96](https://github.com/googleapis/google-cloud-go/commit/c79db96ce252ecae47e7436ba1a9455c96ff2629))
17+
318
## [1.26.0](https://github.com/googleapis/google-cloud-go/releases/tag/dlp%2Fv1.26.0) (2025-10-10)
419

520
### Features

dlp/internal/version.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/generated/snippets/dlp/apiv2/snippet_metadata.google.privacy.dlp.v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "cloud.google.com/go/dlp/apiv2",
4-
"version": "1.26.0",
4+
"version": "1.27.0",
55
"language": "GO",
66
"apis": [
77
{

0 commit comments

Comments
 (0)