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 (#215)
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 b36b5a7 commit c7e3dc7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,8 @@ async def sample_get_question():
Args:
request (Optional[Union[google.cloud.dataqna_v1alpha.types.GetQuestionRequest, dict]]):
The request object. A request to get a previously
created question.
The request object. A request to get a previously created
question.
name (:class:`str`):
Required. The unique identifier for the question.
Example: ``projects/foo/locations/bar/questions/1234``
Expand Down Expand Up @@ -507,8 +507,7 @@ async def sample_execute_question():
Args:
request (Optional[Union[google.cloud.dataqna_v1alpha.types.ExecuteQuestionRequest, dict]]):
The request object. Request to execute an
interpretation.
The request object. Request to execute an interpretation.
name (:class:`str`):
Required. The unique identifier for the question.
Example: ``projects/foo/locations/bar/questions/1234``
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -531,8 +531,8 @@ def sample_get_question():
Args:
request (Union[google.cloud.dataqna_v1alpha.types.GetQuestionRequest, dict]):
The request object. A request to get a previously
created question.
The request object. A request to get a previously created
question.
name (str):
Required. The unique identifier for the question.
Example: ``projects/foo/locations/bar/questions/1234``
Expand Down Expand Up @@ -757,8 +757,7 @@ def sample_execute_question():
Args:
request (Union[google.cloud.dataqna_v1alpha.types.ExecuteQuestionRequest, dict]):
The request object. Request to execute an
interpretation.
The request object. Request to execute an interpretation.
name (str):
Required. The unique identifier for the question.
Example: ``projects/foo/locations/bar/questions/1234``
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,6 @@ def __call__(
request (~.question_service.CreateQuestionRequest):
The request object. Request to create a question
resource.
retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down Expand Up @@ -572,7 +571,6 @@ def __call__(
request (~.question_service.GetQuestionRequest):
The request object. A request to get a previously created
question.
retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down

0 comments on commit c7e3dc7

Please sign in to comment.