ProjectsLocationsCatalogsEventStoresUserEventsResource class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
collect(String parent, {String? ets, String? uri, String? userEvent, String? $fields})
→ Future<GoogleApiHttpBody>
-
Writes a single user event from the browser.
-
import(GoogleCloudRecommendationengineV1beta1ImportUserEventsRequest request, String parent, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Bulk import of User events.
-
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleCloudRecommendationengineV1beta1ListUserEventsResponse>
-
Gets a list of user events within a time range, with potential filtering.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
purge(GoogleCloudRecommendationengineV1beta1PurgeUserEventsRequest request, String parent, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Deletes permanently all user events specified by the filter provided.
-
rejoin(GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest request, String parent, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Triggers a user event rejoin operation with latest catalog data.
-
toString()
→ String
-
A string representation of this object.
inherited
-
write(GoogleCloudRecommendationengineV1beta1UserEvent request, String parent, {String? $fields})
→ Future<GoogleCloudRecommendationengineV1beta1UserEvent>
-
Writes a single user event.