8000 docs: Fix formatting of request arg in docstring (#347) · googleapis/python-analytics-data@50505cd · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Nov 9, 2024. It is now read-only.

Commit 50505cd

Browse files
docs: Fix formatting of request arg in docstring (#347)
* 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 15eb29e commit 50505cd

File tree

3 files changed

+18
-26
lines changed

3 files changed

+18
-26
lines changed

google/analytics/data_v1beta/services/beta_analytics_data/async_client.py

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -426,8 +426,8 @@ async def sample_batch_run_reports():
426426
427427
Args:
428428
request (Optional[Union[google.analytics.data_v1beta.types.BatchRunReportsRequest, dict]]):
429-
The request object. The batch request containing
430-
multiple report requests.
429+
The request object. The batch request containing multiple
430+
report requests.
431431
retry (google.api_core.retry.Retry): Designation of what errors, if any,
432432
should be retried.
433433
timeout (float): The timeout for this request.
@@ -508,8 +508,8 @@ async def sample_batch_run_pivot_reports():
508508
509509
Args:
510510
request (Optional[Union[google.analytics.data_v1beta.types.BatchRunPivotReportsRequest, dict]]):
511-
The request object. The batch request containing
512-
multiple pivot report requests.
511+
The request object. The batch request containing multiple
512+
pivot report requests.
513513
retry (google.api_core.retry.Retry): Designation of what errors, if any,
514514
should be retried.
515515
timeout (float): The timeout for this request.
@@ -811,12 +811,11 @@ async def sample_check_compatibility():
811811
812812
Args:
813813
request (Optional[Union[google.analytics.data_v1beta.types.CheckCompatibilityRequest, dict]]):
814-
The request object. The request for compatibility
815-
information for a report's dimensions and metrics. Check
816-
compatibility provides a preview of the compatibility of
817-
a report; fields shared with the `runReport` request
818-
should be the same values as in your `runReport`
819-
request.
814+
The request object. The request for compatibility information for a report's
815+
dimensions and metrics. Check compatibility provides a
816+
preview of the compatibility of a report; fields shared
817+
with the ``runReport`` request should be the same values
818+
as in your ``runReport`` request.
820819
retry (google.api_core.retry.Retry): Designation of what errors, if any,
821820
should be retried.
822821
timeout (float): The timeout for this request.

google/analytics/data_v1beta/services/beta_analytics_data/client.py

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -650,8 +650,8 @@ def sample_batch_run_reports():
650650
651651
Args:
652652
request (Union[google.analytics.data_v1beta.types.BatchRunReportsRequest, dict]):
653-
The request object. The batch request containing
654-
multiple report requests.
653+
The request object. The batch request containing multiple
654+
report requests.
655655
retry (google.api_core.retry.Retry): Designation of what errors, if any,
656656
should be retried.
657657
timeout (float): The timeout for this request.
@@ -733,8 +733,8 @@ def sample_batch_run_pivot_reports():
733733
734734
Args:
735735
request (Union[google.analytics.data_v1beta.types.BatchRunPivotReportsRequest, dict]):
736-
The request object. The batch request containing
737-
multiple pivot report requests.
736+ The request object. The batch request containing multiple
737+
pivot report requests.
738738
retry (google.api_core.retry.Retry): Designation of what errors, if any,
739739
should be retried.
740740
timeout (float): The timeout for this request.
@@ -1038,12 +1038,11 @@ def sample_check_compatibility():
10381038
10391039
Args:
10401040
request (Union[google.analytics.data_v1beta.types.CheckCompatibilityRequest, dict]):
1041-
The request object. The request for compatibility
1042-
information for a report's dimensions and metrics. Check
1043-
compatibility provides a preview of the compatibility of
1044-
a report; fields shared with the `runReport` request
1045-
should be the same values as in your `runReport`
1046-
request.
1041+
The request object. The request for compatibility information for a report's
1042+
dimensions and metrics. Check compatibility provides a
1043+
preview of the compatibility of a report; fields shared
1044+
with the ``runReport`` request should be the same values
1045+
as in your ``runReport`` request.
10471046
retry (google.api_core.retry.Retry): Designation of what errors, if any,
10481047
should be retried.
10491048
timeout (float): The timeout for this request.

google/analytics/data_v1beta/services/beta_analytics_data/transports/rest.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,6 @@ def __call__(
403403
request (~.analytics_data_api.BatchRunPivotReportsRequest):
404404
The request object. The batch request containing multiple
405405
pivot report requests.
406-
407406
retry (google.api_core.retry.Retry): Designation of what errors, if any,
408407
should be retried.
409408
timeout (float): The timeout for this request.
@@ -493,7 +492,6 @@ def __call__(
493492
request (~.analytics_data_api.BatchRunReportsRequest):
494493
The request object. The batch request containing multiple
495494
report requests.
496-
497495
retry (google.api_core.retry.Retry): Designation of what errors, if any,
498496
should be retried.
499497
timeout (float): The timeout for this request.
@@ -586,7 +584,6 @@ def __call__(
586584
preview of the compatibility of a report; fields shared
587585
with the ``runReport`` request should be the same values
588586
as in your ``runReport`` request.
589-
590587
retry (google.api_core.retry.Retry): Designation of what errors, if any,
591588
should be retried.
592589
timeout (float): The timeout for this request.
@@ -687,7 +684,6 @@ def __call__(
687684
request (~.analytics_data_api.GetMetadataRequest):
688685
The request object. Request for a property's dimension
689686
and metric metadata.
690-
691687
retry (google.api_core.retry.Retry): Designation of what errors, if any,
692688
should be retried.
693689
timeout (float): The timeout for this request.
@@ -767,7 +763,6 @@ def __call__(
767763
request (~.analytics_data_api.RunPivotReportRequest):
768764
The request object. The request to generate a pivot
769765
report.
770-
771766
retry (google.api_core.retry.Retry): Designation of what errors, if any,
772767
should be retried.
773768
timeout (float): The timeout for this request.
@@ -857,7 +852,6 @@ def __call__(
857852
request (~.analytics_data_api.RunRealtimeReportRequest):
858853
The request object. The request to generate a realtime
859854
report.
860-
861855
retry (google.api_core.retry.Retry): Designation of what errors, if any,
862856
should be retried.
863857
timeout (float): The timeout for this request.

0 commit comments

Comments
 (0)
0