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 `ImportProductsResponse` class is the response type for the `ImportProductsRequest` operation in the Google Cloud Retail V2 API, providing details on the outcome of a product import request."],["This page details various versions of the `ImportProductsResponse`, ranging from version 1.0.0 to the latest, version 2.12.0, for the .NET implementation."],["The `ImportProductsResponse` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["Key properties of the `ImportProductsResponse` class include `ErrorSamples`, which is a list of errors encountered during the import process, and `ErrorsConfig`, which indicates where complete errors are stored."],["The class has two constructors, a default one, and one that takes another `ImportProductsResponse` object for deep cloning."]]],[]]