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-17 UTC."],[[["This webpage provides reference documentation for the `SetInventoryResponse` class within the Google Cloud Retail v2 API, specifically for .NET developers."],["The `SetInventoryResponse` class is currently an empty response to the `SetInventoryRequest`, as there is no data being returned by the associated `ProductService.SetInventory` method."],["The documentation covers versions from 1.0.0 up to the latest version 2.12.0 of `SetInventoryResponse` for the Retail v2 API."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The page includes details about the `SetInventoryResponse` constructors, as well as methods it inherits, such as GetHashCode(), GetType(), MemberwiseClone(), and ToString()."]]],[]]