public sealed class AddLocalInventoriesResponse : IMessage<AddLocalInventoriesResponse>, IEquatable<AddLocalInventoriesResponse>, IDeepCloneable<AddLocalInventoriesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class AddLocalInventoriesResponse.
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 provides reference documentation for the `AddLocalInventoriesResponse` class within the Google Cloud Retail V2 API."],["The `AddLocalInventoriesResponse` class is the response type for the `ProductService.AddLocalInventories` API method, which currently returns an empty response."],["The class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffered message operations."],["The documentation lists available versions of the `AddLocalInventoriesResponse`, ranging from version 1.0.0 to 2.12.0."],["Two constructors are available for the class, a parameterless constructor `AddLocalInventoriesResponse()` and another that takes an `AddLocalInventoriesResponse` object as parameter `AddLocalInventoriesResponse(AddLocalInventoriesResponse other)`."]]],[]]