public sealed class SetInventoryResponse : IMessage<SetInventoryResponse>, IEquatable<SetInventoryResponse>, IDeepCloneable<SetInventoryResponse>, IBufferMessage, IMessage
Response of the SetInventoryRequest. Currently empty because
there is no meaningful response populated from the [SetInventory][]
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-04-17 UTC."],[[["The `SetInventoryResponse` class is a response object for the `SetInventoryRequest` method, which currently returns an empty response."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and manipulation."],["The latest version of the `SetInventoryResponse` class available is 2.12.0, while older versions dating back to 1.0.0 are also accessible."],["It inherits from `Object` and includes standard methods like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The class is part of the `Google.Cloud.Retail.V2` namespace, and its functionality is contained within the `Google.Cloud.Retail.V2.dll` assembly."]]],[]]