A pager for iterating throughlist_client_gatewaysrequests.
This class thinly wraps an initialListClientGatewaysResponseobject, and
provides an__aiter__method to iterate through itsclient_gatewaysfield.
If there are more pages, the__aiter__method will make additionalListClientGatewaysrequests and continue to iterate
through theclient_gatewaysfield on the
corresponding responses.
All the usualListClientGatewaysResponseattributes are available on the pager. If multiple requests are made, only
the most recent response is retained, and thus used for attribute lookup.
A pager for iterating throughlist_client_gatewaysrequests.
This class thinly wraps an initialListClientGatewaysResponseobject, and
provides an__iter__method to iterate through itsclient_gatewaysfield.
If there are more pages, the__iter__method will make additionalListClientGatewaysrequests and continue to iterate
through theclient_gatewaysfield on the
corresponding responses.
All the usualListClientGatewaysResponseattributes are available on the pager. If multiple requests are made, only
the most recent response is retained, and thus used for attribute lookup.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Package Classes (0.4.17)\n\nVersion latestkeyboard_arrow_down\n\n- [0.4.17 (latest)](/python/docs/reference/beyondcorpclientgateways/latest/summary_class)\n- [0.4.16](/python/docs/reference/beyondcorpclientgateways/0.4.16/summary_class)\n- [0.3.1](/python/docs/reference/beyondcorpclientgateways/0.3.1/summary_class)\n- [0.2.0](/python/docs/reference/beyondcorpclientgateways/0.2.0/summary_class)\n- [0.1.3](/python/docs/reference/beyondcorpclientgateways/0.1.3/summary_class) \nSummary of entries of Classes for beyondcorpclientgateways. \n\nClasses\n-------\n\n### [ClientGatewaysServiceAsyncClient](/python/docs/reference/beyondcorpclientgateways/latest/google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceAsyncClient)\n\nAPI Overview:\n\nThe `beyondcorp.googleapis.com` service implements the Google\nCloud BeyondCorp API.\n\nData Model:\n\nThe ClientGatewaysService exposes the following resources:\n\n- Client Gateways, named as follows: `projects/{project_id}/locations/{location_id}/clientGateways/{client_gateway_id}`.\n\n### [ClientGatewaysServiceClient](/python/docs/reference/beyondcorpclientgateways/latest/google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceClient)\n\nAPI Overview:\n\nThe `beyondcorp.googleapis.com` service implements the Google\nCloud BeyondCorp API.\n\nData Model:\n\nThe ClientGatewaysService exposes the following resources:\n\n- Client Gateways, named as follows: `projects/{project_id}/locations/{location_id}/clientGateways/{client_gateway_id}`.\n\n### [ListClientGatewaysAsyncPager](/python/docs/reference/beyondcorpclientgateways/latest/google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.pagers.ListClientGatewaysAsyncPager)\n\nA pager for iterating through `list_client_gateways` requests.\n\nThis class thinly wraps an initial\n[ListClientGatewaysResponse](/python/docs/reference/beyondcorpclientgateways/latest/google.cloud.beyondcorp_clientgateways_v1.types.ListClientGatewaysResponse) object, and\nprovides an `__aiter__` method to iterate through its\n`client_gateways` field.\n\nIf there are more pages, the `__aiter__` method will make additional\n`ListClientGateways` requests and continue to iterate\nthrough the `client_gateways` field on the\ncorresponding responses.\n\nAll the usual [ListClientGatewaysResponse](/python/docs/reference/beyondcorpclientgateways/latest/google.cloud.beyondcorp_clientgateways_v1.types.ListClientGatewaysResponse)\nattributes are available on the pager. If multiple requests are made, only\nthe most recent response is retained, and thus used for attribute lookup.\n\n### [ListClientGatewaysPager](/python/docs/reference/beyondcorpclientgateways/latest/google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.pagers.ListClientGatewaysPager)\n\nA pager for iterating through `list_client_gateways` requests.\n\nThis class thinly wraps an initial\n[ListClientGatewaysResponse](/python/docs/reference/beyondcorpclientgateways/latest/google.cloud.beyondcorp_clientgateways_v1.types.ListClientGatewaysResponse) object, and\nprovides an `__iter__` method to iterate through its\n`client_gateways` field.\n\nIf there are more pages, the `__iter__` method will make additional\n`ListClientGateways` requests and continue to iterate\nthrough the `client_gateways` field on the\ncorresponding responses.\n\nAll the usual [ListClientGatewaysResponse](/python/docs/reference/beyondcorpclientgateways/latest/google.cloud.beyondcorp_clientgateways_v1.types.ListClientGatewaysResponse)\nattributes are available on the pager. If multiple requests are made, only\nthe most recent response is retained, and thus used for attribute lookup.\n\n### [ClientGateway](/python/docs/reference/beyondcorpclientgateways/latest/google.cloud.beyondcorp_clientgateways_v1.types.ClientGateway)\n\nMessage describing ClientGateway object.\n\n### [State](/python/docs/reference/beyondcorpclientgateways/latest/google.cloud.beyondcorp_clientgateways_v1.types.ClientGateway.State)\n\nRepresents the different states of a gateway.\n\n### [ClientGatewayOperationMetadata](/python/docs/reference/beyondcorpclientgateways/latest/google.cloud.beyondcorp_clientgateways_v1.types.ClientGatewayOperationMetadata)\n\nRepresents the metadata of the long-running operation.\n\n### [CreateClientGatewayRequest](/python/docs/reference/beyondcorpclientgateways/latest/google.cloud.beyondcorp_clientgateways_v1.types.CreateClientGatewayRequest)\n\nMessage for creating a ClientGateway.\n\n### [DeleteClientGatewayRequest](/python/docs/reference/beyondcorpclientgateways/latest/google.cloud.beyondcorp_clientgateways_v1.types.DeleteClientGatewayRequest)\n\nMessage for deleting a ClientGateway\n\n### [GetClientGatewayRequest](/python/docs/reference/beyondcorpclientgateways/latest/google.cloud.beyondcorp_clientgateways_v1.types.GetClientGatewayRequest)\n\nMessage for getting a ClientGateway.\n\n### [ListClientGatewaysRequest](/python/docs/reference/beyondcorpclientgateways/latest/google.cloud.beyondcorp_clientgateways_v1.types.ListClientGatewaysRequest)\n\nMessage for requesting list of ClientGateways.\n\n### [ListClientGatewaysResponse](/python/docs/reference/beyondcorpclientgateways/latest/google.cloud.beyondcorp_clientgateways_v1.types.ListClientGatewaysResponse)\n\nMessage for response to listing ClientGateways.\n\nModules\n-------\n\n### [pagers](/python/docs/reference/beyondcorpclientgateways/latest/google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.pagers)\n\nAPI documentation for `beyondcorp_clientgateways_v1.services.client_gateways_service.pagers` module."]]