Interface ListDataTableRowsResponseOrBuilder (0.29.0)

public interface ListDataTableRowsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataTableRows(int index)

public abstract DataTableRow getDataTableRows(int index)

The list of the data table rows returned.

repeated .google.cloud.chronicle.v1.DataTableRow data_table_rows = 1;

Parameter
Name Description
index int
Returns
Type Description
DataTableRow

getDataTableRowsCount()

public abstract int getDataTableRowsCount()

The list of the data table rows returned.

repeated .google.cloud.chronicle.v1.DataTableRow data_table_rows = 1;

Returns
Type Description
int

getDataTableRowsList()

public abstract List<DataTableRow> getDataTableRowsList()

The list of the data table rows returned.

repeated .google.cloud.chronicle.v1.DataTableRow data_table_rows = 1;

Returns
Type Description
List<DataTableRow>

getDataTableRowsOrBuilder(int index)

public abstract DataTableRowOrBuilder getDataTableRowsOrBuilder(int index)

The list of the data table rows returned.

repeated .google.cloud.chronicle.v1.DataTableRow data_table_rows = 1;

Parameter
Name Description
index int
Returns
Type Description
DataTableRowOrBuilder

getDataTableRowsOrBuilderList()

public abstract List<? extends DataTableRowOrBuilder> getDataTableRowsOrBuilderList()

The list of the data table rows returned.

repeated .google.cloud.chronicle.v1.DataTableRow data_table_rows = 1;

Returns
Type Description
List<? extends com.google.cloud.chronicle.v1.DataTableRowOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

Optional. A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

Optional. A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for nextPageToken.