Class ListSavedQueriesRequest (1.35.0)

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

Request message for DatasetService.ListSavedQueries .

Attributes

Name
Description
parent
str
Required. The resource name of the Dataset to list SavedQueries 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.