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."],[[["This webpage details the `SetInventoryResponse` class within the `Google.Cloud.Retail.V2` namespace, outlining its structure, methods, and implementation details."],["`SetInventoryResponse` is the response type for the `SetInventoryRequest`, but currently provides an empty response with no meaningful data."],["The `SetInventoryResponse` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The webpage lists multiple versions of this SetInventoryResponse, ranging from version 1.0.0 up to 2.12.0, with the latest version being 2.12.0."],["The class has two constructors, a default constructor and a copy constructor that takes another `SetInventoryResponse` object."]]],[]]