Class InterconnectRemoteLocationsClient.ListPage (1.105.0)

public static class InterconnectRemoteLocationsClient.ListPage extends AbstractPage<ListInterconnectRemoteLocationsRequest,InterconnectRemoteLocationList,InterconnectRemoteLocation,InterconnectRemoteLocationsClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > InterconnectRemoteLocationsClient.ListPage

Methods

createPage(@Nullable PageContext<ListInterconnectRemoteLocationsRequest,InterconnectRemoteLocationList,InterconnectRemoteLocation> context, @Nullable InterconnectRemoteLocationList response)

protected InterconnectRemoteLocationsClient.ListPage createPage(@Nullable PageContext<ListInterconnectRemoteLocationsRequest,InterconnectRemoteLocationList,InterconnectRemoteLocation> context, @Nullable InterconnectRemoteLocationList response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListInterconnectRemoteLocationsRequest,InterconnectRemoteLocationList,InterconnectRemoteLocation>
response @org.jspecify.annotations.Nullable com.google.cloud.compute.v1.InterconnectRemoteLocationList
Returns
Type Description
InterconnectRemoteLocationsClient.ListPage
Overrides

createPageAsync(@Nullable PageContext<ListInterconnectRemoteLocationsRequest,InterconnectRemoteLocationList,InterconnectRemoteLocation> context, ApiFuture<InterconnectRemoteLocationList> futureResponse)

public ApiFuture<InterconnectRemoteLocationsClient.ListPage> createPageAsync(@Nullable PageContext<ListInterconnectRemoteLocationsRequest,InterconnectRemoteLocationList,InterconnectRemoteLocation> context, ApiFuture<InterconnectRemoteLocationList> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListInterconnectRemoteLocationsRequest,InterconnectRemoteLocationList,InterconnectRemoteLocation>
futureResponse ApiFuture<InterconnectRemoteLocationList>
Returns
Type Description
ApiFuture<ListPage>
Overrides