Class ProjectsClient.ListXpnHostsPage (1.105.0)

public static class ProjectsClient.ListXpnHostsPage extends AbstractPage<ListXpnHostsProjectsRequest,XpnHostList,Project,ProjectsClient.ListXpnHostsPage>

Inheritance

java.lang.Object > AbstractPage > ProjectsClient.ListXpnHostsPage

Methods

createPage(@Nullable PageContext<ListXpnHostsProjectsRequest,XpnHostList,Project> context, @Nullable XpnHostList response)

protected ProjectsClient.ListXpnHostsPage createPage(@Nullable PageContext<ListXpnHostsProjectsRequest,XpnHostList,Project> context, @Nullable XpnHostList response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListXpnHostsProjectsRequest,XpnHostList,Project>
response @org.jspecify.annotations.Nullable com.google.cloud.compute.v1.XpnHostList
Returns
Type Description
ProjectsClient.ListXpnHostsPage
Overrides

createPageAsync(@Nullable PageContext<ListXpnHostsProjectsRequest,XpnHostList,Project> context, ApiFuture<XpnHostList> futureResponse)

public ApiFuture<ProjectsClient.ListXpnHostsPage> createPageAsync(@Nullable PageContext<ListXpnHostsProjectsRequest,XpnHostList,Project> context, ApiFuture<XpnHostList> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListXpnHostsProjectsRequest,XpnHostList,Project>
futureResponse ApiFuture<XpnHostList>
Returns
Type Description
ApiFuture<ListXpnHostsPage>
Overrides