Skip to content

Commit 3e86f07

Browse files
docs: Fix formatting of request arg in docstring (#263)
* 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>
1 parent 933507c commit 3e86f07

File tree

2 files changed

+10
-10
lines changed
  • packages/google-cloud-monitoring-dashboards/google/cloud/monitoring_dashboard_v1/services/dashboards_service

2 files changed

+10
-10
lines changed

packages/google-cloud-monitoring-dashboards/google/cloud/monitoring_dashboard_v1/services/dashboards_service/async_client.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ async def sample_create_dashboard():
272272
273273
Args:
274274
request (Optional[Union[google.cloud.monitoring_dashboard_v1.types.CreateDashboardRequest, dict]]):
275-
The request object. The `CreateDashboard` request.
275+
The request object. The ``CreateDashboard`` request.
276276
retry (google.api_core.retry.Retry): Designation of what errors, if any,
277277
should be retried.
278278
timeout (float): The timeout for this request.
@@ -359,7 +359,7 @@ async def sample_list_dashboards():
359359
360360
Args:
361361
request (Optional[Union[google.cloud.monitoring_dashboard_v1.types.ListDashboardsRequest, dict]]):
362-
The request object. The `ListDashboards` request.
362+
The request object. The ``ListDashboards`` request.
363363
retry (google.api_core.retry.Retry): Designation of what errors, if any,
364364
should be retried.
365365
timeout (float): The timeout for this request.
@@ -454,7 +454,7 @@ async def sample_get_dashboard():
454454
455455
Args:
456456
request (Optional[Union[google.cloud.monitoring_dashboard_v1.types.GetDashboardRequest, dict]]):
457-
The request object. The `GetDashboard` request.
457+
The request object. The ``GetDashboard`` request.
458458
retry (google.api_core.retry.Retry): Designation of what errors, if any,
459459
should be retried.
460460
timeout (float): The timeout for this request.
@@ -539,7 +539,7 @@ async def sample_delete_dashboard():
539539
540540
Args:
541541
request (Optional[Union[google.cloud.monitoring_dashboard_v1.types.DeleteDashboardRequest, dict]]):
542-
The request object. The `DeleteDashboard` request.
542+
The request object. The ``DeleteDashboard`` request.
543543
retry (google.api_core.retry.Retry): Designation of what errors, if any,
544544
should be retried.
545545
timeout (float): The timeout for this request.
@@ -619,7 +619,7 @@ async def sample_update_dashboard():
619619
620620
Args:
621621
request (Optional[Union[google.cloud.monitoring_dashboard_v1.types.UpdateDashboardRequest, dict]]):
622-
The request object. The `UpdateDashboard` request.
622+
The request object. The ``UpdateDashboard`` request.
623623
retry (google.api_core.retry.Retry): Designation of what errors, if any,
624624
should be retried.
625625
timeout (float): The timeout for this request.

packages/google-cloud-monitoring-dashboards/google/cloud/monitoring_dashboard_v1/services/dashboards_service/client.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ def sample_create_dashboard():
511511
512512
Args:
513513
request (Union[google.cloud.monitoring_dashboard_v1.types.CreateDashboardRequest, dict]):
514-
The request object. The `CreateDashboard` request.
514+
The request object. The ``CreateDashboard`` request.
515515
retry (google.api_core.retry.Retry): Designation of what errors, if any,
516516
should be retried.
517517
timeout (float): The timeout for this request.
@@ -599,7 +599,7 @@ def sample_list_dashboards():
599599
600600
Args:
601601
request (Union[google.cloud.monitoring_dashboard_v1.types.ListDashboardsRequest, dict]):
602-
The request object. The `ListDashboards` request.
602+
The request object. The ``ListDashboards`` request.
603603
retry (google.api_core.retry.Retry): Designation of what errors, if any,
604604
should be retried.
605605
timeout (float): The timeout for this request.
@@ -695,7 +695,7 @@ def sample_get_dashboard():
695695
696696
Args:
697697
request (Union[google.cloud.monitoring_dashboard_v1.types.GetDashboardRequest, dict]):
698-
The request object. The `GetDashboard` request.
698+
The request object. The ``GetDashboard`` request.
699699
retry (google.api_core.retry.Retry): Designation of what errors, if any,
700700
should be retried.
701701
timeout (float): The timeout for this request.
@@ -781,7 +781,7 @@ def sample_delete_dashboard():
781781
782782
Args:
783783
request (Union[google.cloud.monitoring_dashboard_v1.types.DeleteDashboardRequest, dict]):
784-
The request object. The `DeleteDashboard` request.
784+
The request object. The ``DeleteDashboard`` request.
785785
retry (google.api_core.retry.Retry): Designation of what errors, if any,
786786
should be retried.
787787
timeout (float): The timeout for this request.
@@ -862,7 +862,7 @@ def sample_update_dashboard():
862862
863863
Args:
864864
request (Union[google.cloud.monitoring_dashboard_v1.types.UpdateDashboardRequest, dict]):
865-
The request object. The `UpdateDashboard` request.
865+
The request object. The ``UpdateDashboard`` request.
866866
retry (google.api_core.retry.Retry): Designation of what errors, if any,
867867
should be retried.
868868
timeout (float): The timeout for this request.

0 commit comments

Comments
 (0)