Class RoutersClient.ListNamedSetsPage (1.105.0)

public static class RoutersClient.ListNamedSetsPage extends AbstractPage<ListNamedSetsRoutersRequest,RoutersListNamedSets,NamedSet,RoutersClient.ListNamedSetsPage>

Inheritance

java.lang.Object > AbstractPage > RoutersClient.ListNamedSetsPage

Methods

createPage(@Nullable PageContext<ListNamedSetsRoutersRequest,RoutersListNamedSets,NamedSet> context, @Nullable RoutersListNamedSets response)

protected RoutersClient.ListNamedSetsPage createPage(@Nullable PageContext<ListNamedSetsRoutersRequest,RoutersListNamedSets,NamedSet> context, @Nullable RoutersListNamedSets response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListNamedSetsRoutersRequest,RoutersListNamedSets,NamedSet>
response @org.jspecify.annotations.Nullable com.google.cloud.compute.v1.RoutersListNamedSets
Returns
Type Description
RoutersClient.ListNamedSetsPage
Overrides

createPageAsync(@Nullable PageContext<ListNamedSetsRoutersRequest,RoutersListNamedSets,NamedSet> context, ApiFuture<RoutersListNamedSets> futureResponse)

public ApiFuture<RoutersClient.ListNamedSetsPage> createPageAsync(@Nullable PageContext<ListNamedSetsRoutersRequest,RoutersListNamedSets,NamedSet> context, ApiFuture<RoutersListNamedSets> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListNamedSetsRoutersRequest,RoutersListNamedSets,NamedSet>
futureResponse ApiFuture<RoutersListNamedSets>
Returns
Type Description
ApiFuture<ListNamedSetsPage>
Overrides