public sealed class ImportProductsResponse : IMessage<ImportProductsResponse>, IEquatable<ImportProductsResponse>, IDeepCloneable<ImportProductsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class ImportProductsResponse.
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."],[[["This document provides reference information for the `ImportProductsResponse` class within the Google Cloud Retail v2 API."],["The `ImportProductsResponse` class is the response type for the `ImportProductsRequest` and is returned upon successful completion of the long-running operation."],["The latest version of the API is version 2.12.0, and there are numerous older versions listed, going back to version 1.0.0."],["The `ImportProductsResponse` class includes properties such as `ErrorSamples`, which contains a collection of errors, and `ErrorsConfig`, which outlines the destination for the complete errors."],["The class implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with various .NET functionalities."]]],[]]