Class ListDataItemsRequest (1.15.1)

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

Request message for DatasetService.ListDataItems .

Attributes

Name Description
parent str
Required. The resource name of the Dataset to list DataItems from. Format: ``projects/{project}/locations/{location}/datasets/{dataset}``
filter str
The standard list filter.
page_size int
The standard list page size.
page_token str
The standard list page token.
read_mask google.protobuf.field_mask_pb2.FieldMask
Mask specifying which fields to read.
order_by str
A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending.

Inheritance

builtins.object > proto.message.Message > ListDataItemsRequest