Cloud Monitoring Dashboards V1 API - Class Google::Cloud::Monitoring::Dashboard::V1::ColumnLayout::Column (v0.12.1)

Reference documentation and code samples for the Cloud Monitoring Dashboards V1 API class Google::Cloud::Monitoring::Dashboard::V1::ColumnLayout::Column.

Defines the layout properties and content for a column.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#weight

def weight() -> ::Integer
Returns
  • (::Integer) — 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.

#weight=

def weight=(value) -> ::Integer
Parameter
  • value (::Integer) — 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.
Returns
  • (::Integer) — 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.

#widgets

def widgets() -> ::Array<::Google::Cloud::Monitoring::Dashboard::V1::Widget>
Returns

#widgets=

def widgets=(value) -> ::Array<::Google::Cloud::Monitoring::Dashboard::V1::Widget>
Parameter
Returns