Class Tile (2.5.1)

Tile(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A single tile in the mosaic. The placement and size of the tile are configurable.

Attributes

NameDescription
x_pos int
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.
y_pos int
The zero-indexed position of the tile in grid blocks relative to the top edge of the grid. y_pos cannot be negative.
width int
The width of the tile, measured in grid blocks. Tiles must have a minimum width of 1.
height int
The height of the tile, measured in grid blocks. Tiles must have a minimum height of 1.
widget google.cloud.monitoring_dashboard_v1.types.Widget
The informational widget contained in the tile. For example an XyChart.