Uses of Class
com.google.cloud.recommendationengine.v1beta1.UserEventServiceClient.ListUserEventsPagedResponse
-
Packages that use UserEventServiceClient.ListUserEventsPagedResponse Package Description com.google.cloud.recommendationengine.v1beta1 A client to Recommendations AIcom.google.cloud.recommendationengine.v1beta1.stub -
-
Uses of UserEventServiceClient.ListUserEventsPagedResponse in com.google.cloud.recommendationengine.v1beta1
Methods in com.google.cloud.recommendationengine.v1beta1 that return UserEventServiceClient.ListUserEventsPagedResponse Modifier and Type Method Description UserEventServiceClient.ListUserEventsPagedResponse
UserEventServiceClient. listUserEvents(EventStoreName parent, String filter)
Gets a list of user events within a time range, with potential filtering.UserEventServiceClient.ListUserEventsPagedResponse
UserEventServiceClient. listUserEvents(ListUserEventsRequest request)
Gets a list of user events within a time range, with potential filtering.UserEventServiceClient.ListUserEventsPagedResponse
UserEventServiceClient. listUserEvents(String parent, String filter)
Gets a list of user events within a time range, with potential filtering.Methods in com.google.cloud.recommendationengine.v1beta1 that return types with arguments of type UserEventServiceClient.ListUserEventsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<UserEventServiceClient.ListUserEventsPagedResponse>
UserEventServiceClient.ListUserEventsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListUserEventsRequest,ListUserEventsResponse,UserEvent> context, com.google.api.core.ApiFuture<ListUserEventsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListUserEventsRequest,UserEventServiceClient.ListUserEventsPagedResponse>
UserEventServiceClient. listUserEventsPagedCallable()
Gets a list of user events within a time range, with potential filtering.com.google.api.gax.rpc.PagedCallSettings.Builder<ListUserEventsRequest,ListUserEventsResponse,UserEventServiceClient.ListUserEventsPagedResponse>
UserEventServiceSettings.Builder. listUserEventsSettings()
Returns the builder for the settings used for calls to listUserEvents.com.google.api.gax.rpc.PagedCallSettings<ListUserEventsRequest,ListUserEventsResponse,UserEventServiceClient.ListUserEventsPagedResponse>
UserEventServiceSettings. listUserEventsSettings()
Returns the object with the settings used for calls to listUserEvents. -
Uses of UserEventServiceClient.ListUserEventsPagedResponse in com.google.cloud.recommendationengine.v1beta1.stub
-