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 page documents `IndexConfigDelta`, a class representing changes to an index configuration in Google Cloud Firestore Admin."],["`IndexConfigDelta` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration with the Google Protobuf library."],["It provides two constructors: a default constructor (`IndexConfigDelta()`) and a copy constructor (`IndexConfigDelta(FieldOperationMetadata.Types.IndexConfigDelta)`), which takes another `IndexConfigDelta` object as an argument."],["Key properties of `IndexConfigDelta` include `ChangeType` which specifies the type of change to the index, and `Index`, which refers to the actual index being modified."],["The webpage lists all the previous versions, with the most recent version being 3.12.0, and contains version information all the way back to version 2.2.0."]]],[]]