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-04-09 UTC."],[[["The latest version available for the Retail v2 API's `SetInventoryResponse` is 2.12.0, with a total of 20 versions available, ranging down to version 1.0.0."],["`SetInventoryResponse` is a class within the Google.Cloud.Retail.V2 namespace, specifically used as a response type for the `SetInventoryRequest` in the Retail v2 API."],["The `SetInventoryResponse` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its capabilities for handling messages and data structures."],["This class, `SetInventoryResponse`, is a response to the SetInventoryRequest, but currently returns an empty response as the ProductService.SetInventory method does not populate any meaningful data."],["The `SetInventoryResponse` class has two constructors: a parameterless constructor and a constructor that takes another `SetInventoryResponse` object as a parameter."]]],[]]