Class CloudControlsPartnerCoreClient.ListCustomersPage (0.59.0)

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

Inheritance

java.lang.Object > AbstractPage > CloudControlsPartnerCoreClient.ListCustomersPage

Methods

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

protected CloudControlsPartnerCoreClient.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.cloudcontrolspartner.v1beta.ListCustomersResponse
Returns
Type Description
CloudControlsPartnerCoreClient.ListCustomersPage
Overrides

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

public ApiFuture<CloudControlsPartnerCoreClient.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