Uses of Class
com.google.cloud.retail.v2alpha.ServingConfigServiceClient.ListServingConfigsPage
-
Packages that use ServingConfigServiceClient.ListServingConfigsPage Package Description com.google.cloud.retail.v2alpha A client to Retail API -
-
Uses of ServingConfigServiceClient.ListServingConfigsPage in com.google.cloud.retail.v2alpha
Methods in com.google.cloud.retail.v2alpha that return ServingConfigServiceClient.ListServingConfigsPage Modifier and Type Method Description protected ServingConfigServiceClient.ListServingConfigsPage
ServingConfigServiceClient.ListServingConfigsPage. createPage(com.google.api.gax.rpc.PageContext<ListServingConfigsRequest,ListServingConfigsResponse,ServingConfig> context, ListServingConfigsResponse response)
Methods in com.google.cloud.retail.v2alpha that return types with arguments of type ServingConfigServiceClient.ListServingConfigsPage Modifier and Type Method Description com.google.api.core.ApiFuture<ServingConfigServiceClient.ListServingConfigsPage>
ServingConfigServiceClient.ListServingConfigsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListServingConfigsRequest,ListServingConfigsResponse,ServingConfig> context, com.google.api.core.ApiFuture<ListServingConfigsResponse> futureResponse)
Method parameters in com.google.cloud.retail.v2alpha with type arguments of type ServingConfigServiceClient.ListServingConfigsPage Modifier and Type Method Description protected ServingConfigServiceClient.ListServingConfigsFixedSizeCollection
ServingConfigServiceClient.ListServingConfigsFixedSizeCollection. createCollection(List<ServingConfigServiceClient.ListServingConfigsPage> pages, int collectionSize)
-