public sealed class RemoveLocalInventoriesResponse : IMessage<RemoveLocalInventoriesResponse>, IEquatable<RemoveLocalInventoriesResponse>, IDeepCloneable<RemoveLocalInventoriesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class RemoveLocalInventoriesResponse.
Response of the
[ProductService.RemoveLocalInventories][google.cloud.retail.v2.ProductService.RemoveLocalInventories]
API. Currently empty because there is no meaningful response 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 page provides documentation for the `RemoveLocalInventoriesResponse` class within the Google Cloud Retail V2 API, specifically for the .NET environment."],["This class represents the response from the `ProductService.RemoveLocalInventories` API method, which is currently designed to return an empty response."],["The class inherits from `object` and implements several interfaces: `IMessage\u003cRemoveLocalInventoriesResponse\u003e`, `IEquatable\u003cRemoveLocalInventoriesResponse\u003e`, `IDeepCloneable\u003cRemoveLocalInventoriesResponse\u003e`, `IBufferMessage`, and `IMessage`."],["The documentation lists available versions of this class ranging from version 1.0.0 up to the latest version, 2.12.0, with version 2.11.0 being highlighted."],["There are two constructors available for the `RemoveLocalInventoriesResponse` class: a default constructor and a constructor that accepts another `RemoveLocalInventoriesResponse` object as an argument for copying."]]],[]]