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 documentation for the `SetInventoryResponse` class within the Google Cloud Retail V2 API, specifically for version 2.10.0, but also links to other version documentation."],["`SetInventoryResponse` is a class that represents the response of a `SetInventoryRequest`, which is currently empty, and it is used with the `ProductService.SetInventory` method."],["The `SetInventoryResponse` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation covers the class's inheritance from `object` and lists the methods it inherits, such as `GetHashCode`, `GetType`, and `ToString`."],["This class has two constructors: a default constructor and a constructor that takes another `SetInventoryResponse` object as a parameter for deep cloning."]]],[]]