Class InterconnectLocationsClient.ListPage (1.105.0)

public static class InterconnectLocationsClient.ListPage extends AbstractPage<ListInterconnectLocationsRequest,InterconnectLocationList,InterconnectLocation,InterconnectLocationsClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > InterconnectLocationsClient.ListPage

Methods

createPage(@Nullable PageContext<ListInterconnectLocationsRequest,InterconnectLocationList,InterconnectLocation> context, @Nullable InterconnectLocationList response)

protected InterconnectLocationsClient.ListPage createPage(@Nullable PageContext<ListInterconnectLocationsRequest,InterconnectLocationList,InterconnectLocation> context, @Nullable InterconnectLocationList response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListInterconnectLocationsRequest,InterconnectLocationList,InterconnectLocation>
response @org.jspecify.annotations.Nullable com.google.cloud.compute.v1.InterconnectLocationList
Returns
Type Description
InterconnectLocationsClient.ListPage
Overrides

createPageAsync(@Nullable PageContext<ListInterconnectLocationsRequest,InterconnectLocationList,InterconnectLocation> context, ApiFuture<InterconnectLocationList> futureResponse)

public ApiFuture<InterconnectLocationsClient.ListPage> createPageAsync(@Nullable PageContext<ListInterconnectLocationsRequest,InterconnectLocationList,InterconnectLocation> context, ApiFuture<InterconnectLocationList> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListInterconnectLocationsRequest,InterconnectLocationList,InterconnectLocation>
futureResponse ApiFuture<InterconnectLocationList>
Returns
Type Description
ApiFuture<ListPage>
Overrides