Class ListAnnotationsRequest (0.7.1)

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

Request message for DatasetService.ListAnnotations.

Attributes

NameDescription
parent str
Required. The resource name of the DataItem to list Annotations from. Format: ``projects/{project}/locations/{location}/datasets/{dataset}/dataItems/{data_item}``
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 > ListAnnotationsRequest