public sealed class ImportUserEventsResponse : IMessage<ImportUserEventsResponse>, IEquatable<ImportUserEventsResponse>, IDeepCloneable<ImportUserEventsResponse>, IBufferMessage, IMessage
Response of the ImportUserEventsRequest. If the long running
operation was successful, then this message is returned by the
google.longrunning.Operations.response field if the operation was successful.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The `ImportUserEventsResponse` class is the response type for a successful long-running operation that processes an `ImportUserEventsRequest`, primarily used within Google Cloud Retail's V2 API."],["The latest version of the Google Cloud Retail V2 API covered on this page is version 2.12.0, and the page lists versions ranging from 1.0.0 up to this latest version."],["`ImportUserEventsResponse` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all of which come from the Google.Protobuf namespace."],["The class provides properties for retrieving error information, including `ErrorSamples` for a selection of errors and `ErrorsConfig` for the destination of all errors, along with `ImportSummary` for aggregated import statistics."],["The class provides 2 constructors, one taking in no arguments and another taking in an `ImportUserEventsResponse`."]]],[]]