Class ServingConfigServiceClient.ListServingConfigsPage (2.44.0)

public static class ServingConfigServiceClient.ListServingConfigsPage extends AbstractPage<ListServingConfigsRequest,ListServingConfigsResponse,ServingConfig,ServingConfigServiceClient.ListServingConfigsPage>

Inheritance

java.lang.Object > AbstractPage > ServingConfigServiceClient.ListServingConfigsPage

Methods

createPage(PageContext<ListServingConfigsRequest,ListServingConfigsResponse,ServingConfig> context, ListServingConfigsResponse response)

protected ServingConfigServiceClient.ListServingConfigsPage createPage(PageContext<ListServingConfigsRequest,ListServingConfigsResponse,ServingConfig> context, ListServingConfigsResponse response)
Parameters
Name Description
context PageContext<ListServingConfigsRequest,ListServingConfigsResponse,ServingConfig>
response ListServingConfigsResponse
Returns
Type Description
ServingConfigServiceClient.ListServingConfigsPage
Overrides

createPageAsync(PageContext<ListServingConfigsRequest,ListServingConfigsResponse,ServingConfig> context, ApiFuture<ListServingConfigsResponse> futureResponse)

public ApiFuture<ServingConfigServiceClient.ListServingConfigsPage> createPageAsync(PageContext<ListServingConfigsRequest,ListServingConfigsResponse,ServingConfig> context, ApiFuture<ListServingConfigsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListServingConfigsRequest,ListServingConfigsResponse,ServingConfig>
futureResponse ApiFuture<ListServingConfigsResponse>
Returns
Type Description
ApiFuture<ListServingConfigsPage>
Overrides