public sealed class RemoveLocalInventoriesMetadata : IMessage<RemoveLocalInventoriesMetadata>, IEquatable<RemoveLocalInventoriesMetadata>, IDeepCloneable<RemoveLocalInventoriesMetadata>, IBufferMessage, IMessage
Metadata related to the progress of the RemoveLocalInventories operation.
Currently empty because there is no meaningful metadata populated from the
[ProductService.RemoveLocalInventories][google.cloud.retail.v2.ProductService.RemoveLocalInventories]
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 `RemoveLocalInventoriesMetadata` class, part of the `Google.Cloud.Retail.V2` namespace, is used for metadata related to the progress of the `RemoveLocalInventories` operation."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in Google Cloud's data handling processes."],["The class has two constructors: a default one and another that allows for cloning an existing `RemoveLocalInventoriesMetadata` object."],["There is a full list of documented versions of the `RemoveLocalInventoriesMetadata` class, ranging from version 1.0.0 up to 2.12.0, each with a corresponding link."],["The `RemoveLocalInventoriesMetadata` class is currently empty, meaning it does not have meaningful data populated from the `ProductService.RemoveLocalInventories` method."]]],[]]