Class: Google::Cloud::Monitoring::Dashboard::V1::Widget

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/monitoring/dashboard/v1/widget.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#alert_chart::Google::Cloud::Monitoring::Dashboard::V1::AlertChart

Returns A chart of alert policy data.

Returns:



55
56
57
58
# File 'proto_docs/google/monitoring/dashboard/v1/widget.rb', line 55

class Widget
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#blank::Google::Protobuf::Empty

Returns A blank space.

Returns:



55
56
57
58
# File 'proto_docs/google/monitoring/dashboard/v1/widget.rb', line 55

class Widget
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#collapsible_group::Google::Cloud::Monitoring::Dashboard::V1::CollapsibleGroup

Returns A widget that groups the other widgets. All widgets that are within the area spanned by the grouping widget are considered member widgets.

Returns:



55
56
57
58
# File 'proto_docs/google/monitoring/dashboard/v1/widget.rb', line 55

class Widget
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#logs_panel::Google::Cloud::Monitoring::Dashboard::V1::LogsPanel

Returns A widget that shows a stream of logs.

Returns:



55
56
57
58
# File 'proto_docs/google/monitoring/dashboard/v1/widget.rb', line 55

class Widget
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#scorecard::Google::Cloud::Monitoring::Dashboard::V1::Scorecard

Returns A scorecard summarizing time series data.

Returns:



55
56
57
58
# File 'proto_docs/google/monitoring/dashboard/v1/widget.rb', line 55

class Widget
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#text::Google::Cloud::Monitoring::Dashboard::V1::Text

Returns A raw string or markdown displaying textual content.

Returns:



55
56
57
58
# File 'proto_docs/google/monitoring/dashboard/v1/widget.rb', line 55

class Widget
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#time_series_table::Google::Cloud::Monitoring::Dashboard::V1::TimeSeriesTable

Returns A widget that displays time series data in a tabular format.

Returns:



55
56
57
58
# File 'proto_docs/google/monitoring/dashboard/v1/widget.rb', line 55

class Widget
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#title::String

Returns Optional. The title of the widget.

Returns:

  • (::String)

    Optional. The title of the widget.



55
56
57
58
# File 'proto_docs/google/monitoring/dashboard/v1/widget.rb', line 55

class Widget
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#xy_chart::Google::Cloud::Monitoring::Dashboard::V1::XyChart

Returns A chart of time series data.

Returns:



55
56
57
58
# File 'proto_docs/google/monitoring/dashboard/v1/widget.rb', line 55

class Widget
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end