File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
packages/google-cloud-dataplex/scripts/client-post-processing
scripts/client-post-processing Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 1+ ../../../../scripts/client-post-processing/doc-formatting.yaml
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments