Class ApiGatewayServiceClient.ListGatewaysPage (2.95.0)

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

Inheritance

java.lang.Object > AbstractPage > ApiGatewayServiceClient.ListGatewaysPage

Methods

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

protected ApiGatewayServiceClient.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.apigateway.v1.ListGatewaysResponse
Returns
Type Description
ApiGatewayServiceClient.ListGatewaysPage
Overrides

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

public ApiFuture<ApiGatewayServiceClient.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