Google Cloud Chronicle V1 Client - Class ListDataTableRowsResponse (0.3.0)

Reference documentation and code samples for the Google Cloud Chronicle V1 Client class ListDataTableRowsResponse.

Response message for listing data table rows.

Generated from protobuf message google.cloud.chronicle.v1.ListDataTableRowsResponse

Namespace

Google \ Cloud \ Chronicle \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ data_table_rows array<DataTableRow>

The list of the data table rows returned.

↳ next_page_token string

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.

getDataTableRows

The list of the data table rows returned.

Returns
Type Description
Google\Protobuf\RepeatedField<DataTableRow>

setDataTableRows

The list of the data table rows returned.

Parameter
Name Description
var array<DataTableRow>
Returns
Type Description
$this

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.

Returns
Type Description
string

setNextPageToken

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.

Parameter
Name Description
var string
Returns
Type Description
$this