A pager for iterating through list_endpoints requests.
This class thinly wraps an initial
ListEndpointsResponse object, and
provides an __aiter__ method to iterate through its
endpoints field.
If there are more pages, the __aiter__ method will make additional
ListEndpoints requests and continue to iterate
through the endpoints field on the
corresponding responses.
All the usual ListEndpointsResponse
attributes 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 through list_endpoints requests.
This class thinly wraps an initial
ListEndpointsResponse object, and
provides an __iter__ method to iterate through its
endpoints field.
If there are more pages, the __iter__ method will make additional
ListEndpoints requests and continue to iterate
through the endpoints field on the
corresponding responses.
All the usual ListEndpointsResponse
attributes 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-08-07 UTC."],[],[],null,["# Package Classes (1.10.2)\n\nVersion latestkeyboard_arrow_down\n\n- [1.10.2 (latest)](/python/docs/reference/ids/latest/summary_class)\n- [1.10.0](/python/docs/reference/ids/1.10.0/summary_class)\n- [1.9.0](/python/docs/reference/ids/1.9.0/summary_class)\n- [1.8.1](/python/docs/reference/ids/1.8.1/summary_class)\n- [1.7.5](/python/docs/reference/ids/1.7.5/summary_class)\n- [1.6.0](/python/docs/reference/ids/1.6.0/summary_class)\n- [1.5.2](/python/docs/reference/ids/1.5.2/summary_class)\n- [1.4.1](/python/docs/reference/ids/1.4.1/summary_class)\n- [1.3.0](/python/docs/reference/ids/1.3.0/summary_class)\n- [1.2.4](/python/docs/reference/ids/1.2.4/summary_class)\n- [1.1.2](/python/docs/reference/ids/1.1.2/summary_class)\n- [1.0.0](/python/docs/reference/ids/1.0.0/summary_class)\n- [0.1.0](/python/docs/reference/ids/0.1.0/summary_class) \nSummary of entries of Classes for ids. \n\nClasses\n-------\n\n### [IDSAsyncClient](/python/docs/reference/ids/latest/google.cloud.ids_v1.services.ids.IDSAsyncClient)\n\nThe IDS Service\n\n### [IDSClient](/python/docs/reference/ids/latest/google.cloud.ids_v1.services.ids.IDSClient)\n\nThe IDS Service\n\n### [ListEndpointsAsyncPager](/python/docs/reference/ids/latest/google.cloud.ids_v1.services.ids.pagers.ListEndpointsAsyncPager)\n\nA pager for iterating through `list_endpoints` requests.\n\nThis class thinly wraps an initial\n[ListEndpointsResponse](/python/docs/reference/ids/latest/google.cloud.ids_v1.types.ListEndpointsResponse) object, and\nprovides an `__aiter__` method to iterate through its\n`endpoints` field.\n\nIf there are more pages, the `__aiter__` method will make additional\n`ListEndpoints` requests and continue to iterate\nthrough the `endpoints` field on the\ncorresponding responses.\n\nAll the usual [ListEndpointsResponse](/python/docs/reference/ids/latest/google.cloud.ids_v1.types.ListEndpointsResponse)\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### [ListEndpointsPager](/python/docs/reference/ids/latest/google.cloud.ids_v1.services.ids.pagers.ListEndpointsPager)\n\nA pager for iterating through `list_endpoints` requests.\n\nThis class thinly wraps an initial\n[ListEndpointsResponse](/python/docs/reference/ids/latest/google.cloud.ids_v1.types.ListEndpointsResponse) object, and\nprovides an `__iter__` method to iterate through its\n`endpoints` field.\n\nIf there are more pages, the `__iter__` method will make additional\n`ListEndpoints` requests and continue to iterate\nthrough the `endpoints` field on the\ncorresponding responses.\n\nAll the usual [ListEndpointsResponse](/python/docs/reference/ids/latest/google.cloud.ids_v1.types.ListEndpointsResponse)\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### [CreateEndpointRequest](/python/docs/reference/ids/latest/google.cloud.ids_v1.types.CreateEndpointRequest)\n\n### [DeleteEndpointRequest](/python/docs/reference/ids/latest/google.cloud.ids_v1.types.DeleteEndpointRequest)\n\n### [Endpoint](/python/docs/reference/ids/latest/google.cloud.ids_v1.types.Endpoint)\n\nEndpoint describes a single IDS endpoint. It defines a\nforwarding rule to which packets can be sent for IDS inspection.\n\n### [LabelsEntry](/python/docs/reference/ids/latest/google.cloud.ids_v1.types.Endpoint.LabelsEntry)\n\nThe abstract base class for a message.\n\n### [Severity](/python/docs/reference/ids/latest/google.cloud.ids_v1.types.Endpoint.Severity)\n\nThreat severity levels.\n\n### [State](/python/docs/reference/ids/latest/google.cloud.ids_v1.types.Endpoint.State)\n\nEndpoint state\n\n### [GetEndpointRequest](/python/docs/reference/ids/latest/google.cloud.ids_v1.types.GetEndpointRequest)\n\n### [ListEndpointsRequest](/python/docs/reference/ids/latest/google.cloud.ids_v1.types.ListEndpointsRequest)\n\n### [ListEndpointsResponse](/python/docs/reference/ids/latest/google.cloud.ids_v1.types.ListEndpointsResponse)\n\n### [OperationMetadata](/python/docs/reference/ids/latest/google.cloud.ids_v1.types.OperationMetadata)\n\nRepresents the metadata of the long-running operation.\n\nModules\n-------\n\n### [pagers](/python/docs/reference/ids/latest/google.cloud.ids_v1.services.ids.pagers)\n\nAPI documentation for `ids_v1.services.ids.pagers` module."]]