Class LfpStoreServiceClient.ListLfpStoresPage (1.23.0)

public static class LfpStoreServiceClient.ListLfpStoresPage extends AbstractPage<ListLfpStoresRequest,ListLfpStoresResponse,LfpStore,LfpStoreServiceClient.ListLfpStoresPage>

Inheritance

java.lang.Object > AbstractPage > LfpStoreServiceClient.ListLfpStoresPage

Methods

createPage(@Nullable PageContext<ListLfpStoresRequest,ListLfpStoresResponse,LfpStore> context, @Nullable ListLfpStoresResponse response)

protected LfpStoreServiceClient.ListLfpStoresPage createPage(@Nullable PageContext<ListLfpStoresRequest,ListLfpStoresResponse,LfpStore> context, @Nullable ListLfpStoresResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListLfpStoresRequest,ListLfpStoresResponse,LfpStore>
response @org.jspecify.annotations.Nullable com.google.shopping.merchant.lfp.v1.ListLfpStoresResponse
Returns
Type Description
LfpStoreServiceClient.ListLfpStoresPage
Overrides

createPageAsync(@Nullable PageContext<ListLfpStoresRequest,ListLfpStoresResponse,LfpStore> context, ApiFuture<ListLfpStoresResponse> futureResponse)

public ApiFuture<LfpStoreServiceClient.ListLfpStoresPage> createPageAsync(@Nullable PageContext<ListLfpStoresRequest,ListLfpStoresResponse,LfpStore> context, ApiFuture<ListLfpStoresResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListLfpStoresRequest,ListLfpStoresResponse,LfpStore>
futureResponse ApiFuture<ListLfpStoresResponse>
Returns
Type Description
ApiFuture<ListLfpStoresPage>
Overrides