Class ServingConfigServiceClient.ListServingConfigsPage (2.43.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
NameDescription
contextPageContext<ListServingConfigsRequest,ListServingConfigsResponse,ServingConfig>
responseListServingConfigsResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListServingConfigsRequest,ListServingConfigsResponse,ServingConfig>
futureResponseApiFuture<ListServingConfigsResponse>
Returns
TypeDescription
ApiFuture<ListServingConfigsPage>
Overrides