Class InterconnectsClient.ListPage (1.105.0)

public static class InterconnectsClient.ListPage extends AbstractPage<ListInterconnectsRequest,InterconnectList,Interconnect,InterconnectsClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > InterconnectsClient.ListPage

Methods

createPage(@Nullable PageContext<ListInterconnectsRequest,InterconnectList,Interconnect> context, @Nullable InterconnectList response)

protected InterconnectsClient.ListPage createPage(@Nullable PageContext<ListInterconnectsRequest,InterconnectList,Interconnect> context, @Nullable InterconnectList response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListInterconnectsRequest,InterconnectList,Interconnect>
response @org.jspecify.annotations.Nullable com.google.cloud.compute.v1.InterconnectList
Returns
Type Description
InterconnectsClient.ListPage
Overrides

createPageAsync(@Nullable PageContext<ListInterconnectsRequest,InterconnectList,Interconnect> context, ApiFuture<InterconnectList> futureResponse)

public ApiFuture<InterconnectsClient.ListPage> createPageAsync(@Nullable PageContext<ListInterconnectsRequest,InterconnectList,Interconnect> context, ApiFuture<InterconnectList> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListInterconnectsRequest,InterconnectList,Interconnect>
futureResponse ApiFuture<InterconnectList>
Returns
Type Description
ApiFuture<ListPage>
Overrides