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 within the `Google.Cloud.Retail.V2` namespace, specifically for version 1.6.0 and includes links to previous versions."],["The `ImportProductsResponse` class is a response message returned after a successful long-running operation related to `ImportProductsRequest`, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides information about errors encountered during the import process through the `ErrorSamples` property, which contains a collection of `Status` objects, and `ErrorsConfig` which reflects the destination for the complete error information."],["The `ImportProductsResponse` class contains two constructors, a default one, and one to copy the content of an existing `ImportProductsResponse` object."]]],[]]