public sealed class PurgeContextsMetadata : IMessage<PurgeContextsMetadata>, IEquatable<PurgeContextsMetadata>, IDeepCloneable<PurgeContextsMetadata>, IBufferMessage, IMessage
Details of operations that perform [MetadataService.PurgeContexts][google.cloud.aiplatform.v1.MetadataService.PurgeContexts].
[[["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-10 UTC."],[[["This webpage details the `PurgeContextsMetadata` class within the `Google.Cloud.AIPlatform.V1` namespace, used for managing operations that purge contexts, and is found in the Google.Cloud.AIPlatform.V1.dll assembly."],["The `PurgeContextsMetadata` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, providing methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The webpage provides a list of available versions of the PurgeContextsMetadata class, with version 3.22.0 being the latest, and going all the way down to version 1.0.0."],["The class includes a `GenericMetadata` property of type `GenericOperationMetadata`, which is used for storing operation metadata for purging contexts."],["There are two constructors for the class, `PurgeContextsMetadata()` and `PurgeContextsMetadata(PurgeContextsMetadata other)`, with the latter taking in another instance of `PurgeContextsMetadata` to help initialize the object."]]],[]]