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

Commit

Permalink
docs: Fix formatting of request arg in docstring (#347)
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 15eb29e commit 50505cd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 26 deletions.
Expand Up @@ -426,8 +426,8 @@ async def sample_batch_run_reports():
Args:
request (Optional[Union[google.analytics.data_v1beta.types.BatchRunReportsRequest, dict]]):
The request object. The batch request containing
multiple report requests.
The request object. The batch request containing multiple
report requests.
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 @@ -508,8 +508,8 @@ async def sample_batch_run_pivot_reports():
Args:
request (Optional[Union[google.analytics.data_v1beta.types.BatchRunPivotReportsRequest, dict]]):
The request object. The batch request containing
multiple pivot report requests.
The request object. The batch request containing multiple
pivot report requests.
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 @@ -811,12 +811,11 @@ async def sample_check_compatibility():
Args:
request (Optional[Union[google.analytics.data_v1beta.types.CheckCompatibilityRequest, dict]]):
The request object. The request for compatibility
information for a report's dimensions and metrics. Check
compatibility provides a preview of the compatibility of
a report; fields shared with the `runReport` request
should be the same values as in your `runReport`
request.
The request object. The request for compatibility information for a report's
dimensions and metrics. Check compatibility provides a
preview of the compatibility of a report; fields shared
with the ``runReport`` request should be the same values
as in your ``runReport`` request.
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 @@ -650,8 +650,8 @@ def sample_batch_run_reports():
Args:
request (Union[google.analytics.data_v1beta.types.BatchRunReportsRequest, dict]):
The request object. The batch request containing
multiple report requests.
The request object. The batch request containing multiple
report requests.
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 @@ -733,8 +733,8 @@ def sample_batch_run_pivot_reports():
Args:
request (Union[google.analytics.data_v1beta.types.BatchRunPivotReportsRequest, dict]):
The request object. The batch request containing
multiple pivot report requests.
The request object. The batch request containing multiple
pivot report requests.
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 @@ -1038,12 +1038,11 @@ def sample_check_compatibility():
Args:
request (Union[google.analytics.data_v1beta.types.CheckCompatibilityRequest, dict]):
The request object. The request for compatibility
information for a report's dimensions and metrics. Check
compatibility provides a preview of the compatibility of
a report; fields shared with the `runReport` request
should be the same values as in your `runReport`
request.
The request object. The request for compatibility information for a report's
dimensions and metrics. Check compatibility provides a
preview of the compatibility of a report; fields shared
with the ``runReport`` request should be the same values
as in your ``runReport`` request.
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 @@ -403,7 +403,6 @@ def __call__(
request (~.analytics_data_api.BatchRunPivotReportsRequest):
The request object. The batch request containing multiple
pivot report requests.
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 @@ -493,7 +492,6 @@ def __call__(
request (~.analytics_data_api.BatchRunReportsRequest):
The request object. The batch request containing multiple
report requests.
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 @@ -586,7 +584,6 @@ def __call__(
preview of the compatibility of a report; fields shared
with the ``runReport`` request should be the same values
as in your ``runReport`` request.
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 @@ -687,7 +684,6 @@ def __call__(
request (~.analytics_data_api.GetMetadataRequest):
The request object. Request for a property's dimension
and metric metadata.
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 @@ -767,7 +763,6 @@ def __call__(
request (~.analytics_data_api.RunPivotReportRequest):
The request object. The request to generate a pivot
report.
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 @@ -857,7 +852,6 @@ def __call__(
request (~.analytics_data_api.RunRealtimeReportRequest):
The request object. The request to generate a realtime
report.
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 50505cd

Please sign in to comment.