Class HostProjectRegistrationServiceClient.ListHostProjectRegistrationsPage (0.48.0)

public static class HostProjectRegistrationServiceClient.ListHostProjectRegistrationsPage extends AbstractPage<ListHostProjectRegistrationsRequest,ListHostProjectRegistrationsResponse,HostProjectRegistration,HostProjectRegistrationServiceClient.ListHostProjectRegistrationsPage>

Inheritance

java.lang.Object > AbstractPage > HostProjectRegistrationServiceClient.ListHostProjectRegistrationsPage

Methods

createPage(@Nullable PageContext<ListHostProjectRegistrationsRequest,ListHostProjectRegistrationsResponse,HostProjectRegistration> context, @Nullable ListHostProjectRegistrationsResponse response)

protected HostProjectRegistrationServiceClient.ListHostProjectRegistrationsPage createPage(@Nullable PageContext<ListHostProjectRegistrationsRequest,ListHostProjectRegistrationsResponse,HostProjectRegistration> context, @Nullable ListHostProjectRegistrationsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListHostProjectRegistrationsRequest,ListHostProjectRegistrationsResponse,HostProjectRegistration>
response @org.jspecify.annotations.Nullable com.google.cloud.apihub.v1.ListHostProjectRegistrationsResponse
Returns
Type Description
HostProjectRegistrationServiceClient.ListHostProjectRegistrationsPage
Overrides

createPageAsync(@Nullable PageContext<ListHostProjectRegistrationsRequest,ListHostProjectRegistrationsResponse,HostProjectRegistration> context, ApiFuture<ListHostProjectRegistrationsResponse> futureResponse)

public ApiFuture<HostProjectRegistrationServiceClient.ListHostProjectRegistrationsPage> createPageAsync(@Nullable PageContext<ListHostProjectRegistrationsRequest,ListHostProjectRegistrationsResponse,HostProjectRegistration> context, ApiFuture<ListHostProjectRegistrationsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListHostProjectRegistrationsRequest,ListHostProjectRegistrationsResponse,HostProjectRegistration>
futureResponse ApiFuture<ListHostProjectRegistrationsResponse>
Returns
Type Description
ApiFuture<ListHostProjectRegistrationsPage>
Overrides