Class RegistrationServiceClient.ListEndpointsPage (2.96.0)

public static class RegistrationServiceClient.ListEndpointsPage extends AbstractPage<ListEndpointsRequest,ListEndpointsResponse,Endpoint,RegistrationServiceClient.ListEndpointsPage>

Inheritance

java.lang.Object > AbstractPage > RegistrationServiceClient.ListEndpointsPage

Methods

createPage(@Nullable PageContext<ListEndpointsRequest,ListEndpointsResponse,Endpoint> context, @Nullable ListEndpointsResponse response)

protected RegistrationServiceClient.ListEndpointsPage createPage(@Nullable PageContext<ListEndpointsRequest,ListEndpointsResponse,Endpoint> context, @Nullable ListEndpointsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListEndpointsRequest,ListEndpointsResponse,Endpoint>
response @org.jspecify.annotations.Nullable com.google.cloud.servicedirectory.v1beta1.ListEndpointsResponse
Returns
Type Description
RegistrationServiceClient.ListEndpointsPage
Overrides

createPageAsync(@Nullable PageContext<ListEndpointsRequest,ListEndpointsResponse,Endpoint> context, ApiFuture<ListEndpointsResponse> futureResponse)

public ApiFuture<RegistrationServiceClient.ListEndpointsPage> createPageAsync(@Nullable PageContext<ListEndpointsRequest,ListEndpointsResponse,Endpoint> context, ApiFuture<ListEndpointsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListEndpointsRequest,ListEndpointsResponse,Endpoint>
futureResponse ApiFuture<ListEndpointsResponse>
Returns
Type Description
ApiFuture<ListEndpointsPage>
Overrides