API documentation for telcoautomation_v1alpha1.services.telco_automation.pagers
module.
Classes
ListBlueprintRevisionsAsyncPager
ListBlueprintRevisionsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListBlueprintRevisionsResponse
],
],
request: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListBlueprintRevisionsRequest,
response: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListBlueprintRevisionsResponse,
*,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through list_blueprint_revisions
requests.
This class thinly wraps an initial
ListBlueprintRevisionsResponse object, and
provides an __aiter__
method to iterate through its
blueprints
field.
If there are more pages, the __aiter__
method will make additional
ListBlueprintRevisions
requests and continue to iterate
through the blueprints
field on the
corresponding responses.
All the usual ListBlueprintRevisionsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListBlueprintRevisionsPager
ListBlueprintRevisionsPager(
method: typing.Callable[
[...],
google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListBlueprintRevisionsResponse,
],
request: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListBlueprintRevisionsRequest,
response: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListBlueprintRevisionsResponse,
*,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through list_blueprint_revisions
requests.
This class thinly wraps an initial
ListBlueprintRevisionsResponse object, and
provides an __iter__
method to iterate through its
blueprints
field.
If there are more pages, the __iter__
method will make additional
ListBlueprintRevisions
requests and continue to iterate
through the blueprints
field on the
corresponding responses.
All the usual ListBlueprintRevisionsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListBlueprintsAsyncPager
ListBlueprintsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListBlueprintsResponse
],
],
request: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListBlueprintsRequest,
response: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListBlueprintsResponse,
*,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through list_blueprints
requests.
This class thinly wraps an initial
ListBlueprintsResponse object, and
provides an __aiter__
method to iterate through its
blueprints
field.
If there are more pages, the __aiter__
method will make additional
ListBlueprints
requests and continue to iterate
through the blueprints
field on the
corresponding responses.
All the usual ListBlueprintsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListBlueprintsPager
ListBlueprintsPager(
method: typing.Callable[
[...],
google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListBlueprintsResponse,
],
request: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListBlueprintsRequest,
response: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListBlueprintsResponse,
*,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through list_blueprints
requests.
This class thinly wraps an initial
ListBlueprintsResponse object, and
provides an __iter__
method to iterate through its
blueprints
field.
If there are more pages, the __iter__
method will make additional
ListBlueprints
requests and continue to iterate
through the blueprints
field on the
corresponding responses.
All the usual ListBlueprintsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListDeploymentRevisionsAsyncPager
ListDeploymentRevisionsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListDeploymentRevisionsResponse
],
],
request: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListDeploymentRevisionsRequest,
response: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListDeploymentRevisionsResponse,
*,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through list_deployment_revisions
requests.
This class thinly wraps an initial
ListDeploymentRevisionsResponse object, and
provides an __aiter__
method to iterate through its
deployments
field.
If there are more pages, the __aiter__
method will make additional
ListDeploymentRevisions
requests and continue to iterate
through the deployments
field on the
corresponding responses.
All the usual ListDeploymentRevisionsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListDeploymentRevisionsPager
ListDeploymentRevisionsPager(
method: typing.Callable[
[...],
google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListDeploymentRevisionsResponse,
],
request: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListDeploymentRevisionsRequest,
response: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListDeploymentRevisionsResponse,
*,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through list_deployment_revisions
requests.
This class thinly wraps an initial
ListDeploymentRevisionsResponse object, and
provides an __iter__
method to iterate through its
deployments
field.
If there are more pages, the __iter__
method will make additional
ListDeploymentRevisions
requests and continue to iterate
through the deployments
field on the
corresponding responses.
All the usual ListDeploymentRevisionsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListDeploymentsAsyncPager
ListDeploymentsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListDeploymentsResponse
],
],
request: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListDeploymentsRequest,
response: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListDeploymentsResponse,
*,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through list_deployments
requests.
This class thinly wraps an initial
ListDeploymentsResponse object, and
provides an __aiter__
method to iterate through its
deployments
field.
If there are more pages, the __aiter__
method will make additional
ListDeployments
requests and continue to iterate
through the deployments
field on the
corresponding responses.
All the usual ListDeploymentsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListDeploymentsPager
ListDeploymentsPager(
method: typing.Callable[
[...],
google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListDeploymentsResponse,
],
request: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListDeploymentsRequest,
response: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListDeploymentsResponse,
*,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through list_deployments
requests.
This class thinly wraps an initial
ListDeploymentsResponse object, and
provides an __iter__
method to iterate through its
deployments
field.
If there are more pages, the __iter__
method will make additional
ListDeployments
requests and continue to iterate
through the deployments
field on the
corresponding responses.
All the usual ListDeploymentsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListEdgeSlmsAsyncPager
ListEdgeSlmsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListEdgeSlmsResponse
],
],
request: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListEdgeSlmsRequest,
response: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListEdgeSlmsResponse,
*,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through list_edge_slms
requests.
This class thinly wraps an initial
ListEdgeSlmsResponse object, and
provides an __aiter__
method to iterate through its
edge_slms
field.
If there are more pages, the __aiter__
method will make additional
ListEdgeSlms
requests and continue to iterate
through the edge_slms
field on the
corresponding responses.
All the usual ListEdgeSlmsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListEdgeSlmsPager
ListEdgeSlmsPager(
method: typing.Callable[
[...],
google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListEdgeSlmsResponse,
],
request: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListEdgeSlmsRequest,
response: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListEdgeSlmsResponse,
*,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through list_edge_slms
requests.
This class thinly wraps an initial
ListEdgeSlmsResponse object, and
provides an __iter__
method to iterate through its
edge_slms
field.
If there are more pages, the __iter__
method will make additional
ListEdgeSlms
requests and continue to iterate
through the edge_slms
field on the
corresponding responses.
All the usual ListEdgeSlmsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListHydratedDeploymentsAsyncPager
ListHydratedDeploymentsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListHydratedDeploymentsResponse
],
],
request: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListHydratedDeploymentsRequest,
response: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListHydratedDeploymentsResponse,
*,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through list_hydrated_deployments
requests.
This class thinly wraps an initial
ListHydratedDeploymentsResponse object, and
provides an __aiter__
method to iterate through its
hydrated_deployments
field.
If there are more pages, the __aiter__
method will make additional
ListHydratedDeployments
requests and continue to iterate
through the hydrated_deployments
field on the
corresponding responses.
All the usual ListHydratedDeploymentsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListHydratedDeploymentsPager
ListHydratedDeploymentsPager(
method: typing.Callable[
[...],
google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListHydratedDeploymentsResponse,
],
request: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListHydratedDeploymentsRequest,
response: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListHydratedDeploymentsResponse,
*,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through list_hydrated_deployments
requests.
This class thinly wraps an initial
ListHydratedDeploymentsResponse object, and
provides an __iter__
method to iterate through its
hydrated_deployments
field.
If there are more pages, the __iter__
method will make additional
ListHydratedDeployments
requests and continue to iterate
through the hydrated_deployments
field on the
corresponding responses.
All the usual ListHydratedDeploymentsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListOrchestrationClustersAsyncPager
ListOrchestrationClustersAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListOrchestrationClustersResponse
],
],
request: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListOrchestrationClustersRequest,
response: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListOrchestrationClustersResponse,
*,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through list_orchestration_clusters
requests.
This class thinly wraps an initial
ListOrchestrationClustersResponse object, and
provides an __aiter__
method to iterate through its
orchestration_clusters
field.
If there are more pages, the __aiter__
method will make additional
ListOrchestrationClusters
requests and continue to iterate
through the orchestration_clusters
field on the
corresponding responses.
All the usual ListOrchestrationClustersResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListOrchestrationClustersPager
ListOrchestrationClustersPager(
method: typing.Callable[
[...],
google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListOrchestrationClustersResponse,
],
request: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListOrchestrationClustersRequest,
response: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListOrchestrationClustersResponse,
*,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through list_orchestration_clusters
requests.
This class thinly wraps an initial
ListOrchestrationClustersResponse object, and
provides an __iter__
method to iterate through its
orchestration_clusters
field.
If there are more pages, the __iter__
method will make additional
ListOrchestrationClusters
requests and continue to iterate
through the orchestration_clusters
field on the
corresponding responses.
All the usual ListOrchestrationClustersResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListPublicBlueprintsAsyncPager
ListPublicBlueprintsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListPublicBlueprintsResponse
],
],
request: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListPublicBlueprintsRequest,
response: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListPublicBlueprintsResponse,
*,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through list_public_blueprints
requests.
This class thinly wraps an initial
ListPublicBlueprintsResponse object, and
provides an __aiter__
method to iterate through its
public_blueprints
field.
If there are more pages, the __aiter__
method will make additional
ListPublicBlueprints
requests and continue to iterate
through the public_blueprints
field on the
corresponding responses.
All the usual ListPublicBlueprintsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListPublicBlueprintsPager
ListPublicBlueprintsPager(
method: typing.Callable[
[...],
google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListPublicBlueprintsResponse,
],
request: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListPublicBlueprintsRequest,
response: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListPublicBlueprintsResponse,
*,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through list_public_blueprints
requests.
This class thinly wraps an initial
ListPublicBlueprintsResponse object, and
provides an __iter__
method to iterate through its
public_blueprints
field.
If there are more pages, the __iter__
method will make additional
ListPublicBlueprints
requests and continue to iterate
through the public_blueprints
field on the
corresponding responses.
All the usual ListPublicBlueprintsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
SearchBlueprintRevisionsAsyncPager
SearchBlueprintRevisionsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.telcoautomation_v1alpha1.types.telcoautomation.SearchBlueprintRevisionsResponse
],
],
request: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.SearchBlueprintRevisionsRequest,
response: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.SearchBlueprintRevisionsResponse,
*,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through search_blueprint_revisions
requests.
This class thinly wraps an initial
SearchBlueprintRevisionsResponse object, and
provides an __aiter__
method to iterate through its
blueprints
field.
If there are more pages, the __aiter__
method will make additional
SearchBlueprintRevisions
requests and continue to iterate
through the blueprints
field on the
corresponding responses.
All the usual SearchBlueprintRevisionsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
SearchBlueprintRevisionsPager
SearchBlueprintRevisionsPager(
method: typing.Callable[
[...],
google.cloud.telcoautomation_v1alpha1.types.telcoautomation.SearchBlueprintRevisionsResponse,
],
request: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.SearchBlueprintRevisionsRequest,
response: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.SearchBlueprintRevisionsResponse,
*,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through search_blueprint_revisions
requests.
This class thinly wraps an initial
SearchBlueprintRevisionsResponse object, and
provides an __iter__
method to iterate through its
blueprints
field.
If there are more pages, the __iter__
method will make additional
SearchBlueprintRevisions
requests and continue to iterate
through the blueprints
field on the
corresponding responses.
All the usual SearchBlueprintRevisionsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
SearchDeploymentRevisionsAsyncPager
SearchDeploymentRevisionsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.telcoautomation_v1alpha1.types.telcoautomation.SearchDeploymentRevisionsResponse
],
],
request: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.SearchDeploymentRevisionsRequest,
response: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.SearchDeploymentRevisionsResponse,
*,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through search_deployment_revisions
requests.
This class thinly wraps an initial
SearchDeploymentRevisionsResponse object, and
provides an __aiter__
method to iterate through its
deployments
field.
If there are more pages, the __aiter__
method will make additional
SearchDeploymentRevisions
requests and continue to iterate
through the deployments
field on the
corresponding responses.
All the usual SearchDeploymentRevisionsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
SearchDeploymentRevisionsPager
SearchDeploymentRevisionsPager(
method: typing.Callable[
[...],
google.cloud.telcoautomation_v1alpha1.types.telcoautomation.SearchDeploymentRevisionsResponse,
],
request: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.SearchDeploymentRevisionsRequest,
response: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.SearchDeploymentRevisionsResponse,
*,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through search_deployment_revisions
requests.
This class thinly wraps an initial
SearchDeploymentRevisionsResponse object, and
provides an __iter__
method to iterate through its
deployments
field.
If there are more pages, the __iter__
method will make additional
SearchDeploymentRevisions
requests and continue to iterate
through the deployments
field on the
corresponding responses.
All the usual SearchDeploymentRevisionsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.