Class: Google::Cloud::Monitoring::Dashboard::V1::ColumnLayout::Column
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::Dashboard::V1::ColumnLayout::Column
- 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 column.
Instance Attribute Summary collapse
-
#weight ⇒ ::Integer
The relative weight of this column.
-
#widgets ⇒ ::Array<::Google::Cloud::Monitoring::Dashboard::V1::Widget>
The display widgets arranged vertically in this column.
Instance Attribute Details
#weight ⇒ ::Integer
Returns The relative weight of this column. The column weight is used to adjust the width of columns on the screen (relative to peers). Greater the weight, greater the width of the column on the screen. If omitted, a value of 1 is used while rendering.
125 126 127 128 |
# File 'proto_docs/google/monitoring/dashboard/v1/layouts.rb', line 125 class Column include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#widgets ⇒ ::Array<::Google::Cloud::Monitoring::Dashboard::V1::Widget>
Returns The display widgets arranged vertically in this column.
125 126 127 128 |
# File 'proto_docs/google/monitoring/dashboard/v1/layouts.rb', line 125 class Column include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |