Send feedback
Class MosaicLayout.Tile (2.17.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.17.0 keyboard_arrow_down
public static final class MosaicLayout . Tile extends GeneratedMessageV3 implements MosaicLayout . TileOrBuilder
A single tile in the mosaic. The placement and size of the tile are
configurable.
Protobuf type google.monitoring.dashboard.v1.MosaicLayout.Tile
Static Fields
HEIGHT_FIELD_NUMBER
public static final int HEIGHT_FIELD_NUMBER
Field Value Type Description int
public static final int WIDGET_FIELD_NUMBER
Field Value Type Description int
WIDTH_FIELD_NUMBER
public static final int WIDTH_FIELD_NUMBER
Field Value Type Description int
X_POS_FIELD_NUMBER
public static final int X_POS_FIELD_NUMBER
Field Value Type Description int
Y_POS_FIELD_NUMBER
public static final int Y_POS_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static MosaicLayout . Tile getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static MosaicLayout . Tile . Builder newBuilder ()
newBuilder(MosaicLayout.Tile prototype)
public static MosaicLayout . Tile . Builder newBuilder ( MosaicLayout . Tile prototype )
public static MosaicLayout . Tile parseDelimitedFrom ( InputStream input )
public static MosaicLayout . Tile parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static MosaicLayout . Tile parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static MosaicLayout . Tile parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static MosaicLayout . Tile parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static MosaicLayout . Tile parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static MosaicLayout . Tile parseFrom ( CodedInputStream input )
public static MosaicLayout . Tile parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static MosaicLayout . Tile parseFrom ( InputStream input )
public static MosaicLayout . Tile parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static MosaicLayout . Tile parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static MosaicLayout . Tile parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<MosaicLayout . Tile > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getDefaultInstanceForType()
public MosaicLayout . Tile getDefaultInstanceForType ()
getHeight()
The height of the tile, measured in grid blocks. Tiles must have a
minimum height of 1.
int32 height = 4;
Returns Type Description int
The height.
getParserForType()
public Parser<MosaicLayout . Tile > getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Overrides
public Widget getWidget ()
The informational widget contained in the tile. For example an XyChart
.
.google.monitoring.dashboard.v1.Widget widget = 5;
Returns Type Description Widget
The widget.
public WidgetOrBuilder getWidgetOrBuilder ()
The informational widget contained in the tile. For example an XyChart
.
.google.monitoring.dashboard.v1.Widget widget = 5;
getWidth()
The width of the tile, measured in grid blocks. Tiles must have a
minimum width of 1.
int32 width = 3;
Returns Type Description int
The width.
getXPos()
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.
int32 x_pos = 1;
Returns Type Description int
The xPos.
getYPos()
The zero-indexed position of the tile in grid blocks relative to the
top edge of the grid. y_pos
cannot be negative.
int32 y_pos = 2;
Returns Type Description int
The yPos.
public boolean hasWidget ()
The informational widget contained in the tile. For example an XyChart
.
.google.monitoring.dashboard.v1.Widget widget = 5;
Returns Type Description boolean
Whether the widget field is set.
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public MosaicLayout . Tile . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected MosaicLayout . Tile . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public MosaicLayout . Tile . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]