Class Widget (2.9.0)

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

Widget contains a single dashboard component and configuration of how to present the component in the dashboard.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
title str
Optional. The title of the widget.
xy_chart google.cloud.monitoring_dashboard_v1.types.XyChart
A chart of time series data. This field is a member of oneof_ content.
scorecard google.cloud.monitoring_dashboard_v1.types.Scorecard
A scorecard summarizing time series data. This field is a member of oneof_ content.
text google.cloud.monitoring_dashboard_v1.types.Text
A raw string or markdown displaying textual content. This field is a member of oneof_ content.
blank google.protobuf.empty_pb2.Empty
A blank space. This field is a member of oneof_ content.
alert_chart google.cloud.monitoring_dashboard_v1.types.AlertChart
A chart of alert policy data. This field is a member of oneof_ content.
time_series_table google.cloud.monitoring_dashboard_v1.types.TimeSeriesTable
A widget that displays time series data in a tabular format. This field is a member of oneof_ content.
collapsible_group google.cloud.monitoring_dashboard_v1.types.CollapsibleGroup
A widget that groups the other widgets. All widgets that are within the area spanned by the grouping widget are considered member widgets. This field is a member of oneof_ content.
logs_panel google.cloud.monitoring_dashboard_v1.types.LogsPanel
A widget that shows a stream of logs. This field is a member of oneof_ content.