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."],[[["This webpage details the `IndexConfigDelta` class within the `Google.Cloud.Firestore.Admin.V1` namespace, which represents information about an index configuration change."],["The `IndexConfigDelta` class has been implemented across multiple versions, ranging from 2.2.0 to the latest 3.12.0, all of which are accessible from this page."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `IndexConfigDelta` class includes properties such as `ChangeType`, indicating how an index is changing, and `Index`, representing the index that is being changed."],["The webpage contains information about the constructors for `IndexConfigDelta`, one being a parameterless constructor and the other taking another `IndexConfigDelta` as a parameter."]]],[]]