Class NetworkServicesClient.ListTcpRoutesPage (0.51.0)

public static class NetworkServicesClient.ListTcpRoutesPage extends AbstractPage<ListTcpRoutesRequest,ListTcpRoutesResponse,TcpRoute,NetworkServicesClient.ListTcpRoutesPage>

Inheritance

java.lang.Object > AbstractPage > NetworkServicesClient.ListTcpRoutesPage

Methods

createPage(@Nullable PageContext<ListTcpRoutesRequest,ListTcpRoutesResponse,TcpRoute> context, @Nullable ListTcpRoutesResponse response)

protected NetworkServicesClient.ListTcpRoutesPage createPage(@Nullable PageContext<ListTcpRoutesRequest,ListTcpRoutesResponse,TcpRoute> context, @Nullable ListTcpRoutesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListTcpRoutesRequest,ListTcpRoutesResponse,TcpRoute>
response @org.jspecify.annotations.Nullable com.google.cloud.networkservices.v1.ListTcpRoutesResponse
Returns
Type Description
NetworkServicesClient.ListTcpRoutesPage
Overrides

createPageAsync(@Nullable PageContext<ListTcpRoutesRequest,ListTcpRoutesResponse,TcpRoute> context, ApiFuture<ListTcpRoutesResponse> futureResponse)

public ApiFuture<NetworkServicesClient.ListTcpRoutesPage> createPageAsync(@Nullable PageContext<ListTcpRoutesRequest,ListTcpRoutesResponse,TcpRoute> context, ApiFuture<ListTcpRoutesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListTcpRoutesRequest,ListTcpRoutesResponse,TcpRoute>
futureResponse ApiFuture<ListTcpRoutesResponse>
Returns
Type Description
ApiFuture<ListTcpRoutesPage>
Overrides