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."],[[["The latest version of the Google.Cloud.Retail.V2 API is 2.12.0, with a historical range of versions available from 1.0.0 up to the most recent version."],["The PurgeUserEventsResponse class is designed to return the response of a PurgeUserEventsRequest, specifically when the long-running operation completes successfully, as documented by the google.longrunning.Operations.response field."],["The PurgeUserEventsResponse class implements multiple interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, to provide extensive functionalities."],["The PurgeUserEventsResponse class, found in the Google.Cloud.Retail.V2 namespace, includes a property called PurgedEventsCount, which is an Int64 representing the total number of events purged by the operation."]]],[]]