public sealed class PurgeUserEventsResponse : IMessage<PurgeUserEventsResponse>, IEquatable<PurgeUserEventsResponse>, IDeepCloneable<PurgeUserEventsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class PurgeUserEventsResponse.
Response of the PurgeUserEventsRequest. If the long running operation is
successfully done, then this message is returned by the
google.longrunning.Operations.response field.
[[["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-03-21 UTC."],[[["This webpage provides reference documentation for the `PurgeUserEventsResponse` class within the Google Cloud Retail V2 API, specifically for version 2.8.0."],["The `PurgeUserEventsResponse` class is used to handle the response of a `PurgeUserEventsRequest` operation, indicating the outcome of a user event purge operation."],["It shows that this `PurgeUserEventsResponse` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capability for message handling, equality checks, deep cloning, and buffer operations."],["The class includes a property called `PurgedEventsCount` which, when accessed, will give the total number of events that have been purged by the operation."],["There are listed versions of the `PurgeUserEventsResponse` class, from version 1.0.0 up to the latest 2.12.0."]]],[]]