Interface RowLayoutOrBuilder (2.44.0)

public interface RowLayoutOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRows(int index)

public abstract RowLayout.Row getRows(int index)

The rows of content to display.

repeated .google.monitoring.dashboard.v1.RowLayout.Row rows = 1;

Parameter
Name Description
index int
Returns
Type Description
RowLayout.Row

getRowsCount()

public abstract int getRowsCount()

The rows of content to display.

repeated .google.monitoring.dashboard.v1.RowLayout.Row rows = 1;

Returns
Type Description
int

getRowsList()

public abstract List<RowLayout.Row> getRowsList()

The rows of content to display.

repeated .google.monitoring.dashboard.v1.RowLayout.Row rows = 1;

Returns
Type Description
List<Row>

getRowsOrBuilder(int index)

public abstract RowLayout.RowOrBuilder getRowsOrBuilder(int index)

The rows of content to display.

repeated .google.monitoring.dashboard.v1.RowLayout.Row rows = 1;

Parameter
Name Description
index int
Returns
Type Description
RowLayout.RowOrBuilder

getRowsOrBuilderList()

public abstract List<? extends RowLayout.RowOrBuilder> getRowsOrBuilderList()

The rows of content to display.

repeated .google.monitoring.dashboard.v1.RowLayout.Row rows = 1;

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