Class: Google::Cloud::Monitoring::Dashboard::V1::RowLayout::Row

Inherits:
Object
  • Object
show all
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

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.

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.



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.

Returns:



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