Class AccountServicesServiceClient.ListAccountServicesPage (1.23.0)

public static class AccountServicesServiceClient.ListAccountServicesPage extends AbstractPage<ListAccountServicesRequest,ListAccountServicesResponse,AccountService,AccountServicesServiceClient.ListAccountServicesPage>

Inheritance

java.lang.Object > AbstractPage > AccountServicesServiceClient.ListAccountServicesPage

Methods

createPage(@Nullable PageContext<ListAccountServicesRequest,ListAccountServicesResponse,AccountService> context, @Nullable ListAccountServicesResponse response)

protected AccountServicesServiceClient.ListAccountServicesPage createPage(@Nullable PageContext<ListAccountServicesRequest,ListAccountServicesResponse,AccountService> context, @Nullable ListAccountServicesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListAccountServicesRequest,ListAccountServicesResponse,AccountService>
response @org.jspecify.annotations.Nullable com.google.shopping.merchant.accounts.v1.ListAccountServicesResponse
Returns
Type Description
AccountServicesServiceClient.ListAccountServicesPage
Overrides

createPageAsync(@Nullable PageContext<ListAccountServicesRequest,ListAccountServicesResponse,AccountService> context, ApiFuture<ListAccountServicesResponse> futureResponse)

public ApiFuture<AccountServicesServiceClient.ListAccountServicesPage> createPageAsync(@Nullable PageContext<ListAccountServicesRequest,ListAccountServicesResponse,AccountService> context, ApiFuture<ListAccountServicesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListAccountServicesRequest,ListAccountServicesResponse,AccountService>
futureResponse ApiFuture<ListAccountServicesResponse>
Returns
Type Description
ApiFuture<ListAccountServicesPage>
Overrides