API documentation for visionai_v1.services.app_platform.pagers
module.
Classes
ListApplicationsAsyncPager
ListApplicationsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.visionai_v1.types.platform.ListApplicationsResponse
],
],
request: google.cloud.visionai_v1.types.platform.ListApplicationsRequest,
response: google.cloud.visionai_v1.types.platform.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.visionai_v1.types.platform.ListApplicationsResponse
],
request: google.cloud.visionai_v1.types.platform.ListApplicationsRequest,
response: google.cloud.visionai_v1.types.platform.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.
ListDraftsAsyncPager
ListDraftsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[google.cloud.visionai_v1.types.platform.ListDraftsResponse],
],
request: google.cloud.visionai_v1.types.platform.ListDraftsRequest,
response: google.cloud.visionai_v1.types.platform.ListDraftsResponse,
*,
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_drafts
requests.
This class thinly wraps an initial
ListDraftsResponse object, and
provides an __aiter__
method to iterate through its
drafts
field.
If there are more pages, the __aiter__
method will make additional
ListDrafts
requests and continue to iterate
through the drafts
field on the
corresponding responses.
All the usual ListDraftsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListDraftsPager
ListDraftsPager(
method: typing.Callable[
[...], google.cloud.visionai_v1.types.platform.ListDraftsResponse
],
request: google.cloud.visionai_v1.types.platform.ListDraftsRequest,
response: google.cloud.visionai_v1.types.platform.ListDraftsResponse,
*,
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_drafts
requests.
This class thinly wraps an initial
ListDraftsResponse object, and
provides an __iter__
method to iterate through its
drafts
field.
If there are more pages, the __iter__
method will make additional
ListDrafts
requests and continue to iterate
through the drafts
field on the
corresponding responses.
All the usual ListDraftsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListInstancesAsyncPager
ListInstancesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[google.cloud.visionai_v1.types.platform.ListInstancesResponse],
],
request: google.cloud.visionai_v1.types.platform.ListInstancesRequest,
response: google.cloud.visionai_v1.types.platform.ListInstancesResponse,
*,
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_instances
requests.
This class thinly wraps an initial
ListInstancesResponse object, and
provides an __aiter__
method to iterate through its
instances
field.
If there are more pages, the __aiter__
method will make additional
ListInstances
requests and continue to iterate
through the instances
field on the
corresponding responses.
All the usual ListInstancesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListInstancesPager
ListInstancesPager(
method: typing.Callable[
[...], google.cloud.visionai_v1.types.platform.ListInstancesResponse
],
request: google.cloud.visionai_v1.types.platform.ListInstancesRequest,
response: google.cloud.visionai_v1.types.platform.ListInstancesResponse,
*,
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_instances
requests.
This class thinly wraps an initial
ListInstancesResponse object, and
provides an __iter__
method to iterate through its
instances
field.
If there are more pages, the __iter__
method will make additional
ListInstances
requests and continue to iterate
through the instances
field on the
corresponding responses.
All the usual ListInstancesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListProcessorsAsyncPager
ListProcessorsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.visionai_v1.types.platform.ListProcessorsResponse
],
],
request: google.cloud.visionai_v1.types.platform.ListProcessorsRequest,
response: google.cloud.visionai_v1.types.platform.ListProcessorsResponse,
*,
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_processors
requests.
This class thinly wraps an initial
ListProcessorsResponse object, and
provides an __aiter__
method to iterate through its
processors
field.
If there are more pages, the __aiter__
method will make additional
ListProcessors
requests and continue to iterate
through the processors
field on the
corresponding responses.
All the usual ListProcessorsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListProcessorsPager
ListProcessorsPager(
method: typing.Callable[
[...], google.cloud.visionai_v1.types.platform.ListProcessorsResponse
],
request: google.cloud.visionai_v1.types.platform.ListProcessorsRequest,
response: google.cloud.visionai_v1.types.platform.ListProcessorsResponse,
*,
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_processors
requests.
This class thinly wraps an initial
ListProcessorsResponse object, and
provides an __iter__
method to iterate through its
processors
field.
If there are more pages, the __iter__
method will make additional
ListProcessors
requests and continue to iterate
through the processors
field on the
corresponding responses.
All the usual ListProcessorsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.