Class ListDataTableRowsRequest (0.6.0)

ListDataTableRowsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request to list data table rows.

Attributes

Name Description
parent str
Required. The resource id of the data table. Format: projects/{project}/locations/{locations}/instances/{instance}/dataTables/{data_table}
page_size int
Optional. The maximum number of data table rows to return. The service may return fewer than this value. If unspecified, at most 100 data table rows will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
page_token str
Optional. A page token, received from a previous ListDataTableRows call.
order_by str
Optional. Configures ordering of DataTables in the response. Note: Our implementation currently supports order by "create_time asc" only
filter str
Optional. Filter facilitating search over data table rows. This filter performs a case-insensitive substring match on the row values.