File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
.librarian/generator-input/client-post-processing Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments