Class ListStreamsRequest (1.2.1)

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

Attributes

NameDescription
parent str
Required. The parent that owns the collection of streams.
page_size int
Maximum number of streams to return. If unspecified, at most 50 streams will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
page_token str
Page token received from a previous ``ListStreams`` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ``ListStreams`` must match the call that provided the page token.
filter str
Filter request.
order_by str
Order by fields for the result.

Inheritance

builtins.object > proto.message.Message > ListStreamsRequest