Class: Google::Cloud::Monitoring::Dashboard::V1::MosaicLayout::Tile
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::Dashboard::V1::MosaicLayout::Tile
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/dashboard/v1/layouts.rb
Overview
A single tile in the mosaic. The placement and size of the tile are configurable.
Instance Attribute Summary collapse
-
#height ⇒ ::Integer
The height of the tile, measured in grid blocks.
-
#widget ⇒ ::Google::Cloud::Monitoring::Dashboard::V1::Widget
The informational widget contained in the tile.
-
#width ⇒ ::Integer
The width of the tile, measured in grid blocks.
-
#x_pos ⇒ ::Integer
The zero-indexed position of the tile in grid blocks relative to the left edge of the grid.
-
#y_pos ⇒ ::Integer
The zero-indexed position of the tile in grid blocks relative to the top edge of the grid.
Instance Attribute Details
#height ⇒ ::Integer
Returns The height of the tile, measured in grid blocks. Tiles must have a minimum height of 1.
75 76 77 78 |
# File 'proto_docs/google/monitoring/dashboard/v1/layouts.rb', line 75 class Tile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#widget ⇒ ::Google::Cloud::Monitoring::Dashboard::V1::Widget
Returns The informational widget contained in the tile. For example an XyChart
.
75 76 77 78 |
# File 'proto_docs/google/monitoring/dashboard/v1/layouts.rb', line 75 class Tile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#width ⇒ ::Integer
Returns The width of the tile, measured in grid blocks. Tiles must have a minimum width of 1.
75 76 77 78 |
# File 'proto_docs/google/monitoring/dashboard/v1/layouts.rb', line 75 class Tile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#x_pos ⇒ ::Integer
Returns The zero-indexed position of the tile in grid blocks relative to the
left edge of the grid. Tiles must be contained within the specified
number of columns. x_pos
cannot be negative.
75 76 77 78 |
# File 'proto_docs/google/monitoring/dashboard/v1/layouts.rb', line 75 class Tile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#y_pos ⇒ ::Integer
Returns The zero-indexed position of the tile in grid blocks relative to the
top edge of the grid. y_pos
cannot be negative.
75 76 77 78 |
# File 'proto_docs/google/monitoring/dashboard/v1/layouts.rb', line 75 class Tile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |