Class ListRoutesRequest (1.2.1)

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

route list request

Attributes

NameDescription
parent str
Required. The parent that owns the collection of Routess.
page_size int
Maximum number of Routes to return. The service may return fewer than this value. If unspecified, at most 50 Routes 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 ``ListRoutes`` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ``ListRoutes`` 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 > ListRoutesRequest