Class Dashboard (2.1.0)

Dashboard(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A Google Stackdriver dashboard. Dashboards define the content and layout of pages in the Stackdriver web application.

Attributes

NameDescription
name str
Immutable. The resource name of the dashboard.
display_name str
Required. The mutable, human-readable name.
etag str
etag is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. An etag is returned in the response to GetDashboard, and users are expected to put that etag in the request to UpdateDashboard to ensure that their change will be applied to the same version of the Dashboard configuration. The field should not be passed during dashboard creation.
grid_layout google.cloud.monitoring_dashboard_v1.types.GridLayout
Content is arranged with a basic layout that re-flows a simple list of informational elements like widgets or tiles.
mosaic_layout google.cloud.monitoring_dashboard_v1.types.MosaicLayout
The content is arranged as a grid of tiles, with each content widget occupying one or more grid blocks.
row_layout google.cloud.monitoring_dashboard_v1.types.RowLayout
The content is divided into equally spaced rows and the widgets are arranged horizontally.
column_layout google.cloud.monitoring_dashboard_v1.types.ColumnLayout
The content is divided into equally spaced columns and the widgets are arranged vertically.