public sealed class SetInventoryMetadata : IMessage<SetInventoryMetadata>, IEquatable<SetInventoryMetadata>, IDeepCloneable<SetInventoryMetadata>, IBufferMessage, IMessage
Metadata related to the progress of the SetInventory operation.
Currently empty because there is no meaningful metadata populated from the
[ProductService.SetInventory][google.cloud.retail.v2.ProductService.SetInventory]
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-04-09 UTC."],[[["The `SetInventoryMetadata` class provides metadata for the `SetInventory` operation in the Google Cloud Retail V2 API, although it's currently empty."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, within the `Google.Cloud.Retail.V2` namespace."],["The `SetInventoryMetadata` class has two constructors, a default one and another that takes an existing `SetInventoryMetadata` object as a parameter."],["Multiple versions of `SetInventoryMetadata` are available, ranging from version 1.0.0 to the latest version 2.12.0, with links provided to the documentation for each version."]]],[]]