Interface ColumnLayout.ColumnOrBuilder (2.44.0)

public static interface ColumnLayout.ColumnOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getWeight()

public abstract long getWeight()

The relative weight of this column. The column weight is used to adjust the width of columns on the screen (relative to peers). Greater the weight, greater the width of the column on the screen. If omitted, a value of 1 is used while rendering.

int64 weight = 1;

Returns
Type Description
long

The weight.

getWidgets(int index)

public abstract Widget getWidgets(int index)

The display widgets arranged vertically in this column.

repeated .google.monitoring.dashboard.v1.Widget widgets = 2;

Parameter
Name Description
index int
Returns
Type Description
Widget

getWidgetsCount()

public abstract int getWidgetsCount()

The display widgets arranged vertically in this column.

repeated .google.monitoring.dashboard.v1.Widget widgets = 2;

Returns
Type Description
int

getWidgetsList()

public abstract List<Widget> getWidgetsList()

The display widgets arranged vertically in this column.

repeated .google.monitoring.dashboard.v1.Widget widgets = 2;

Returns
Type Description
List<Widget>

getWidgetsOrBuilder(int index)

public abstract WidgetOrBuilder getWidgetsOrBuilder(int index)

The display widgets arranged vertically in this column.

repeated .google.monitoring.dashboard.v1.Widget widgets = 2;

Parameter
Name Description
index int
Returns
Type Description
WidgetOrBuilder

getWidgetsOrBuilderList()

public abstract List<? extends WidgetOrBuilder> getWidgetsOrBuilderList()

The display widgets arranged vertically in this column.

repeated .google.monitoring.dashboard.v1.Widget widgets = 2;

Returns
Type Description
List<? extends com.google.monitoring.dashboard.v1.WidgetOrBuilder>