Class ListDatasetVersionsRequest (1.48.0)

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

Request message for DatasetService.ListDatasetVersions.

Attributes

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

Methods

ListDatasetVersionsRequest

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

Request message for DatasetService.ListDatasetVersions.