Interface RowLayoutOrBuilder (2.43.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
NameDescription
indexint
Returns
TypeDescription
RowLayout.Row

getRowsCount()

public abstract int getRowsCount()

The rows of content to display.

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

Returns
TypeDescription
int

getRowsList()

public abstract List<RowLayout.Row> getRowsList()

The rows of content to display.

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

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