public sealed class SetInventoryMetadata : IMessage<SetInventoryMetadata>, IEquatable<SetInventoryMetadata>, IDeepCloneable<SetInventoryMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class SetInventoryMetadata.
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-17 UTC."],[[["This webpage provides documentation for the `SetInventoryMetadata` class within the Google Cloud Retail V2 API, specifically for the .NET environment."],["The latest version available is 2.12.0, and there are multiple versions of the `SetInventoryMetadata` class, with version 2.7.0 currently displayed, alongside a full list of versions ranging from 1.0.0 to 2.12.0."],["`SetInventoryMetadata` is a class used to track the progress of the `SetInventory` operation, although currently, it does not contain any meaningful metadata."],["This class implements various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the .NET `object` class."],["The documentation includes details on the class's constructors, such as the default constructor `SetInventoryMetadata()` and the copy constructor `SetInventoryMetadata(SetInventoryMetadata other)`."]]],[]]