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
[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."],[[["The `SetInventoryResponse` class is a response object for the `SetInventoryRequest`, used in the Google Cloud Retail V2 API, though it currently does not contain any populated data."],["The latest available version is 2.12.0, and versions are listed in descending order, beginning with 2.12.0 down to 1.0.0, each linking to the specific documentation for that version."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from the base `Object` class, providing methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["It resides within the `Google.Cloud.Retail.V2` namespace, and is found within the `Google.Cloud.Retail.V2.dll` assembly."],["The class provides two constructors, one for creating a new instance, and another to create a new instance based on another `SetInventoryResponse` object."]]],[]]