Class NetworkServicesClient.ListGatewaysPage (0.51.0)

public static class NetworkServicesClient.ListGatewaysPage extends AbstractPage<ListGatewaysRequest,ListGatewaysResponse,Gateway,NetworkServicesClient.ListGatewaysPage>

Inheritance

java.lang.Object > AbstractPage > NetworkServicesClient.ListGatewaysPage

Methods

createPage(@Nullable PageContext<ListGatewaysRequest,ListGatewaysResponse,Gateway> context, @Nullable ListGatewaysResponse response)

protected NetworkServicesClient.ListGatewaysPage createPage(@Nullable PageContext<ListGatewaysRequest,ListGatewaysResponse,Gateway> context, @Nullable ListGatewaysResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListGatewaysRequest,ListGatewaysResponse,Gateway>
response @org.jspecify.annotations.Nullable com.google.cloud.networkservices.v1.ListGatewaysResponse
Returns
Type Description
NetworkServicesClient.ListGatewaysPage
Overrides

createPageAsync(@Nullable PageContext<ListGatewaysRequest,ListGatewaysResponse,Gateway> context, ApiFuture<ListGatewaysResponse> futureResponse)

public ApiFuture<NetworkServicesClient.ListGatewaysPage> createPageAsync(@Nullable PageContext<ListGatewaysRequest,ListGatewaysResponse,Gateway> context, ApiFuture<ListGatewaysResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListGatewaysRequest,ListGatewaysResponse,Gateway>
futureResponse ApiFuture<ListGatewaysResponse>
Returns
Type Description
ApiFuture<ListGatewaysPage>
Overrides