public sealed class IndexOperationMetadata : IMessage<IndexOperationMetadata>, IEquatable<IndexOperationMetadata>, IDeepCloneable<IndexOperationMetadata>, 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 `IndexOperationMetadata` class provides metadata for index operations within the Google Cloud Datastore Admin V1, with the latest version being 2.4.0."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting members from the `Object` class."],["`IndexOperationMetadata` contains properties such as `Common`, `IndexId`, and `ProgressEntities` that offer details about the ongoing index operation, including common metadata, the resource ID, and entity processing progress."],["There are two constructors for `IndexOperationMetadata`, a default constructor and one that takes another `IndexOperationMetadata` object as a parameter for creating a copy."],["The current page contains information regarding version 1.2.0 of the class, but there are 8 previous versions that are listed and linked, as well as a latest version that is currently 2.4.0."]]],[]]