8000 docs: Fix formatting of request arg in docstring by gcf-owl-bot[bot] · Pull Request #347 · googleapis/python-analytics-data · 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.

docs: Fix formatting of request arg in docstring #347

Merged
merged 2 commits into from
Mar 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
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
8000
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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