From 3e86f07bfee5011ddb7b9539011e92e191ee1f50 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 09:32:30 -0400 Subject: [PATCH] docs: Fix formatting of request arg in docstring (#263) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: Fix formatting of request arg in docstring chore: Update gapic-generator-python to v1.9.1 PiperOrigin-RevId: 518604533 Source-Link: https://github.com/googleapis/googleapis/commit/8a085aeddfa010af5bcef090827aac5255383d7e 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 --- .../services/dashboards_service/async_client.py | 10 +++++----- .../services/dashboards_service/client.py | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/google-cloud-monitoring-dashboards/google/cloud/monitoring_dashboard_v1/services/dashboards_service/async_client.py b/packages/google-cloud-monitoring-dashboards/google/cloud/monitoring_dashboard_v1/services/dashboards_service/async_client.py index cb9b62cb359b..399b38f218bd 100644 --- a/packages/google-cloud-monitoring-dashboards/google/cloud/monitoring_dashboard_v1/services/dashboards_service/async_client.py +++ b/packages/google-cloud-monitoring-dashboards/google/cloud/monitoring_dashboard_v1/services/dashboards_service/async_client.py @@ -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. @@ -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. @@ -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. @@ -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. @@ -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. diff --git a/packages/google-cloud-monitoring-dashboards/google/cloud/monitoring_dashboard_v1/services/dashboards_service/client.py b/packages/google-cloud-monitoring-dashboards/google/cloud/monitoring_dashboard_v1/services/dashboards_service/client.py index a589cf549139..0530d71c5fef 100644 --- a/packages/google-cloud-monitoring-dashboards/google/cloud/monitoring_dashboard_v1/services/dashboards_service/client.py +++ b/packages/google-cloud-monitoring-dashboards/google/cloud/monitoring_dashboard_v1/services/dashboards_service/client.py @@ -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. @@ -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. @@ -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. @@ -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. @@ -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.