Uses of Class
com.google.cloud.retail.v2beta.ServingConfigServiceClient.ListServingConfigsPage
-
Packages that use ServingConfigServiceClient.ListServingConfigsPage Package Description com.google.cloud.retail.v2beta A client to Retail API -
-
Uses of ServingConfigServiceClient.ListServingConfigsPage in com.google.cloud.retail.v2beta
Methods in com.google.cloud.retail.v2beta 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.v2beta 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.v2beta with type arguments of type ServingConfigServiceClient.ListServingConfigsPage Modifier and Type Method Description protected ServingConfigServiceClient.ListServingConfigsFixedSizeCollection
ServingConfigServiceClient.ListServingConfigsFixedSizeCollection. createCollection(List<ServingConfigServiceClient.ListServingConfigsPage> pages, int collectionSize)
-