API documentation for gke_multicloud_v1.services.azure_clusters.pagers
module.
Classes
ListAzureClientsAsyncPager
ListAzureClientsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.gke_multicloud_v1.types.azure_service.ListAzureClientsResponse
],
],
request: google.cloud.gke_multicloud_v1.types.azure_service.ListAzureClientsRequest,
response: google.cloud.gke_multicloud_v1.types.azure_service.ListAzureClientsResponse,
*,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through list_azure_clients
requests.
This class thinly wraps an initial
ListAzureClientsResponse object, and
provides an __aiter__
method to iterate through its
azure_clients
field.
If there are more pages, the __aiter__
method will make additional
ListAzureClients
requests and continue to iterate
through the azure_clients
field on the
corresponding responses.
All the usual ListAzureClientsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListAzureClientsPager
ListAzureClientsPager(
method: typing.Callable[
[...],
google.cloud.gke_multicloud_v1.types.azure_service.ListAzureClientsResponse,
],
request: google.cloud.gke_multicloud_v1.types.azure_service.ListAzureClientsRequest,
response: google.cloud.gke_multicloud_v1.types.azure_service.ListAzureClientsResponse,
*,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through list_azure_clients
requests.
This class thinly wraps an initial
ListAzureClientsResponse object, and
provides an __iter__
method to iterate through its
azure_clients
field.
If there are more pages, the __iter__
method will make additional
ListAzureClients
requests and continue to iterate
through the azure_clients
field on the
corresponding responses.
All the usual ListAzureClientsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListAzureClustersAsyncPager
ListAzureClustersAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.gke_multicloud_v1.types.azure_service.ListAzureClustersResponse
],
],
request: google.cloud.gke_multicloud_v1.types.azure_service.ListAzureClustersRequest,
response: google.cloud.gke_multicloud_v1.types.azure_service.ListAzureClustersResponse,
*,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through list_azure_clusters
requests.
This class thinly wraps an initial
ListAzureClustersResponse object, and
provides an __aiter__
method to iterate through its
azure_clusters
field.
If there are more pages, the __aiter__
method will make additional
ListAzureClusters
requests and continue to iterate
through the azure_clusters
field on the
corresponding responses.
All the usual ListAzureClustersResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListAzureClustersPager
ListAzureClustersPager(
method: typing.Callable[
[...],
google.cloud.gke_multicloud_v1.types.azure_service.ListAzureClustersResponse,
],
request: google.cloud.gke_multicloud_v1.types.azure_service.ListAzureClustersRequest,
response: google.cloud.gke_multicloud_v1.types.azure_service.ListAzureClustersResponse,
*,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through list_azure_clusters
requests.
This class thinly wraps an initial
ListAzureClustersResponse object, and
provides an __iter__
method to iterate through its
azure_clusters
field.
If there are more pages, the __iter__
method will make additional
ListAzureClusters
requests and continue to iterate
through the azure_clusters
field on the
corresponding responses.
All the usual ListAzureClustersResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListAzureNodePoolsAsyncPager
ListAzureNodePoolsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.gke_multicloud_v1.types.azure_service.ListAzureNodePoolsResponse
],
],
request: google.cloud.gke_multicloud_v1.types.azure_service.ListAzureNodePoolsRequest,
response: google.cloud.gke_multicloud_v1.types.azure_service.ListAzureNodePoolsResponse,
*,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through list_azure_node_pools
requests.
This class thinly wraps an initial
ListAzureNodePoolsResponse object, and
provides an __aiter__
method to iterate through its
azure_node_pools
field.
If there are more pages, the __aiter__
method will make additional
ListAzureNodePools
requests and continue to iterate
through the azure_node_pools
field on the
corresponding responses.
All the usual ListAzureNodePoolsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListAzureNodePoolsPager
ListAzureNodePoolsPager(
method: typing.Callable[
[...],
google.cloud.gke_multicloud_v1.types.azure_service.ListAzureNodePoolsResponse,
],
request: google.cloud.gke_multicloud_v1.types.azure_service.ListAzureNodePoolsRequest,
response: google.cloud.gke_multicloud_v1.types.azure_service.ListAzureNodePoolsResponse,
*,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through list_azure_node_pools
requests.
This class thinly wraps an initial
ListAzureNodePoolsResponse object, and
provides an __iter__
method to iterate through its
azure_node_pools
field.
If there are more pages, the __iter__
method will make additional
ListAzureNodePools
requests and continue to iterate
through the azure_node_pools
field on the
corresponding responses.
All the usual ListAzureNodePoolsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.