Class ListApisRequest (1.2.1)

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

Request message for ApiGatewayService.ListApis

Attributes

NameDescription
parent str
Required. Parent resource of the API, of the form: ``projects/*/locations/global``
page_size int
Page size.
page_token str
Page token.
filter str
Filter.
order_by str
Order by parameters.

Inheritance

builtins.object > proto.message.Message > ListApisRequest