Class WarehouseClient.ViewIndexedAssetsPage (0.52.0)

public static class WarehouseClient.ViewIndexedAssetsPage extends AbstractPage<ViewIndexedAssetsRequest,ViewIndexedAssetsResponse,IndexedAsset,WarehouseClient.ViewIndexedAssetsPage>

Inheritance

java.lang.Object > AbstractPage > WarehouseClient.ViewIndexedAssetsPage

Methods

createPage(@Nullable PageContext<ViewIndexedAssetsRequest,ViewIndexedAssetsResponse,IndexedAsset> context, @Nullable ViewIndexedAssetsResponse response)

protected WarehouseClient.ViewIndexedAssetsPage createPage(@Nullable PageContext<ViewIndexedAssetsRequest,ViewIndexedAssetsResponse,IndexedAsset> context, @Nullable ViewIndexedAssetsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ViewIndexedAssetsRequest,ViewIndexedAssetsResponse,IndexedAsset>
response @org.jspecify.annotations.Nullable com.google.cloud.visionai.v1.ViewIndexedAssetsResponse
Returns
Type Description
WarehouseClient.ViewIndexedAssetsPage
Overrides

createPageAsync(@Nullable PageContext<ViewIndexedAssetsRequest,ViewIndexedAssetsResponse,IndexedAsset> context, ApiFuture<ViewIndexedAssetsResponse> futureResponse)

public ApiFuture<WarehouseClient.ViewIndexedAssetsPage> createPageAsync(@Nullable PageContext<ViewIndexedAssetsRequest,ViewIndexedAssetsResponse,IndexedAsset> context, ApiFuture<ViewIndexedAssetsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ViewIndexedAssetsRequest,ViewIndexedAssetsResponse,IndexedAsset>
futureResponse ApiFuture<ViewIndexedAssetsResponse>
Returns
Type Description
ApiFuture<ViewIndexedAssetsPage>
Overrides