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 latest version of the `RemoveLocalInventoriesResponse` API is 2.12.0, with multiple previous versions available for reference, ranging down to version 1.0.0."],["`RemoveLocalInventoriesResponse` is a class in the Google Cloud Retail v2 API, specifically within the `Google.Cloud.Retail.V2` namespace."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling messages and supporting cloning."],["The `RemoveLocalInventoriesResponse` class represents the response from the `ProductService.RemoveLocalInventories` API call, but it's currently empty as there's no data to populate it with from that method."],["The class inherits from `object`, including methods like `GetHashCode()`, `GetType()`, and `ToString()`, and is found within the `Google.Cloud.Retail.V2.dll` assembly."]]],[]]