Interface ColumnLayout.ColumnOrBuilder (2.4.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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
Widget

getWidgetsCount()

public abstract int getWidgetsCount()

The display widgets arranged vertically in this column.

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

Returns
TypeDescription
int

getWidgetsList()

public abstract List<Widget> getWidgetsList()

The display widgets arranged vertically in this column.

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

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.monitoring.dashboard.v1.WidgetOrBuilder>