Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class ListDataItemsRequest.
Request message for ListDataItems.
Generated from protobuf message google.cloud.datalabeling.v1beta1.ListDataItemsRequest
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. Name of the dataset to list data items, format: projects/{project_id}/datasets/{dataset_id}
↳ filter
string
Optional. Filter is not supported at this moment.
↳ page_size
int
Optional. Requested page size. Server may return fewer results than requested. Default value is 100.
↳ page_token
string
Optional. A token identifying a page of results for the server to return. Typically obtained by ListDataItemsResponse.next_page_token of the previous [DataLabelingService.ListDataItems] call. Return first page if empty.
getParent
Required. Name of the dataset to list data items, format: projects/{project_id}/datasets/{dataset_id}
string
setParent
Required. Name of the dataset to list data items, format: projects/{project_id}/datasets/{dataset_id}
var
string
$this
getFilter
Optional. Filter is not supported at this moment.
string
setFilter
Optional. Filter is not supported at this moment.
var
string
$this
getPageSize
Optional. Requested page size. Server may return fewer results than requested. Default value is 100.
int
setPageSize
Optional. Requested page size. Server may return fewer results than requested. Default value is 100.
var
int
$this
getPageToken
Optional. A token identifying a page of results for the server to return.
Typically obtained by ListDataItemsResponse.next_page_token of the previous [DataLabelingService.ListDataItems] call. Return first page if empty.
string
setPageToken
Optional. A token identifying a page of results for the server to return.
Typically obtained by ListDataItemsResponse.next_page_token of the previous [DataLabelingService.ListDataItems] call. Return first page if empty.
var
string
$this