Class ListApiConfigsRequest (1.3.2)

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

Request message for ApiGatewayService.ListApiConfigs

Attributes

NameDescription
parent str
Required. Parent resource of the API Config, of the form: ``projects/*/locations/global/apis/*``
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 > ListApiConfigsRequest