Module pagers (1.3.1)

API documentation for compute_v1.services.region_instance_group_managers.pagers module.

Classes

ListErrorsPager

ListErrorsPager(
    method: Callable[
        [...],
        google.cloud.compute_v1.types.compute.RegionInstanceGroupManagersListErrorsResponse,
    ],
    request: google.cloud.compute_v1.types.compute.ListErrorsRegionInstanceGroupManagersRequest,
    response: google.cloud.compute_v1.types.compute.RegionInstanceGroupManagersListErrorsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_errors requests.

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

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

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

ListManagedInstancesPager

ListManagedInstancesPager(
    method: Callable[
        [...],
        google.cloud.compute_v1.types.compute.RegionInstanceGroupManagersListInstancesResponse,
    ],
    request: google.cloud.compute_v1.types.compute.ListManagedInstancesRegionInstanceGroupManagersRequest,
    response: google.cloud.compute_v1.types.compute.RegionInstanceGroupManagersListInstancesResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_managed_instances requests.

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

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

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

ListPager

ListPager(
    method: Callable[
        [...], google.cloud.compute_v1.types.compute.RegionInstanceGroupManagerList
    ],
    request: google.cloud.compute_v1.types.compute.ListRegionInstanceGroupManagersRequest,
    response: google.cloud.compute_v1.types.compute.RegionInstanceGroupManagerList,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list requests.

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

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

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

ListPerInstanceConfigsPager

ListPerInstanceConfigsPager(
    method: Callable[
        [...],
        google.cloud.compute_v1.types.compute.RegionInstanceGroupManagersListInstanceConfigsResp,
    ],
    request: google.cloud.compute_v1.types.compute.ListPerInstanceConfigsRegionInstanceGroupManagersRequest,
    response: google.cloud.compute_v1.types.compute.RegionInstanceGroupManagersListInstanceConfigsResp,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_per_instance_configs requests.

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

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

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