chore: remove description_override (batch 8 - to google-cloud-security-publicca)#16893
chore: remove description_override (batch 8 - to google-cloud-security-publicca)#16893jskeet wants to merge 4 commits intogoogleapis:mainfrom
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the API descriptions for numerous Google Cloud Python client libraries. It removes description_override fields in librarian.yaml and synchronizes the updated text across .repo-metadata.json and README.rst files. A technical issue was identified in the google-cloud-policysimulator documentation where Markdown-style link syntax was incorrectly used within reStructuredText (.rst) files, which will prevent the links from rendering correctly.
|
|
||
| `Policy Simulator`_: Policy Simulator is a collection of endpoints for creating, running, and viewing a `Replay`. A `Replay` is a type of simulation that lets you see how your members' access to resources might change if you changed your IAM policy. | ||
| `Policy Simulator`_: Policy Simulator is a collection of endpoints for creating, running, and | ||
| viewing a [Replay][google.cloud.policysimulator.v1.Replay]. A `Replay` is |
There was a problem hiding this comment.
The link syntax [Replay][google.cloud.policysimulator.v1.Replay] is Markdown-style and is not valid in a reStructuredText (.rst) file. It will render as literal text. Please use standard RST link syntax or just backticks for the term.
| viewing a [Replay][google.cloud.policysimulator.v1.Replay]. A `Replay` is | |
| viewing a Replay. A Replay is |
|
|
||
| `Policy Simulator`_: Policy Simulator is a collection of endpoints for creating, running, and viewing a `Replay`. A `Replay` is a type of simulation that lets you see how your members' access to resources might change if you changed your IAM policy. | ||
| `Policy Simulator`_: Policy Simulator is a collection of endpoints for creating, running, and | ||
| viewing a [Replay][google.cloud.policysimulator.v1.Replay]. A `Replay` is |
There was a problem hiding this comment.
The link syntax [Replay][google.cloud.policysimulator.v1.Replay] is Markdown-style and is not valid in a reStructuredText (.rst) file. It will render as literal text. Please use standard RST link syntax or just backticks for the term.
| viewing a [Replay][google.cloud.policysimulator.v1.Replay]. A `Replay` is | |
| viewing a Replay. A Replay is |
No description provided.