Class ListHttpRoutesRequest (0.2.1)

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

Request used with the ListHttpRoutes method.

Attributes

NameDescription
parent str
Required. The project and location from which the HttpRoutes should be listed, specified in the format ``projects/*/locations/global``.
page_size int
Maximum number of HttpRoutes to return per call.
page_token str
The value returned by the last ``ListHttpRoutesResponse`` Indicates that this is a continuation of a prior ``ListHttpRoutes`` call, and that the system should return the next page of data.

Inheritance

builtins.object > proto.message.Message > ListHttpRoutesRequest