Class ListStreamObjectsRequest (1.2.0)

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

Request for listing all objects for a specific stream.

Attributes

NameDescription
parent str
Required. The parent stream that owns the collection of objects.
page_size int
Maximum number of objects to return. Default is 50. The maximum value is 1000; values above 1000 will be coerced to 1000.
page_token str
Page token received from a previous ``ListStreamObjectsRequest`` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ``ListStreamObjectsRequest`` must match the call that provided the page token.

Inheritance

builtins.object > proto.message.Message > ListStreamObjectsRequest