Class: Google::Cloud::Monitoring::Dashboard::V1::GridLayout
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::Dashboard::V1::GridLayout
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/dashboard/v1/layouts.rb
Overview
A basic layout divides the available space into vertical columns of equal width and arranges a list of widgets using a row-first strategy.
Instance Attribute Summary collapse
-
#columns ⇒ ::Integer
The number of columns into which the view's width is divided.
-
#widgets ⇒ ::Array<::Google::Cloud::Monitoring::Dashboard::V1::Widget>
The informational elements that are arranged into the columns row-first.
Instance Attribute Details
#columns ⇒ ::Integer
Returns The number of columns into which the view's width is divided. If omitted or set to zero, a system default will be used while rendering.
34 35 36 37 |
# File 'proto_docs/google/monitoring/dashboard/v1/layouts.rb', line 34 class GridLayout include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#widgets ⇒ ::Array<::Google::Cloud::Monitoring::Dashboard::V1::Widget>
Returns The informational elements that are arranged into the columns row-first.
34 35 36 37 |
# File 'proto_docs/google/monitoring/dashboard/v1/layouts.rb', line 34 class GridLayout include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |