API documentation for apphub_v1.services.app_hub.pagers
module.
Classes
ListApplicationsAsyncPager
ListApplicationsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.apphub_v1.types.apphub_service.ListApplicationsResponse
],
],
request: google.cloud.apphub_v1.types.apphub_service.ListApplicationsRequest,
response: google.cloud.apphub_v1.types.apphub_service.ListApplicationsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through list_applications
requests.
This class thinly wraps an initial
ListApplicationsResponse object, and
provides an __aiter__
method to iterate through its
applications
field.
If there are more pages, the __aiter__
method will make additional
ListApplications
requests and continue to iterate
through the applications
field on the
corresponding responses.
All the usual ListApplicationsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListApplicationsPager
ListApplicationsPager(
method: typing.Callable[
[...], google.cloud.apphub_v1.types.apphub_service.ListApplicationsResponse
],
request: google.cloud.apphub_v1.types.apphub_service.ListApplicationsRequest,
response: google.cloud.apphub_v1.types.apphub_service.ListApplicationsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through list_applications
requests.
This class thinly wraps an initial
ListApplicationsResponse object, and
provides an __iter__
method to iterate through its
applications
field.
If there are more pages, the __iter__
method will make additional
ListApplications
requests and continue to iterate
through the applications
field on the
corresponding responses.
All the usual ListApplicationsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListDiscoveredServicesAsyncPager
ListDiscoveredServicesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.apphub_v1.types.apphub_service.ListDiscoveredServicesResponse
],
],
request: google.cloud.apphub_v1.types.apphub_service.ListDiscoveredServicesRequest,
response: google.cloud.apphub_v1.types.apphub_service.ListDiscoveredServicesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through list_discovered_services
requests.
This class thinly wraps an initial
ListDiscoveredServicesResponse object, and
provides an __aiter__
method to iterate through its
discovered_services
field.
If there are more pages, the __aiter__
method will make additional
ListDiscoveredServices
requests and continue to iterate
through the discovered_services
field on the
corresponding responses.
All the usual ListDiscoveredServicesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListDiscoveredServicesPager
ListDiscoveredServicesPager(
method: typing.Callable[
[...],
google.cloud.apphub_v1.types.apphub_service.ListDiscoveredServicesResponse,
],
request: google.cloud.apphub_v1.types.apphub_service.ListDiscoveredServicesRequest,
response: google.cloud.apphub_v1.types.apphub_service.ListDiscoveredServicesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through list_discovered_services
requests.
This class thinly wraps an initial
ListDiscoveredServicesResponse object, and
provides an __iter__
method to iterate through its
discovered_services
field.
If there are more pages, the __iter__
method will make additional
ListDiscoveredServices
requests and continue to iterate
through the discovered_services
field on the
corresponding responses.
All the usual ListDiscoveredServicesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListDiscoveredWorkloadsAsyncPager
ListDiscoveredWorkloadsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.apphub_v1.types.apphub_service.ListDiscoveredWorkloadsResponse
],
],
request: google.cloud.apphub_v1.types.apphub_service.ListDiscoveredWorkloadsRequest,
response: google.cloud.apphub_v1.types.apphub_service.ListDiscoveredWorkloadsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through list_discovered_workloads
requests.
This class thinly wraps an initial
ListDiscoveredWorkloadsResponse object, and
provides an __aiter__
method to iterate through its
discovered_workloads
field.
If there are more pages, the __aiter__
method will make additional
ListDiscoveredWorkloads
requests and continue to iterate
through the discovered_workloads
field on the
corresponding responses.
All the usual ListDiscoveredWorkloadsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListDiscoveredWorkloadsPager
ListDiscoveredWorkloadsPager(
method: typing.Callable[
[...],
google.cloud.apphub_v1.types.apphub_service.ListDiscoveredWorkloadsResponse,
],
request: google.cloud.apphub_v1.types.apphub_service.ListDiscoveredWorkloadsRequest,
response: google.cloud.apphub_v1.types.apphub_service.ListDiscoveredWorkloadsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through list_discovered_workloads
requests.
This class thinly wraps an initial
ListDiscoveredWorkloadsResponse object, and
provides an __iter__
method to iterate through its
discovered_workloads
field.
If there are more pages, the __iter__
method will make additional
ListDiscoveredWorkloads
requests and continue to iterate
through the discovered_workloads
field on the
corresponding responses.
All the usual ListDiscoveredWorkloadsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListServiceProjectAttachmentsAsyncPager
ListServiceProjectAttachmentsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.apphub_v1.types.apphub_service.ListServiceProjectAttachmentsResponse
],
],
request: google.cloud.apphub_v1.types.apphub_service.ListServiceProjectAttachmentsRequest,
response: google.cloud.apphub_v1.types.apphub_service.ListServiceProjectAttachmentsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through list_service_project_attachments
requests.
This class thinly wraps an initial
ListServiceProjectAttachmentsResponse object, and
provides an __aiter__
method to iterate through its
service_project_attachments
field.
If there are more pages, the __aiter__
method will make additional
ListServiceProjectAttachments
requests and continue to iterate
through the service_project_attachments
field on the
corresponding responses.
All the usual ListServiceProjectAttachmentsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListServiceProjectAttachmentsPager
ListServiceProjectAttachmentsPager(
method: typing.Callable[
[...],
google.cloud.apphub_v1.types.apphub_service.ListServiceProjectAttachmentsResponse,
],
request: google.cloud.apphub_v1.types.apphub_service.ListServiceProjectAttachmentsRequest,
response: google.cloud.apphub_v1.types.apphub_service.ListServiceProjectAttachmentsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through list_service_project_attachments
requests.
This class thinly wraps an initial
ListServiceProjectAttachmentsResponse object, and
provides an __iter__
method to iterate through its
service_project_attachments
field.
If there are more pages, the __iter__
method will make additional
ListServiceProjectAttachments
requests and continue to iterate
through the service_project_attachments
field on the
corresponding responses.
All the usual ListServiceProjectAttachmentsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListServicesAsyncPager
ListServicesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.apphub_v1.types.apphub_service.ListServicesResponse
],
],
request: google.cloud.apphub_v1.types.apphub_service.ListServicesRequest,
response: google.cloud.apphub_v1.types.apphub_service.ListServicesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through list_services
requests.
This class thinly wraps an initial
ListServicesResponse object, and
provides an __aiter__
method to iterate through its
services
field.
If there are more pages, the __aiter__
method will make additional
ListServices
requests and continue to iterate
through the services
field on the
corresponding responses.
All the usual ListServicesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListServicesPager
ListServicesPager(
method: typing.Callable[
[...], google.cloud.apphub_v1.types.apphub_service.ListServicesResponse
],
request: google.cloud.apphub_v1.types.apphub_service.ListServicesRequest,
response: google.cloud.apphub_v1.types.apphub_service.ListServicesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through list_services
requests.
This class thinly wraps an initial
ListServicesResponse object, and
provides an __iter__
method to iterate through its
services
field.
If there are more pages, the __iter__
method will make additional
ListServices
requests and continue to iterate
through the services
field on the
corresponding responses.
All the usual ListServicesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListWorkloadsAsyncPager
ListWorkloadsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.apphub_v1.types.apphub_service.ListWorkloadsResponse
],
],
request: google.cloud.apphub_v1.types.apphub_service.ListWorkloadsRequest,
response: google.cloud.apphub_v1.types.apphub_service.ListWorkloadsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through list_workloads
requests.
This class thinly wraps an initial
ListWorkloadsResponse object, and
provides an __aiter__
method to iterate through its
workloads
field.
If there are more pages, the __aiter__
method will make additional
ListWorkloads
requests and continue to iterate
through the workloads
field on the
corresponding responses.
All the usual ListWorkloadsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListWorkloadsPager
ListWorkloadsPager(
method: typing.Callable[
[...], google.cloud.apphub_v1.types.apphub_service.ListWorkloadsResponse
],
request: google.cloud.apphub_v1.types.apphub_service.ListWorkloadsRequest,
response: google.cloud.apphub_v1.types.apphub_service.ListWorkloadsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through list_workloads
requests.
This class thinly wraps an initial
ListWorkloadsResponse object, and
provides an __iter__
method to iterate through its
workloads
field.
If there are more pages, the __iter__
method will make additional
ListWorkloads
requests and continue to iterate
through the workloads
field on the
corresponding responses.
All the usual ListWorkloadsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.