Module pagers (0.1.0)

API documentation for visionai_v1.services.warehouse.pagers module.

Classes

ListAnnotationsAsyncPager

ListAnnotationsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.visionai_v1.types.warehouse.ListAnnotationsResponse
        ],
    ],
    request: google.cloud.visionai_v1.types.warehouse.ListAnnotationsRequest,
    response: google.cloud.visionai_v1.types.warehouse.ListAnnotationsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_annotations requests.

This class thinly wraps an initial ListAnnotationsResponse object, and provides an __aiter__ method to iterate through its annotations field.

If there are more pages, the __aiter__ method will make additional ListAnnotations requests and continue to iterate through the annotations field on the corresponding responses.

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

ListAnnotationsPager

ListAnnotationsPager(
    method: typing.Callable[
        [...], google.cloud.visionai_v1.types.warehouse.ListAnnotationsResponse
    ],
    request: google.cloud.visionai_v1.types.warehouse.ListAnnotationsRequest,
    response: google.cloud.visionai_v1.types.warehouse.ListAnnotationsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_annotations requests.

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

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

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

ListAssetsAsyncPager

ListAssetsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[google.cloud.visionai_v1.types.warehouse.ListAssetsResponse],
    ],
    request: google.cloud.visionai_v1.types.warehouse.ListAssetsRequest,
    response: google.cloud.visionai_v1.types.warehouse.ListAssetsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_assets requests.

This class thinly wraps an initial ListAssetsResponse object, and provides an __aiter__ method to iterate through its assets field.

If there are more pages, the __aiter__ method will make additional ListAssets requests and continue to iterate through the assets field on the corresponding responses.

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

ListAssetsPager

ListAssetsPager(
    method: typing.Callable[
        [...], google.cloud.visionai_v1.types.warehouse.ListAssetsResponse
    ],
    request: google.cloud.visionai_v1.types.warehouse.ListAssetsRequest,
    response: google.cloud.visionai_v1.types.warehouse.ListAssetsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_assets requests.

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

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

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

ListCollectionsAsyncPager

ListCollectionsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.visionai_v1.types.warehouse.ListCollectionsResponse
        ],
    ],
    request: google.cloud.visionai_v1.types.warehouse.ListCollectionsRequest,
    response: google.cloud.visionai_v1.types.warehouse.ListCollectionsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_collections requests.

This class thinly wraps an initial ListCollectionsResponse object, and provides an __aiter__ method to iterate through its collections field.

If there are more pages, the __aiter__ method will make additional ListCollections requests and continue to iterate through the collections field on the corresponding responses.

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

ListCollectionsPager

ListCollectionsPager(
    method: typing.Callable[
        [...], google.cloud.visionai_v1.types.warehouse.ListCollectionsResponse
    ],
    request: google.cloud.visionai_v1.types.warehouse.ListCollectionsRequest,
    response: google.cloud.visionai_v1.types.warehouse.ListCollectionsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_collections requests.

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

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

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

ListCorporaAsyncPager

ListCorporaAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[google.cloud.visionai_v1.types.warehouse.ListCorporaResponse],
    ],
    request: google.cloud.visionai_v1.types.warehouse.ListCorporaRequest,
    response: google.cloud.visionai_v1.types.warehouse.ListCorporaResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_corpora requests.

This class thinly wraps an initial ListCorporaResponse object, and provides an __aiter__ method to iterate through its corpora field.

If there are more pages, the __aiter__ method will make additional ListCorpora requests and continue to iterate through the corpora field on the corresponding responses.

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

ListCorporaPager

ListCorporaPager(
    method: typing.Callable[
        [...], google.cloud.visionai_v1.types.warehouse.ListCorporaResponse
    ],
    request: google.cloud.visionai_v1.types.warehouse.ListCorporaRequest,
    response: google.cloud.visionai_v1.types.warehouse.ListCorporaResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_corpora requests.

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

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

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

ListDataSchemasAsyncPager

ListDataSchemasAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.visionai_v1.types.warehouse.ListDataSchemasResponse
        ],
    ],
    request: google.cloud.visionai_v1.types.warehouse.ListDataSchemasRequest,
    response: google.cloud.visionai_v1.types.warehouse.ListDataSchemasResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_data_schemas requests.

This class thinly wraps an initial ListDataSchemasResponse object, and provides an __aiter__ method to iterate through its data_schemas field.

If there are more pages, the __aiter__ method will make additional ListDataSchemas requests and continue to iterate through the data_schemas field on the corresponding responses.

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

ListDataSchemasPager

ListDataSchemasPager(
    method: typing.Callable[
        [...], google.cloud.visionai_v1.types.warehouse.ListDataSchemasResponse
    ],
    request: google.cloud.visionai_v1.types.warehouse.ListDataSchemasRequest,
    response: google.cloud.visionai_v1.types.warehouse.ListDataSchemasResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_data_schemas requests.

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

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

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

ListIndexEndpointsAsyncPager

ListIndexEndpointsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.visionai_v1.types.warehouse.ListIndexEndpointsResponse
        ],
    ],
    request: google.cloud.visionai_v1.types.warehouse.ListIndexEndpointsRequest,
    response: google.cloud.visionai_v1.types.warehouse.ListIndexEndpointsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_index_endpoints requests.

This class thinly wraps an initial ListIndexEndpointsResponse object, and provides an __aiter__ method to iterate through its index_endpoints field.

If there are more pages, the __aiter__ method will make additional ListIndexEndpoints requests and continue to iterate through the index_endpoints field on the corresponding responses.

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

ListIndexEndpointsPager

ListIndexEndpointsPager(
    method: typing.Callable[
        [...], google.cloud.visionai_v1.types.warehouse.ListIndexEndpointsResponse
    ],
    request: google.cloud.visionai_v1.types.warehouse.ListIndexEndpointsRequest,
    response: google.cloud.visionai_v1.types.warehouse.ListIndexEndpointsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_index_endpoints requests.

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

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

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

ListIndexesAsyncPager

ListIndexesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[google.cloud.visionai_v1.types.warehouse.ListIndexesResponse],
    ],
    request: google.cloud.visionai_v1.types.warehouse.ListIndexesRequest,
    response: google.cloud.visionai_v1.types.warehouse.ListIndexesResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_indexes requests.

This class thinly wraps an initial ListIndexesResponse object, and provides an __aiter__ method to iterate through its indexes field.

If there are more pages, the __aiter__ method will make additional ListIndexes requests and continue to iterate through the indexes field on the corresponding responses.

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

ListIndexesPager

ListIndexesPager(
    method: typing.Callable[
        [...], google.cloud.visionai_v1.types.warehouse.ListIndexesResponse
    ],
    request: google.cloud.visionai_v1.types.warehouse.ListIndexesRequest,
    response: google.cloud.visionai_v1.types.warehouse.ListIndexesResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_indexes requests.

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

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

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

ListSearchConfigsAsyncPager

ListSearchConfigsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.visionai_v1.types.warehouse.ListSearchConfigsResponse
        ],
    ],
    request: google.cloud.visionai_v1.types.warehouse.ListSearchConfigsRequest,
    response: google.cloud.visionai_v1.types.warehouse.ListSearchConfigsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_search_configs requests.

This class thinly wraps an initial ListSearchConfigsResponse object, and provides an __aiter__ method to iterate through its search_configs field.

If there are more pages, the __aiter__ method will make additional ListSearchConfigs requests and continue to iterate through the search_configs field on the corresponding responses.

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

ListSearchConfigsPager

ListSearchConfigsPager(
    method: typing.Callable[
        [...], google.cloud.visionai_v1.types.warehouse.ListSearchConfigsResponse
    ],
    request: google.cloud.visionai_v1.types.warehouse.ListSearchConfigsRequest,
    response: google.cloud.visionai_v1.types.warehouse.ListSearchConfigsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_search_configs requests.

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

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

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

ListSearchHypernymsAsyncPager

ListSearchHypernymsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.visionai_v1.types.warehouse.ListSearchHypernymsResponse
        ],
    ],
    request: google.cloud.visionai_v1.types.warehouse.ListSearchHypernymsRequest,
    response: google.cloud.visionai_v1.types.warehouse.ListSearchHypernymsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_search_hypernyms requests.

This class thinly wraps an initial ListSearchHypernymsResponse object, and provides an __aiter__ method to iterate through its search_hypernyms field.

If there are more pages, the __aiter__ method will make additional ListSearchHypernyms requests and continue to iterate through the search_hypernyms field on the corresponding responses.

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

ListSearchHypernymsPager

ListSearchHypernymsPager(
    method: typing.Callable[
        [...], google.cloud.visionai_v1.types.warehouse.ListSearchHypernymsResponse
    ],
    request: google.cloud.visionai_v1.types.warehouse.ListSearchHypernymsRequest,
    response: google.cloud.visionai_v1.types.warehouse.ListSearchHypernymsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_search_hypernyms requests.

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

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

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

SearchAssetsAsyncPager

SearchAssetsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[google.cloud.visionai_v1.types.warehouse.SearchAssetsResponse],
    ],
    request: google.cloud.visionai_v1.types.warehouse.SearchAssetsRequest,
    response: google.cloud.visionai_v1.types.warehouse.SearchAssetsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through search_assets requests.

This class thinly wraps an initial SearchAssetsResponse object, and provides an __aiter__ method to iterate through its search_result_items field.

If there are more pages, the __aiter__ method will make additional SearchAssets requests and continue to iterate through the search_result_items field on the corresponding responses.

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

SearchAssetsPager

SearchAssetsPager(
    method: typing.Callable[
        [...], google.cloud.visionai_v1.types.warehouse.SearchAssetsResponse
    ],
    request: google.cloud.visionai_v1.types.warehouse.SearchAssetsRequest,
    response: google.cloud.visionai_v1.types.warehouse.SearchAssetsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through search_assets requests.

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

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

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

SearchIndexEndpointAsyncPager

SearchIndexEndpointAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.visionai_v1.types.warehouse.SearchIndexEndpointResponse
        ],
    ],
    request: google.cloud.visionai_v1.types.warehouse.SearchIndexEndpointRequest,
    response: google.cloud.visionai_v1.types.warehouse.SearchIndexEndpointResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through search_index_endpoint requests.

This class thinly wraps an initial SearchIndexEndpointResponse object, and provides an __aiter__ method to iterate through its search_result_items field.

If there are more pages, the __aiter__ method will make additional SearchIndexEndpoint requests and continue to iterate through the search_result_items field on the corresponding responses.

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

SearchIndexEndpointPager

SearchIndexEndpointPager(
    method: typing.Callable[
        [...], google.cloud.visionai_v1.types.warehouse.SearchIndexEndpointResponse
    ],
    request: google.cloud.visionai_v1.types.warehouse.SearchIndexEndpointRequest,
    response: google.cloud.visionai_v1.types.warehouse.SearchIndexEndpointResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through search_index_endpoint requests.

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

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

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

ViewCollectionItemsAsyncPager

ViewCollectionItemsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.visionai_v1.types.warehouse.ViewCollectionItemsResponse
        ],
    ],
    request: google.cloud.visionai_v1.types.warehouse.ViewCollectionItemsRequest,
    response: google.cloud.visionai_v1.types.warehouse.ViewCollectionItemsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through view_collection_items requests.

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

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

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

ViewCollectionItemsPager

ViewCollectionItemsPager(
    method: typing.Callable[
        [...], google.cloud.visionai_v1.types.warehouse.ViewCollectionItemsResponse
    ],
    request: google.cloud.visionai_v1.types.warehouse.ViewCollectionItemsRequest,
    response: google.cloud.visionai_v1.types.warehouse.ViewCollectionItemsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through view_collection_items requests.

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

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

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

ViewIndexedAssetsAsyncPager

ViewIndexedAssetsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.visionai_v1.types.warehouse.ViewIndexedAssetsResponse
        ],
    ],
    request: google.cloud.visionai_v1.types.warehouse.ViewIndexedAssetsRequest,
    response: google.cloud.visionai_v1.types.warehouse.ViewIndexedAssetsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through view_indexed_assets requests.

This class thinly wraps an initial ViewIndexedAssetsResponse object, and provides an __aiter__ method to iterate through its indexed_assets field.

If there are more pages, the __aiter__ method will make additional ViewIndexedAssets requests and continue to iterate through the indexed_assets field on the corresponding responses.

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

ViewIndexedAssetsPager

ViewIndexedAssetsPager(
    method: typing.Callable[
        [...], google.cloud.visionai_v1.types.warehouse.ViewIndexedAssetsResponse
    ],
    request: google.cloud.visionai_v1.types.warehouse.ViewIndexedAssetsRequest,
    response: google.cloud.visionai_v1.types.warehouse.ViewIndexedAssetsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through view_indexed_assets requests.

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

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

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