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."],[[["This webpage details the `ImportProductsResponse` class, which is part of the `Google.Cloud.Retail.V2` namespace in the .NET environment, and is used to return the response of an `ImportProductsRequest`."],["The `ImportProductsResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its compatibility with Google's protocol buffers and standard .NET functionalities."],["The class has two constructors: a default constructor `ImportProductsResponse()` and a copy constructor `ImportProductsResponse(ImportProductsResponse other)`, which allows creating a new instance from an existing `ImportProductsResponse` object."],["It contains two key properties: `ErrorSamples`, a `RepeatedField` that holds a sample of errors encountered during the import process, and `ErrorsConfig`, which mirrors the destination for all errors when specified in the initial request."],["The webpage provides a list of all available versions, from 1.0.0 to the latest 2.12.0, with links to the documentation for each version, making it easy to navigate through the different iterations of the `ImportProductsResponse`."]]],[]]