Uses of Class
com.google.cloud.recommendationengine.v1beta1.UserEventServiceClient.ListUserEventsPage
-
Packages that use UserEventServiceClient.ListUserEventsPage Package Description com.google.cloud.recommendationengine.v1beta1 A client to Recommendations AI -
-
Uses of UserEventServiceClient.ListUserEventsPage in com.google.cloud.recommendationengine.v1beta1
Methods in com.google.cloud.recommendationengine.v1beta1 that return UserEventServiceClient.ListUserEventsPage Modifier and Type Method Description protected UserEventServiceClient.ListUserEventsPage
UserEventServiceClient.ListUserEventsPage. createPage(com.google.api.gax.rpc.PageContext<ListUserEventsRequest,ListUserEventsResponse,UserEvent> context, ListUserEventsResponse response)
Methods in com.google.cloud.recommendationengine.v1beta1 that return types with arguments of type UserEventServiceClient.ListUserEventsPage Modifier and Type Method Description com.google.api.core.ApiFuture<UserEventServiceClient.ListUserEventsPage>
UserEventServiceClient.ListUserEventsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListUserEventsRequest,ListUserEventsResponse,UserEvent> context, com.google.api.core.ApiFuture<ListUserEventsResponse> futureResponse)
Method parameters in com.google.cloud.recommendationengine.v1beta1 with type arguments of type UserEventServiceClient.ListUserEventsPage Modifier and Type Method Description protected UserEventServiceClient.ListUserEventsFixedSizeCollection
UserEventServiceClient.ListUserEventsFixedSizeCollection. createCollection(List<UserEventServiceClient.ListUserEventsPage> pages, int collectionSize)
-