Thanks to visit codestin.com
Credit goes to github.com

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

Commit c7e3dc7

Browse files
docs: Fix formatting of request arg in docstring (#215)
* 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: https://github.com/googleapis/googleapis-gen/commit/b2ab4b0a0ae2907e812c209198a74e0898afcb04 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>
1 parent b36b5a7 commit c7e3dc7

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

google/cloud/dataqna_v1alpha/services/question_service/async_client.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,8 @@ async def sample_get_question():
281281
282282
Args:
283283
request (Optional[Union[google.cloud.dataqna_v1alpha.types.GetQuestionRequest, dict]]):
284-
The request object. A request to get a previously
285-
created question.
284+
The request object. A request to get a previously created
285+
question.
286286
name (:class:`str`):
287287
Required. The unique identifier for the question.
288288
Example: ``projects/foo/locations/bar/questions/1234``
@@ -507,8 +507,7 @@ async def sample_execute_question():
507507
508508
Args:
509509
request (Optional[Union[google.cloud.dataqna_v1alpha.types.ExecuteQuestionRequest, dict]]):
510-
The request object. Request to execute an
511-
interpretation.
510+
The request object. Request to execute an interpretation.
512511
name (:class:`str`):
513512
Required. The unique identifier for the question.
514513
Example: ``projects/foo/locations/bar/questions/1234``

google/cloud/dataqna_v1alpha/services/question_service/client.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -531,8 +531,8 @@ def sample_get_question():
531531
532532
Args:
533533
request (Union[google.cloud.dataqna_v1alpha.types.GetQuestionRequest, dict]):
534-
The request object. A request to get a previously
535-
created question.
534+
The request object. A request to get a previously created
535+
question.
536536
name (str):
537537
Required. The unique identifier for the question.
538538
Example: ``projects/foo/locations/bar/questions/1234``
@@ -757,8 +757,7 @@ def sample_execute_question():
757757
758758
Args:
759759
request (Union[google.cloud.dataqna_v1alpha.types.ExecuteQuestionRequest, dict]):
760-
The request object. Request to execute an
761-
interpretation.
760+
The request object. Request to execute an interpretation.
762761
name (str):
763762
Required. The unique identifier for the question.
764763
Example: ``projects/foo/locations/bar/questions/1234``

google/cloud/dataqna_v1alpha/services/question_service/transports/rest.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,6 @@ def __call__(
372372
request (~.question_service.CreateQuestionRequest):
373373
The request object. Request to create a question
374374
resource.
375-
376375
retry (google.api_core.retry.Retry): Designation of what errors, if any,
377376
should be retried.
378377
timeout (float): The timeout for this request.
@@ -572,7 +571,6 @@ def __call__(
572571
request (~.question_service.GetQuestionRequest):
573572
The request object. A request to get a previously created
574573
question.
575-
576574
retry (google.api_core.retry.Retry): Designation of what errors, if any,
577575
should be retried.
578576
timeout (float): The timeout for this request.

0 commit comments

Comments
 (0)