public sealed class PurgeUserEventsResponse : IMessage<PurgeUserEventsResponse>, IEquatable<PurgeUserEventsResponse>, IDeepCloneable<PurgeUserEventsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta 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 `PurgeUserEventsResponse` class is the response type for the `PurgeUserEventsRequest` in the Discovery Engine v1beta API."],["It is implemented by the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, and inherits from `object`."],["The `PurgeUserEventsResponse` class contains the property `PurgeCount`, which is of type `long` and indicates the total number of events purged."],["This class is part of the `Google.Cloud.DiscoveryEngine.V1Beta` namespace and is found within the `Google.Cloud.DiscoveryEngine.V1Beta.dll` assembly."],["There are two constructors available for this class, a parameterless one, and another one that accepts an instance of `PurgeUserEventsResponse`."]]],[]]