Skip to content

Commit 55bb427

Browse files
authored
chore(librarian): sync post processing (#14601)
Sync post processing scripts in [.librarian/generator-input](https://github.com/googleapis/google-cloud-python/tree/main/.librarian/generator-input) with [scripts/client-post-processing](https://github.com/googleapis/google-cloud-python/tree/main/scripts/client-post-processing).
1 parent 66c751b commit 55bb427

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.librarian/generator-input/client-post-processing/doc-formatting.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,3 +548,31 @@ 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
565+
- paths: [
566+
packages/google-cloud-capacityplanner/google/cloud/capacityplanner_v1beta/types/usage_service.py,
567+
]
568+
before: |
569+
The format[\s]+is:\n
570+
\ [\s]+projects/\{project\}/locations/\{location\} or
571+
\ organizations/\{organization\}/locations/\{location\}
572+
\ or[\s]+folders/\{folder\}/locations/\{location\}
573+
after: |
574+
The format is:\n
575+
projects/{project}/locations/{location} or
576+
organizations/{organization}/locations/{location}
577+
or folders/{folder}/locations/{location}
578+
count: 4

0 commit comments

Comments
 (0)