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 the reference for the `ImportProductsResponse` class within the Google Cloud Retail V2 API for .NET, specifically version 2.8.0."],["`ImportProductsResponse` is the return message for the `ImportProductsRequest` operation, representing the outcome of importing product data."],["The `ImportProductsResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["Key properties of this class include `ErrorSamples`, which provides a collection of errors encountered, and `ErrorsConfig`, which specifies where complete error details are stored."],["The latest available version for the Google Cloud Retail V2 API is version 2.12.0 and there are many previous versions available, all the way back to 1.0.0."]]],[]]