Class CloudChannelServiceClient.ListCustomersPage (3.99.0)

public static class CloudChannelServiceClient.ListCustomersPage extends AbstractPage<ListCustomersRequest,ListCustomersResponse,Customer,CloudChannelServiceClient.ListCustomersPage>

Inheritance

java.lang.Object > AbstractPage > CloudChannelServiceClient.ListCustomersPage

Methods

createPage(@Nullable PageContext<ListCustomersRequest,ListCustomersResponse,Customer> context, @Nullable ListCustomersResponse response)

protected CloudChannelServiceClient.ListCustomersPage createPage(@Nullable PageContext<ListCustomersRequest,ListCustomersResponse,Customer> context, @Nullable ListCustomersResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCustomersRequest,ListCustomersResponse,Customer>
response @org.jspecify.annotations.Nullable com.google.cloud.channel.v1.ListCustomersResponse
Returns
Type Description
CloudChannelServiceClient.ListCustomersPage
Overrides

createPageAsync(@Nullable PageContext<ListCustomersRequest,ListCustomersResponse,Customer> context, ApiFuture<ListCustomersResponse> futureResponse)

public ApiFuture<CloudChannelServiceClient.ListCustomersPage> createPageAsync(@Nullable PageContext<ListCustomersRequest,ListCustomersResponse,Customer> context, ApiFuture<ListCustomersResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCustomersRequest,ListCustomersResponse,Customer>
futureResponse ApiFuture<ListCustomersResponse>
Returns
Type Description
ApiFuture<ListCustomersPage>
Overrides