Skip to content

Commit b6082b8

Browse files
committed
fix docs through post processing. See upstream fix in cl/800915420
1 parent ee5ad27 commit b6082b8

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-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: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -649,3 +649,23 @@ replacements:
649649
happens in the context of the search results
650650
from the first search call.
651651
count: 3
652+
- paths: [
653+
packages/google-cloud-maintenance-api/google/cloud/maintenance_api_v1beta/types/maintenance_service.py,
654+
]
655+
before: |
656+
user_controllable \(bool\):
657+
\ Output only. Indicates whether the user has
658+
\ some control over that maintenance, either
659+
\ proactively before maintenance was scheduled
660+
after: |
661+
user_controllable (bool):
662+
Output only. Indicates whether the user has
663+
some control over that maintenance, either
664+
proactively before maintenance was scheduled
665+
count: 1
666+
- paths: [
667+
packages/google-cloud-maintenance-api/google/cloud/maintenance_api_v1beta/types/maintenance_service.py,
668+
]
669+
before: 'resource.resourceName=~"\*/instance-20241212-211259"'
670+
after: 'resource.resourceName=~"\*/instance-20241212-211259"'
671+
count: 1

0 commit comments

Comments
 (0)