Skip to content

Commit 09f78e3

Browse files
Librarian generate pull request: 20250911T204709Z (googleapis#14420)
This pull request is generated with proto changes between [googleapis/googleapis@d300b15](googleapis/googleapis@d300b15) (exclusive) and [googleapis/googleapis@2585041](googleapis/googleapis@2585041) (inclusive). Librarian Version: not available Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator:latest BEGIN_COMMIT_OVERRIDE BEGIN_NESTED_COMMIT feat: [google-cloud-dlp] add LocationSupport,Domain,DocumentFallbackLocation docs: minor doc revision PiperOrigin-RevId: 804670680 Source-link: [googleapis/googleapis@2585041](googleapis/googleapis@2585041) END_NESTED_COMMIT END_COMMIT_OVERRIDE
1 parent f374407 commit 09f78e3

File tree

5 files changed

+245
-43
lines changed

5 files changed

+245
-43
lines changed

.librarian/state.yaml

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
11
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator:latest
22
libraries:
3-
- id: google-cloud-dlp
4-
version: 3.31.0
5-
last_generated_commit: d300b151a973ce0425ae4ad07b3de957ca31bec6
6-
apis:
7-
- path: google/privacy/dlp/v2
8-
source_roots:
9-
- packages/google-cloud-dlp
10-
preserve_regex:
11-
- packages/google-cloud-dlp/CHANGELOG.md
12-
- docs/CHANGELOG.md
13-
- docs/README.rst
14-
- samples/README.txt
15-
- tar.gz
16-
- gapic_version.py
17-
- samples/generated_samples/snippet_metadata_
18-
- scripts/client-post-processing
19-
- samples/snippets/README.rst
20-
- tests/system
21-
remove_regex:
22-
- packages/google-cloud-dlp
23-
tag_format: '{id}-v{version}'
3+
- id: google-cloud-dlp
4+
version: 3.31.0
5+
last_generated_commit: 780e61218fe286ed17026ce9e3672d1998389b05
6+
apis:
7+
- path: google/privacy/dlp/v2
8+
service_config: dlp_v2.yaml
9+
source_roots:
10+
- packages/google-cloud-dlp
11+
preserve_regex:
12+
- packages/google-cloud-dlp/CHANGELOG.md
13+
- docs/CHANGELOG.md
14+
- docs/README.rst
15+
- samples/README.txt
16+
- tar.gz
17+
- gapic_version.py
18+
- samples/generated_samples/snippet_metadata_
19+
- scripts/client-post-processing
20+
- samples/snippets/README.rst
21+
- tests/system
22+
remove_regex:
23+
- packages/google-cloud-dlp
24+
tag_format: '{id}-v{version}'

packages/google-cloud-dlp/google/cloud/dlp/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@
132132
DlpJob,
133133
DlpJobType,
134134
DocumentLocation,
135+
Domain,
135136
EncryptionStatus,
136137
Error,
137138
ExcludeByHotword,
@@ -212,6 +213,7 @@
212213
ListTableDataProfilesRequest,
213214
ListTableDataProfilesResponse,
214215
Location,
216+
LocationSupport,
215217
Manual,
216218
MatchingType,
217219
MetadataLocation,
@@ -434,6 +436,7 @@
434436
"DiscoveryVertexDatasetGenerationCadence",
435437
"DlpJob",
436438
"DocumentLocation",
439+
"Domain",
437440
"Error",
438441
"ExcludeByHotword",
439442
"ExcludeInfoTypes",
@@ -512,6 +515,7 @@
512515
"ListTableDataProfilesRequest",
513516
"ListTableDataProfilesResponse",
514517
"Location",
518+
"LocationSupport",
515519
"Manual",
516520
"MetadataLocation",
517521
"OtherCloudDiscoveryStartingLocation",

packages/google-cloud-dlp/google/cloud/dlp_v2/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@
131131
DlpJob,
132132
DlpJobType,
133133
DocumentLocation,
134+
Domain,
134135
EncryptionStatus,
135136
Error,
136137
ExcludeByHotword,
@@ -211,6 +212,7 @@
211212
ListTableDataProfilesRequest,
212213
ListTableDataProfilesResponse,
213214
Location,
215+
LocationSupport,
214216
Manual,
215217
MatchingType,
216218
MetadataLocation,
@@ -452,6 +454,7 @@
452454
"DlpJobType",
453455
"DlpServiceClient",
454456
"DocumentLocation",
457+
"Domain",
455458
"EncryptionStatus",
456459
"EntityId",
457460
"Error",
@@ -540,6 +543,7 @@
540543
"ListTableDataProfilesRequest",
541544
"ListTableDataProfilesResponse",
542545
"Location",
546+
"LocationSupport",
543547
"Manual",
544548
"MatchingType",
545549
"MetadataLocation",

packages/google-cloud-dlp/google/cloud/dlp_v2/types/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@
125125
DlpJob,
126126
DlpJobType,
127127
DocumentLocation,
128+
Domain,
128129
EncryptionStatus,
129130
Error,
130131
ExcludeByHotword,
@@ -205,6 +206,7 @@
205206
ListTableDataProfilesRequest,
206207
ListTableDataProfilesResponse,
207208
Location,
209+
LocationSupport,
208210
Manual,
209211
MatchingType,
210212
MetadataLocation,
@@ -425,6 +427,7 @@
425427
"DiscoveryVertexDatasetGenerationCadence",
426428
"DlpJob",
427429
"DocumentLocation",
430+
"Domain",
428431
"Error",
429432
"ExcludeByHotword",
430433
"ExcludeInfoTypes",
@@ -503,6 +506,7 @@
503506
"ListTableDataProfilesRequest",
504507
"ListTableDataProfilesResponse",
505508
"Location",
509+
"LocationSupport",
506510
"Manual",
507511
"MetadataLocation",
508512
"OtherCloudDiscoveryStartingLocation",

0 commit comments

Comments
 (0)