Skip to content
This repository was archived by the owner on Jan 17, 2024. It is now read-only.

Commit 59cd222

Browse files
docs: fixed broken links (#90)
PiperOrigin-RevId: 384731479 Source-Link: googleapis/googleapis@56ffafc Source-Link: https://github.com/googleapis/googleapis-gen/commit/954d798ccce0815b347aec2b44f05f86b5535d7d
1 parent 55f2698 commit 59cd222

4 files changed

Lines changed: 20 additions & 16 deletions

File tree

google/cloud/monitoring_dashboard_v1/services/dashboards_service/async_client.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,11 @@ async def create_dashboard(
179179
) -> dashboard.Dashboard:
180180
r"""Creates a new custom dashboard. For examples on how you can use
181181
this API to create dashboards, see `Managing dashboards by
182-
API </monitoring/dashboards/api-dashboard>`__. This method
183-
requires the ``monitoring.dashboards.create`` permission on the
184-
specified project. For more information about permissions, see
185-
`Cloud Identity and Access Management </iam>`__.
182+
API <https://cloud.google.com/monitoring/dashboards/api-dashboard>`__.
183+
This method requires the ``monitoring.dashboards.create``
184+
permission on the specified project. For more information about
185+
permissions, see `Cloud Identity and Access
186+
Management <https://cloud.google.com/iam>`__.
186187
187188
Args:
188189
request (:class:`google.cloud.monitoring_dashboard_v1.types.CreateDashboardRequest`):

google/cloud/monitoring_dashboard_v1/services/dashboards_service/client.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -374,10 +374,11 @@ def create_dashboard(
374374
) -> dashboard.Dashboard:
375375
r"""Creates a new custom dashboard. For examples on how you can use
376376
this API to create dashboards, see `Managing dashboards by
377-
API </monitoring/dashboards/api-dashboard>`__. This method
378-
requires the ``monitoring.dashboards.create`` permission on the
379-
specified project. For more information about permissions, see
380-
`Cloud Identity and Access Management </iam>`__.
377+
API <https://cloud.google.com/monitoring/dashboards/api-dashboard>`__.
378+
This method requires the ``monitoring.dashboards.create``
379+
permission on the specified project. For more information about
380+
permissions, see `Cloud Identity and Access
381+
Management <https://cloud.google.com/iam>`__.
381382
382383
Args:
383384
request (google.cloud.monitoring_dashboard_v1.types.CreateDashboardRequest):

google/cloud/monitoring_dashboard_v1/services/dashboards_service/transports/grpc.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,10 +236,11 @@ def create_dashboard(
236236
237237
Creates a new custom dashboard. For examples on how you can use
238238
this API to create dashboards, see `Managing dashboards by
239-
API </monitoring/dashboards/api-dashboard>`__. This method
240-
requires the ``monitoring.dashboards.create`` permission on the
241-
specified project. For more information about permissions, see
242-
`Cloud Identity and Access Management </iam>`__.
239+
API <https://cloud.google.com/monitoring/dashboards/api-dashboard>`__.
240+
This method requires the ``monitoring.dashboards.create``
241+
permission on the specified project. For more information about
242+
permissions, see `Cloud Identity and Access
243+
Management <https://cloud.google.com/iam>`__.
243244
244245
Returns:
245246
Callable[[~.CreateDashboardRequest],

google/cloud/monitoring_dashboard_v1/services/dashboards_service/transports/grpc_asyncio.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -241,10 +241,11 @@ def create_dashboard(
241241
242242
Creates a new custom dashboard. For examples on how you can use
243243
this API to create dashboards, see `Managing dashboards by
244-
API </monitoring/dashboards/api-dashboard>`__. This method
245-
requires the ``monitoring.dashboards.create`` permission on the
246-
specified project. For more information about permissions, see
247-
`Cloud Identity and Access Management </iam>`__.
244+
API <https://cloud.google.com/monitoring/dashboards/api-dashboard>`__.
245+
This method requires the ``monitoring.dashboards.create``
246+
permission on the specified project. For more information about
247+
permissions, see `Cloud Identity and Access
248+
Management <https://cloud.google.com/iam>`__.
248249
249250
Returns:
250251
Callable[[~.CreateDashboardRequest],

0 commit comments

Comments
 (0)