Uses of Class
com.google.cloud.retail.v2beta.ServingConfigServiceClient.ListServingConfigsPagedResponse
-
Packages that use ServingConfigServiceClient.ListServingConfigsPagedResponse Package Description com.google.cloud.retail.v2beta A client to Retail APIcom.google.cloud.retail.v2beta.stub -
-
Uses of ServingConfigServiceClient.ListServingConfigsPagedResponse in com.google.cloud.retail.v2beta
Methods in com.google.cloud.retail.v2beta that return ServingConfigServiceClient.ListServingConfigsPagedResponse Modifier and Type Method Description ServingConfigServiceClient.ListServingConfigsPagedResponse
ServingConfigServiceClient. listServingConfigs(CatalogName parent)
Lists all ServingConfigs linked to this catalog.ServingConfigServiceClient.ListServingConfigsPagedResponse
ServingConfigServiceClient. listServingConfigs(ListServingConfigsRequest request)
Lists all ServingConfigs linked to this catalog.ServingConfigServiceClient.ListServingConfigsPagedResponse
ServingConfigServiceClient. listServingConfigs(String parent)
Lists all ServingConfigs linked to this catalog.Methods in com.google.cloud.retail.v2beta that return types with arguments of type ServingConfigServiceClient.ListServingConfigsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<ServingConfigServiceClient.ListServingConfigsPagedResponse>
ServingConfigServiceClient.ListServingConfigsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListServingConfigsRequest,ListServingConfigsResponse,ServingConfig> context, com.google.api.core.ApiFuture<ListServingConfigsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListServingConfigsRequest,ServingConfigServiceClient.ListServingConfigsPagedResponse>
ServingConfigServiceClient. listServingConfigsPagedCallable()
Lists all ServingConfigs linked to this catalog.com.google.api.gax.rpc.PagedCallSettings.Builder<ListServingConfigsRequest,ListServingConfigsResponse,ServingConfigServiceClient.ListServingConfigsPagedResponse>
ServingConfigServiceSettings.Builder. listServingConfigsSettings()
Returns the builder for the settings used for calls to listServingConfigs.com.google.api.gax.rpc.PagedCallSettings<ListServingConfigsRequest,ListServingConfigsResponse,ServingConfigServiceClient.ListServingConfigsPagedResponse>
ServingConfigServiceSettings. listServingConfigsSettings()
Returns the object with the settings used for calls to listServingConfigs. -
Uses of ServingConfigServiceClient.ListServingConfigsPagedResponse in com.google.cloud.retail.v2beta.stub
-