Interface BatchCreateRowsResponseOrBuilder (0.46.0)

public interface BatchCreateRowsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRows(int index)

public abstract Row getRows(int index)

The created rows.

repeated .google.area120.tables.v1alpha1.Row rows = 1;

Parameter
Name Description
index int
Returns
Type Description
Row

getRowsCount()

public abstract int getRowsCount()

The created rows.

repeated .google.area120.tables.v1alpha1.Row rows = 1;

Returns
Type Description
int

getRowsList()

public abstract List<Row> getRowsList()

The created rows.

repeated .google.area120.tables.v1alpha1.Row rows = 1;

Returns
Type Description
List<Row>

getRowsOrBuilder(int index)

public abstract RowOrBuilder getRowsOrBuilder(int index)

The created rows.

repeated .google.area120.tables.v1alpha1.Row rows = 1;

Parameter
Name Description
index int
Returns
Type Description
RowOrBuilder

getRowsOrBuilderList()

public abstract List<? extends RowOrBuilder> getRowsOrBuilderList()

The created rows.

repeated .google.area120.tables.v1alpha1.Row rows = 1;

Returns
Type Description
List<? extends com.google.area120.tables.v1alpha1.RowOrBuilder>