Class RegistrationServiceClient.ListNamespacesPage (2.96.0)

public static class RegistrationServiceClient.ListNamespacesPage extends AbstractPage<ListNamespacesRequest,ListNamespacesResponse,Namespace,RegistrationServiceClient.ListNamespacesPage>

Inheritance

java.lang.Object > AbstractPage > RegistrationServiceClient.ListNamespacesPage

Methods

createPage(@Nullable PageContext<ListNamespacesRequest,ListNamespacesResponse,Namespace> context, @Nullable ListNamespacesResponse response)

protected RegistrationServiceClient.ListNamespacesPage createPage(@Nullable PageContext<ListNamespacesRequest,ListNamespacesResponse,Namespace> context, @Nullable ListNamespacesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListNamespacesRequest,ListNamespacesResponse,Namespace>
response @org.jspecify.annotations.Nullable com.google.cloud.servicedirectory.v1.ListNamespacesResponse
Returns
Type Description
RegistrationServiceClient.ListNamespacesPage
Overrides

createPageAsync(@Nullable PageContext<ListNamespacesRequest,ListNamespacesResponse,Namespace> context, ApiFuture<ListNamespacesResponse> futureResponse)

public ApiFuture<RegistrationServiceClient.ListNamespacesPage> createPageAsync(@Nullable PageContext<ListNamespacesRequest,ListNamespacesResponse,Namespace> context, ApiFuture<ListNamespacesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListNamespacesRequest,ListNamespacesResponse,Namespace>
futureResponse ApiFuture<ListNamespacesResponse>
Returns
Type Description
ApiFuture<ListNamespacesPage>
Overrides