public sealed class AddLocalInventoriesResponse : IMessage<AddLocalInventoriesResponse>, IEquatable<AddLocalInventoriesResponse>, IDeepCloneable<AddLocalInventoriesResponse>, IBufferMessage, IMessage
Response of the
[ProductService.AddLocalInventories][google.cloud.retail.v2.ProductService.AddLocalInventories]
API. Currently empty because there is no meaningful response 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."],[[["This webpage details the `AddLocalInventoriesResponse` class within the `Google.Cloud.Retail.V2` namespace, serving as the response type for the `ProductService.AddLocalInventories` API."],["The class is currently empty, as there is no data in its response from the `ProductService.AddLocalInventories` method."],["The `AddLocalInventoriesResponse` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities and structure within the Google.Protobuf framework."],["The page lists various historical versions of the `AddLocalInventoriesResponse` class, ranging from version 1.0.0 to the latest 2.12.0, providing access to the documentation for each version."],["The `AddLocalInventoriesResponse` class inherits from `Object`, and has two constructors, a default constructor and a copy constructor."]]],[]]