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

docs: fixed broken links #90

Merged
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -179,10 +179,11 @@ async def create_dashboard(
) -> dashboard.Dashboard:
r"""Creates a new custom dashboard. For examples on how you can use
this API to create dashboards, see `Managing dashboards by
API </monitoring/dashboards/api-dashboard>`__. This method
requires the ``monitoring.dashboards.create`` permission on the
specified project. For more information about permissions, see
`Cloud Identity and Access Management </iam>`__.
API <https://cloud.google.com/monitoring/dashboards/api-dashboard>`__.
This method requires the ``monitoring.dashboards.create``
permission on the specified project. For more information about
permissions, see `Cloud Identity and Access
Management <https://cloud.google.com/iam>`__.

Args:
request (:class:`google.cloud.monitoring_dashboard_v1.types.CreateDashboardRequest`):
Expand Down
Expand Up @@ -374,10 +374,11 @@ def create_dashboard(
) -> dashboard.Dashboard:
r"""Creates a new custom dashboard. For examples on how you can use
this API to create dashboards, see `Managing dashboards by
API </monitoring/dashboards/api-dashboard>`__. This method
requires the ``monitoring.dashboards.create`` permission on the
specified project. For more information about permissions, see
`Cloud Identity and Access Management </iam>`__.
API <https://cloud.google.com/monitoring/dashboards/api-dashboard>`__.
This method requires the ``monitoring.dashboards.create``
permission on the specified project. For more information about
permissions, see `Cloud Identity and Access
Management <https://cloud.google.com/iam>`__.

Args:
request (google.cloud.monitoring_dashboard_v1.types.CreateDashboardRequest):
Expand Down
Expand Up @@ -236,10 +236,11 @@ def create_dashboard(

Creates a new custom dashboard. For examples on how you can use
this API to create dashboards, see `Managing dashboards by
API </monitoring/dashboards/api-dashboard>`__. This method
requires the ``monitoring.dashboards.create`` permission on the
specified project. For more information about permissions, see
`Cloud Identity and Access Management </iam>`__.
API <https://cloud.google.com/monitoring/dashboards/api-dashboard>`__.
This method requires the ``monitoring.dashboards.create``
permission on the specified project. For more information about
permissions, see `Cloud Identity and Access
Management <https://cloud.google.com/iam>`__.

Returns:
Callable[[~.CreateDashboardRequest],
Expand Down
Expand Up @@ -241,10 +241,11 @@ def create_dashboard(

Creates a new custom dashboard. For examples on how you can use
this API to create dashboards, see `Managing dashboards by
API </monitoring/dashboards/api-dashboard>`__. This method
requires the ``monitoring.dashboards.create`` permission on the
specified project. For more information about permissions, see
`Cloud Identity and Access Management </iam>`__.
API <https://cloud.google.com/monitoring/dashboards/api-dashboard>`__.
This method requires the ``monitoring.dashboards.create``
permission on the specified project. For more information about
permissions, see `Cloud Identity and Access
Management <https://cloud.google.com/iam>`__.

Returns:
Callable[[~.CreateDashboardRequest],
Expand Down