Class Widget (2.15.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.
incident_list google.cloud.monitoring_dashboard_v1.types.IncidentList
A widget that shows list of incidents. This field is a member of oneof_ content.
pie_chart google.cloud.monitoring_dashboard_v1.types.PieChart
A widget that displays timeseries data as a pie chart. This field is a member of oneof_ content.
error_reporting_panel google.cloud.monitoring_dashboard_v1.types.ErrorReportingPanel
A widget that displays a list of error groups. This field is a member of oneof_ content.
section_header google.cloud.monitoring_dashboard_v1.types.SectionHeader
A widget that defines a section header for easier navigation of the dashboard. This field is a member of oneof_ content.
single_view_group google.cloud.monitoring_dashboard_v1.types.SingleViewGroup
A widget that groups the other widgets by using a dropdown menu. This field is a member of oneof_ content.
id str
Optional. The widget id. Ids may be made up of alphanumerics, dashes and underscores. Widget ids are optional.