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-06-05 UTC."],[[["The webpage details the `ImportProductsResponse` class within the Google Cloud Retail V2 library for .NET, with the latest version being 2.12.0, and spanning down to version 1.0.0."],["`ImportProductsResponse` is a response message for the `ImportProductsRequest`, used to report the status of a long-running import operation, indicating if the operation was successful."],["This class implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities within the .NET environment."],["The class includes two constructors, a default one and one that accepts another `ImportProductsResponse` object, allowing for easy initialization and cloning."],["`ImportProductsResponse` has two key properties: `ErrorSamples`, which provides a sample of errors encountered during the import, and `ErrorsConfig`, which specifies where detailed errors are logged."]]],[]]