com.google.api.HttpBody |
UserEventServiceClient.collectUserEvent(EventStoreName parent,
String userEvent,
String uri,
long ets) |
Writes a single user event from the browser.
|
PredictionApiKeyRegistration |
PredictionApiKeyRegistryClient.createPredictionApiKeyRegistration(EventStoreName parent,
PredictionApiKeyRegistration predictionApiKeyRegistration) |
Register an API key for use with predict method.
|
com.google.api.gax.longrunning.OperationFuture<ImportUserEventsResponse,ImportMetadata> |
UserEventServiceClient.importUserEventsAsync(EventStoreName parent,
String requestId,
InputConfig inputConfig,
ImportErrorsConfig errorsConfig) |
Bulk import of User events.
|
PredictionApiKeyRegistryClient.ListPredictionApiKeyRegistrationsPagedResponse |
PredictionApiKeyRegistryClient.listPredictionApiKeyRegistrations(EventStoreName parent) |
List the registered apiKeys for use with predict method.
|
UserEventServiceClient.ListUserEventsPagedResponse |
UserEventServiceClient.listUserEvents(EventStoreName parent,
String filter) |
Gets a list of user events within a time range, with potential filtering.
|
com.google.api.gax.longrunning.OperationFuture<PurgeUserEventsResponse,PurgeUserEventsMetadata> |
UserEventServiceClient.purgeUserEventsAsync(EventStoreName parent,
String filter,
boolean force) |
Deletes permanently all user events specified by the filter provided.
|
UserEvent |
UserEventServiceClient.writeUserEvent(EventStoreName parent,
UserEvent userEvent) |
Writes a single user event.
|