This repository was archived by the owner on Sep 5, 2023. It is now read-only.
File tree 3 files changed +6
-10
lines changed
google/cloud/dataqna_v1alpha/services/question_service
3 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -281,8 +281,8 @@ async def sample_get_question():
281
281
282
282
Args:
283
283
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.
286
286
name (:class:`str`):
287
287
Required. The unique identifier for the question.
288
288
Example: ``projects/foo/locations/bar/questions/1234``
@@ -507,8 +507,7 @@ async def sample_execute_question():
507
507
508
508
Args:
509
509
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.
512
511
name (:class:`str`):
513
512
Required. The unique identifier for the question.
514
513
Example: ``projects/foo/locations/bar/questions/1234``
Original file line number Diff line number Diff line change @@ -531,8 +531,8 @@ def sample_get_question():
531
531
532
532
Args:
533
533
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.
536
536
name (str):
537
537
Required. The unique identifier for the question.
538
538
Example: ``projects/foo/locations/bar/questions/1234``
@@ -757,8 +757,7 @@ def sample_execute_question():
757
757
758
758
Args:
759
759
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.
762
761
name (str):
763
762
Required. The unique identifier for the question.
764
763
Example: ``projects/foo/locations/bar/questions/1234``
Original file line number Diff line number Diff line change @@ -372,7 +372,6 @@ def __call__(
372
372
request (~.question_service.CreateQuestionRequest):
373
373
The request object. Request to create a question
374
374
resource.
375
-
376
375
retry (google.api_core.retry.Retry): Designation of what errors, if any,
377
376
should be retried.
378
377
timeout (float): The timeout for this request.
@@ -572,7 +571,6 @@ def __call__(
572
571
request (~.question_service.GetQuestionRequest):
573
572
The request object. A request to get a previously created
574
573
question.
575
-
576
574
retry (google.api_core.retry.Retry): Designation of what errors, if any,
577
575
should be retried.
578
576
timeout (float): The timeout for this request.
You can’t perform that action at this time.
0 commit comments