Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
docs: Fix formatting of request arg in docstring (#352)
Browse files Browse the repository at this point in the history
* docs: Fix formatting of request arg in docstring

chore: Update gapic-generator-python to v1.9.1
PiperOrigin-RevId: 518604533

Source-Link: googleapis/googleapis@8a085ae

Source-Link: googleapis/googleapis-gen@b2ab4b0
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjJhYjRiMGEwYWUyOTA3ZTgxMmMyMDkxOThhNzRlMDg5OGFmY2IwNCJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Mar 23, 2023
1 parent 5f841d7 commit a0ab5c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1597,8 +1597,8 @@ async def sample_search_related_account_group_memberships():
Args:
request (Optional[Union[google.cloud.recaptchaenterprise_v1.types.SearchRelatedAccountGroupMembershipsRequest, dict]]):
The request object. The request message to search
related account group memberships.
The request object. The request message to search related
account group memberships.
project (:class:`str`):
Required. The name of the project to
search related account group memberships
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1881,8 +1881,8 @@ def sample_search_related_account_group_memberships():
Args:
request (Union[google.cloud.recaptchaenterprise_v1.types.SearchRelatedAccountGroupMembershipsRequest, dict]):
The request object. The request message to search
related account group memberships.
The request object. The request message to search related
account group memberships.
project (str):
Required. The name of the project to
search related account group memberships
Expand Down

0 comments on commit a0ab5c3

Please sign in to comment.