public sealed class ImportProductsResponse : IMessage<ImportProductsResponse>, IEquatable<ImportProductsResponse>, IDeepCloneable<ImportProductsResponse>, IBufferMessage, IMessage
Response of the
[ImportProductsRequest][google.cloud.retail.v2.ImportProductsRequest]. If the
long running operation is done, then this message is returned by the
google.longrunning.Operations.response field if the operation was successful.
[[["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 webpage details the `ImportProductsResponse` class within the `Google.Cloud.Retail.V2` namespace, covering versions from 1.0.0 to the latest 2.12.0, as a response to `ImportProductsRequest`."],["`ImportProductsResponse` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it versatile for different uses."],["The `ImportProductsResponse` class contains properties such as `ErrorSamples`, which provides a sample of errors encountered during request processing, and `ErrorsConfig`, which reflects where complete error details are directed."],["The class provides two constructors: a parameterless default and another allowing the user to pass in an `ImportProductsResponse` instance."],["The webpage also shows all the inherited members from the `object` class."]]],[]]