Class TransportManagerClient.ListTransportsPage (1.94.0)

public static class TransportManagerClient.ListTransportsPage extends AbstractPage<ListTransportsRequest,ListTransportsResponse,Transport,TransportManagerClient.ListTransportsPage>

Inheritance

java.lang.Object > AbstractPage > TransportManagerClient.ListTransportsPage

Methods

createPage(@Nullable PageContext<ListTransportsRequest,ListTransportsResponse,Transport> context, @Nullable ListTransportsResponse response)

protected TransportManagerClient.ListTransportsPage createPage(@Nullable PageContext<ListTransportsRequest,ListTransportsResponse,Transport> context, @Nullable ListTransportsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListTransportsRequest,ListTransportsResponse,Transport>
response @org.jspecify.annotations.Nullable com.google.cloud.networkconnectivity.v1beta.ListTransportsResponse
Returns
Type Description
TransportManagerClient.ListTransportsPage
Overrides

createPageAsync(@Nullable PageContext<ListTransportsRequest,ListTransportsResponse,Transport> context, ApiFuture<ListTransportsResponse> futureResponse)

public ApiFuture<TransportManagerClient.ListTransportsPage> createPageAsync(@Nullable PageContext<ListTransportsRequest,ListTransportsResponse,Transport> context, ApiFuture<ListTransportsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListTransportsRequest,ListTransportsResponse,Transport>
futureResponse ApiFuture<ListTransportsResponse>
Returns
Type Description
ApiFuture<ListTransportsPage>
Overrides