Class ApiGatewayServiceClient.ListApisPage (2.95.0)

public static class ApiGatewayServiceClient.ListApisPage extends AbstractPage<ListApisRequest,ListApisResponse,Api,ApiGatewayServiceClient.ListApisPage>

Inheritance

java.lang.Object > AbstractPage > ApiGatewayServiceClient.ListApisPage

Methods

createPage(@Nullable PageContext<ListApisRequest,ListApisResponse,Api> context, @Nullable ListApisResponse response)

protected ApiGatewayServiceClient.ListApisPage createPage(@Nullable PageContext<ListApisRequest,ListApisResponse,Api> context, @Nullable ListApisResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListApisRequest,ListApisResponse,Api>
response @org.jspecify.annotations.Nullable com.google.cloud.apigateway.v1.ListApisResponse
Returns
Type Description
ApiGatewayServiceClient.ListApisPage
Overrides

createPageAsync(@Nullable PageContext<ListApisRequest,ListApisResponse,Api> context, ApiFuture<ListApisResponse> futureResponse)

public ApiFuture<ApiGatewayServiceClient.ListApisPage> createPageAsync(@Nullable PageContext<ListApisRequest,ListApisResponse,Api> context, ApiFuture<ListApisResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListApisRequest,ListApisResponse,Api>
futureResponse ApiFuture<ListApisResponse>
Returns
Type Description
ApiFuture<ListApisPage>
Overrides