public sealed class AddLocalInventoriesMetadata : IMessage<AddLocalInventoriesMetadata>, IEquatable<AddLocalInventoriesMetadata>, IDeepCloneable<AddLocalInventoriesMetadata>, IBufferMessage, IMessage
Metadata related to the progress of the AddLocalInventories operation.
Currently empty because there is no meaningful metadata populated from the
[ProductService.AddLocalInventories][google.cloud.retail.v2.ProductService.AddLocalInventories]
method.
[[["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 latest version of `AddLocalInventoriesMetadata` is 2.12.0, which can be found through the provided links to the documentation, with several prior versions also being available."],["The `AddLocalInventoriesMetadata` class is part of the `Google.Cloud.Retail.V2` namespace, and is contained within the `Google.Cloud.Retail.V2.dll` assembly."],["The `AddLocalInventoriesMetadata` class provides metadata related to the progress of the `AddLocalInventories` operation."],["The class implements several interfaces, including `IMessage\u003cAddLocalInventoriesMetadata\u003e`, `IEquatable\u003cAddLocalInventoriesMetadata\u003e`, `IDeepCloneable\u003cAddLocalInventoriesMetadata\u003e`, `IBufferMessage`, and `IMessage`, allowing it to be used in various contexts."],["Two constructors are provided for `AddLocalInventoriesMetadata`, a default constructor, and one that accepts another `AddLocalInventoriesMetadata` instance as a parameter, allowing for duplication."]]],[]]