Class ApiGatewayServiceClient.ListApiConfigsPage (2.95.0)

public static class ApiGatewayServiceClient.ListApiConfigsPage extends AbstractPage<ListApiConfigsRequest,ListApiConfigsResponse,ApiConfig,ApiGatewayServiceClient.ListApiConfigsPage>

Inheritance

java.lang.Object > AbstractPage > ApiGatewayServiceClient.ListApiConfigsPage

Methods

createPage(@Nullable PageContext<ListApiConfigsRequest,ListApiConfigsResponse,ApiConfig> context, @Nullable ListApiConfigsResponse response)

protected ApiGatewayServiceClient.ListApiConfigsPage createPage(@Nullable PageContext<ListApiConfigsRequest,ListApiConfigsResponse,ApiConfig> context, @Nullable ListApiConfigsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListApiConfigsRequest,ListApiConfigsResponse,ApiConfig>
response @org.jspecify.annotations.Nullable com.google.cloud.apigateway.v1.ListApiConfigsResponse
Returns
Type Description
ApiGatewayServiceClient.ListApiConfigsPage
Overrides

createPageAsync(@Nullable PageContext<ListApiConfigsRequest,ListApiConfigsResponse,ApiConfig> context, ApiFuture<ListApiConfigsResponse> futureResponse)

public ApiFuture<ApiGatewayServiceClient.ListApiConfigsPage> createPageAsync(@Nullable PageContext<ListApiConfigsRequest,ListApiConfigsResponse,ApiConfig> context, ApiFuture<ListApiConfigsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListApiConfigsRequest,ListApiConfigsResponse,ApiConfig>
futureResponse ApiFuture<ListApiConfigsResponse>
Returns
Type Description
ApiFuture<ListApiConfigsPage>
Overrides