Module pagers (0.1.3)

API documentation for servicehealth_v1.services.service_health.pagers module.

Classes

ListEventsAsyncPager

ListEventsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.servicehealth_v1.types.event_resources.ListEventsResponse
        ],
    ],
    request: google.cloud.servicehealth_v1.types.event_resources.ListEventsRequest,
    response: google.cloud.servicehealth_v1.types.event_resources.ListEventsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_events requests.

This class thinly wraps an initial ListEventsResponse object, and provides an __aiter__ method to iterate through its events field.

If there are more pages, the __aiter__ method will make additional ListEvents requests and continue to iterate through the events field on the corresponding responses.

All the usual ListEventsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListEventsPager

ListEventsPager(
    method: typing.Callable[
        [...], google.cloud.servicehealth_v1.types.event_resources.ListEventsResponse
    ],
    request: google.cloud.servicehealth_v1.types.event_resources.ListEventsRequest,
    response: google.cloud.servicehealth_v1.types.event_resources.ListEventsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_events requests.

This class thinly wraps an initial ListEventsResponse object, and provides an __iter__ method to iterate through its events field.

If there are more pages, the __iter__ method will make additional ListEvents requests and continue to iterate through the events field on the corresponding responses.

All the usual ListEventsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListOrganizationEventsAsyncPager

ListOrganizationEventsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.servicehealth_v1.types.event_resources.ListOrganizationEventsResponse
        ],
    ],
    request: google.cloud.servicehealth_v1.types.event_resources.ListOrganizationEventsRequest,
    response: google.cloud.servicehealth_v1.types.event_resources.ListOrganizationEventsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_organization_events requests.

This class thinly wraps an initial ListOrganizationEventsResponse object, and provides an __aiter__ method to iterate through its organization_events field.

If there are more pages, the __aiter__ method will make additional ListOrganizationEvents requests and continue to iterate through the organization_events field on the corresponding responses.

All the usual ListOrganizationEventsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListOrganizationEventsPager

ListOrganizationEventsPager(
    method: typing.Callable[
        [...],
        google.cloud.servicehealth_v1.types.event_resources.ListOrganizationEventsResponse,
    ],
    request: google.cloud.servicehealth_v1.types.event_resources.ListOrganizationEventsRequest,
    response: google.cloud.servicehealth_v1.types.event_resources.ListOrganizationEventsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_organization_events requests.

This class thinly wraps an initial ListOrganizationEventsResponse object, and provides an __iter__ method to iterate through its organization_events field.

If there are more pages, the __iter__ method will make additional ListOrganizationEvents requests and continue to iterate through the organization_events field on the corresponding responses.

All the usual ListOrganizationEventsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListOrganizationImpactsAsyncPager

ListOrganizationImpactsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.servicehealth_v1.types.event_resources.ListOrganizationImpactsResponse
        ],
    ],
    request: google.cloud.servicehealth_v1.types.event_resources.ListOrganizationImpactsRequest,
    response: google.cloud.servicehealth_v1.types.event_resources.ListOrganizationImpactsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_organization_impacts requests.

This class thinly wraps an initial ListOrganizationImpactsResponse object, and provides an __aiter__ method to iterate through its organization_impacts field.

If there are more pages, the __aiter__ method will make additional ListOrganizationImpacts requests and continue to iterate through the organization_impacts field on the corresponding responses.

All the usual ListOrganizationImpactsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListOrganizationImpactsPager

ListOrganizationImpactsPager(
    method: typing.Callable[
        [...],
        google.cloud.servicehealth_v1.types.event_resources.ListOrganizationImpactsResponse,
    ],
    request: google.cloud.servicehealth_v1.types.event_resources.ListOrganizationImpactsRequest,
    response: google.cloud.servicehealth_v1.types.event_resources.ListOrganizationImpactsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_organization_impacts requests.

This class thinly wraps an initial ListOrganizationImpactsResponse object, and provides an __iter__ method to iterate through its organization_impacts field.

If there are more pages, the __iter__ method will make additional ListOrganizationImpacts requests and continue to iterate through the organization_impacts field on the corresponding responses.

All the usual ListOrganizationImpactsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.