Class RegistrationServiceClient.ListServicesPage (2.96.0)

public static class RegistrationServiceClient.ListServicesPage extends AbstractPage<ListServicesRequest,ListServicesResponse,Service,RegistrationServiceClient.ListServicesPage>

Inheritance

java.lang.Object > AbstractPage > RegistrationServiceClient.ListServicesPage

Methods

createPage(@Nullable PageContext<ListServicesRequest,ListServicesResponse,Service> context, @Nullable ListServicesResponse response)

protected RegistrationServiceClient.ListServicesPage createPage(@Nullable PageContext<ListServicesRequest,ListServicesResponse,Service> context, @Nullable ListServicesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListServicesRequest,ListServicesResponse,Service>
response @org.jspecify.annotations.Nullable com.google.cloud.servicedirectory.v1beta1.ListServicesResponse
Returns
Type Description
RegistrationServiceClient.ListServicesPage
Overrides

createPageAsync(@Nullable PageContext<ListServicesRequest,ListServicesResponse,Service> context, ApiFuture<ListServicesResponse> futureResponse)

public ApiFuture<RegistrationServiceClient.ListServicesPage> createPageAsync(@Nullable PageContext<ListServicesRequest,ListServicesResponse,Service> context, ApiFuture<ListServicesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListServicesRequest,ListServicesResponse,Service>
futureResponse ApiFuture<ListServicesResponse>
Returns
Type Description
ApiFuture<ListServicesPage>
Overrides