public sealed class IndexConfigDelta : IMessage<FieldOperationMetadata.Types.IndexConfigDelta>, IEquatable<FieldOperationMetadata.Types.IndexConfigDelta>, IDeepCloneable<FieldOperationMetadata.Types.IndexConfigDelta>, IBufferMessage, IMessage
[[["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 `IndexConfigDelta` class represents changes to an index configuration within the `Google.Cloud.Firestore.Admin.V1` namespace, specifically in the context of version 2.2.0."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality comparison, deep cloning, and buffer-based operations."],["It provides two constructors: a default constructor `IndexConfigDelta()` and another one that takes `FieldOperationMetadata.Types.IndexConfigDelta` as a parameter, offering flexibility in object initialization."],["It includes properties like `ChangeType`, which specifies the type of index configuration change, and `Index`, which provides details about the index being altered."],["There are multiple versions of the `IndexConfigDelta` listed, with 3.12.0 being the latest version."]]],[]]