Cloud Monitoring Dashboards V1 API - Class Google::Cloud::Monitoring::Dashboard::V1::RowLayout::Row (v0.8.0)

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

Defines the layout properties and content for a row.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#weight

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

#weight=

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

#widgets

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

#widgets=

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