public sealed class SetInventoryResponse : IMessage<SetInventoryResponse>, IEquatable<SetInventoryResponse>, IDeepCloneable<SetInventoryResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class SetInventoryResponse.
Response of the SetInventoryRequest. Currently empty because
there is no meaningful response populated from the
[ProductService.SetInventory][google.cloud.retail.v2.ProductService.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-03-21 UTC."],[[["This webpage provides reference documentation for the `SetInventoryResponse` class within the Google Cloud Retail v2 API for .NET."],["The `SetInventoryResponse` class is a response type for the `SetInventoryRequest`, but it's currently empty as there is no meaningful data provided back from the `ProductService.SetInventory` method."],["The class `SetInventoryResponse` inherits from object and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The webpage also lists all the available versions of the library associated with the `SetInventoryResponse` class, ranging from version 1.0.0 to 2.12.0, with 2.12.0 being the latest version."],["There are two constructors available for the `SetInventoryResponse` class, a parameterless constructor and one that accepts another instance of `SetInventoryResponse`."]]],[]]