Skip to content

Commit

Permalink
docs: Fix formatting of request arg in docstring (#263)
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] authored Mar 23, 2023
1 parent 933507c commit 3e86f07
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ async def sample_create_dashboard():
Args:
request (Optional[Union[google.cloud.monitoring_dashboard_v1.types.CreateDashboardRequest, dict]]):
The request object. The `CreateDashboard` request.
The request object. The ``CreateDashboard`` 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 @@ -359,7 +359,7 @@ async def sample_list_dashboards():
Args:
request (Optional[Union[google.cloud.monitoring_dashboard_v1.types.ListDashboardsRequest, dict]]):
The request object. The `ListDashboards` request.
The request object. The ``ListDashboards`` 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 @@ -454,7 +454,7 @@ async def sample_get_dashboard():
Args:
request (Optional[Union[google.cloud.monitoring_dashboard_v1.types.GetDashboardRequest, dict]]):
The request object. The `GetDashboard` request.
The request object. The ``GetDashboard`` 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 @@ -539,7 +539,7 @@ async def sample_delete_dashboard():
Args:
request (Optional[Union[google.cloud.monitoring_dashboard_v1.types.DeleteDashboardRequest, dict]]):
The request object. The `DeleteDashboard` request.
The request object. The ``DeleteDashboard`` 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 @@ -619,7 +619,7 @@ async def sample_update_dashboard():
Args:
request (Optional[Union[google.cloud.monitoring_dashboard_v1.types.UpdateDashboardRequest, dict]]):
The request object. The `UpdateDashboard` request.
The request object. The ``UpdateDashboard`` 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 @@ -511,7 +511,7 @@ def sample_create_dashboard():
Args:
request (Union[google.cloud.monitoring_dashboard_v1.types.CreateDashboardRequest, dict]):
The request object. The `CreateDashboard` request.
The request object. The ``CreateDashboard`` 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 @@ -599,7 +599,7 @@ def sample_list_dashboards():
Args:
request (Union[google.cloud.monitoring_dashboard_v1.types.ListDashboardsRequest, dict]):
The request object. The `ListDashboards` request.
The request object. The ``ListDashboards`` 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 @@ -695,7 +695,7 @@ def sample_get_dashboard():
Args:
request (Union[google.cloud.monitoring_dashboard_v1.types.GetDashboardRequest, dict]):
The request object. The `GetDashboard` request.
The request object. The ``GetDashboard`` 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 @@ -781,7 +781,7 @@ def sample_delete_dashboard():
Args:
request (Union[google.cloud.monitoring_dashboard_v1.types.DeleteDashboardRequest, dict]):
The request object. The `DeleteDashboard` request.
The request object. The ``DeleteDashboard`` 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 @@ -862,7 +862,7 @@ def sample_update_dashboard():
Args:
request (Union[google.cloud.monitoring_dashboard_v1.types.UpdateDashboardRequest, dict]):
The request object. The `UpdateDashboard` request.
The request object. The ``UpdateDashboard`` 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

0 comments on commit 3e86f07

Please sign in to comment.