Skip to content

Commit 3ea08b1

Browse files
committed
Apply post processing for google-cloud-dataplex
1 parent 2ab46cb commit 3ea08b1

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../scripts/client-post-processing/doc-formatting.yaml

scripts/client-post-processing/doc-formatting.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,3 +548,17 @@ replacements:
548548
Set empty values to clear the metadata. Refer
549549
to documentation in
550550
count: 1
551+
- paths: [
552+
packages/google-cloud-dataplex/google/cloud/dataplex_v1/types/business_glossary.py,
553+
]
554+
before: |
555+
Examples of using a filter are:
556+
\ -------------------------------\n
557+
\ ``immediate_parent="projects/\{project_id_or_number\}/locations/\{location_id\}/glossaries/\{glossary_id\}"``
558+
\ -------------------------------------------------------------------------------------------------------\n
559+
\ ``immediate_parent="projects/\{project_id_or_number\}/locations/\{location_id\}/glossaries/\{glossary_id\}/categories/\{category_id\}"``
560+
after: |
561+
Examples of using a filter are:\n
562+
- ``immediate_parent="projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}"``
563+
- ``immediate_parent="projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}/categories/{category_id}"``
564+
count: 2

0 commit comments

Comments
 (0)