Class EdgeNetworkClient.ListInterconnectsPage (0.63.0)

public static class EdgeNetworkClient.ListInterconnectsPage extends AbstractPage<ListInterconnectsRequest,ListInterconnectsResponse,Interconnect,EdgeNetworkClient.ListInterconnectsPage>

Inheritance

java.lang.Object > AbstractPage > EdgeNetworkClient.ListInterconnectsPage

Methods

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

protected EdgeNetworkClient.ListInterconnectsPage createPage(@Nullable PageContext<ListInterconnectsRequest,ListInterconnectsResponse,Interconnect> context, @Nullable ListInterconnectsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListInterconnectsRequest,ListInterconnectsResponse,Interconnect>
response @org.jspecify.annotations.Nullable com.google.cloud.edgenetwork.v1.ListInterconnectsResponse
Returns
Type Description
EdgeNetworkClient.ListInterconnectsPage
Overrides

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

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