Class ListClientGatewaysRequest (0.1.2)

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

Message for requesting list of ClientGateways.

Attributes

NameDescription
parent str
Required. Parent value for ListClientGatewaysRequest.
page_size int
Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
page_token str
Optional. A token identifying a page of results the server should return.
filter str
Optional. Filtering results.
order_by str
Optional. Hint for how to order the results.

Inheritance

builtins.object > proto.message.Message > ListClientGatewaysRequest