Class: Google::Cloud::Monitoring::Dashboard::V1::RowLayout::Row
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::Dashboard::V1::RowLayout::Row
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/dashboard/v1/layouts.rb
Overview
Defines the layout properties and content for a row.
Instance Attribute Summary collapse
-
#weight ⇒ ::Integer
The relative weight of this row.
-
#widgets ⇒ ::Array<::Google::Cloud::Monitoring::Dashboard::V1::Widget>
The display widgets arranged horizontally in this row.
Instance Attribute Details
#weight ⇒ ::Integer
Returns The relative weight of this row. The row weight is used to adjust the height of rows on the screen (relative to peers). Greater the weight, greater the height of the row on the screen. If omitted, a value of 1 is used while rendering.
100 101 102 103 |
# File 'proto_docs/google/monitoring/dashboard/v1/layouts.rb', line 100 class Row include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#widgets ⇒ ::Array<::Google::Cloud::Monitoring::Dashboard::V1::Widget>
Returns The display widgets arranged horizontally in this row.
100 101 102 103 |
# File 'proto_docs/google/monitoring/dashboard/v1/layouts.rb', line 100 class Row include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |