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 latest version of the `ImportProductsResponse` documentation is 2.12.0, which can be found on the provided webpage link."],["This document provides documentation of the `ImportProductsResponse` class for various versions ranging from 1.0.0 to 2.12.0."],["The `ImportProductsResponse` class is used as the response for an `ImportProductsRequest` operation, indicating whether the request was successful or not."],["The `ImportProductsResponse` class includes properties like `ErrorSamples`, which provides a list of errors encountered during the import process, and `ErrorsConfig`, which shows where complete error logs are located."],["This class, which inherits from Object, implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its integration with the Google Protobuf library."]]],[]]