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 type for the `SetInventoryRequest`, but currently it returns an empty response as there's no meaningful data to populate it with."],["This class is found within the `Google.Cloud.Retail.V2` namespace, in the `Google.Cloud.Retail.V2.dll` assembly."],["The latest version available for `SetInventoryResponse` is 2.12.0, and the page shows the history of the response type going back to version 1.0.0."],["`SetInventoryResponse` inherits from `Object` and implements multiple interfaces, including `IMessage\u003cSetInventoryResponse\u003e`, `IEquatable\u003cSetInventoryResponse\u003e`, `IDeepCloneable\u003cSetInventoryResponse\u003e`, `IBufferMessage`, and `IMessage`."],["The `SetInventoryResponse` class provides two constructors: a default one, and another that accepts an existing `SetInventoryResponse` instance as an argument to duplicate."]]],[]]