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."],[[["This page provides documentation for the `PurgeUserEventsResponse` class within the Discovery Engine v1beta API, specifically for versions 1.0.0-beta17 and 1.0.0-beta18."],["`PurgeUserEventsResponse` is the response message returned after a successful completion of the `PurgeUserEventsRequest` via a long-running operation."],["The class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PurgeUserEventsResponse` class has two constructors and includes a `PurgeCount` property, which indicates the number of user events that have been purged."],["This documentation is part of the `Google.Cloud.DiscoveryEngine.V1Beta` namespace, available in the `Google.Cloud.DiscoveryEngine.V1Beta.dll` assembly."]]],[]]