Interface GridLayoutOrBuilder (2.44.0)

public interface GridLayoutOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getColumns()

public abstract long getColumns()

The number of columns into which the view's width is divided. If omitted or set to zero, a system default will be used while rendering.

int64 columns = 1;

Returns
Type Description
long

The columns.

getWidgets(int index)

public abstract Widget getWidgets(int index)

The informational elements that are arranged into the columns row-first.

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

Parameter
Name Description
index int
Returns
Type Description
Widget

getWidgetsCount()

public abstract int getWidgetsCount()

The informational elements that are arranged into the columns row-first.

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

Returns
Type Description
int

getWidgetsList()

public abstract List<Widget> getWidgetsList()

The informational elements that are arranged into the columns row-first.

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

Returns
Type Description
List<Widget>

getWidgetsOrBuilder(int index)

public abstract WidgetOrBuilder getWidgetsOrBuilder(int index)

The informational elements that are arranged into the columns row-first.

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 informational elements that are arranged into the columns row-first.

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

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