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 library for .NET, specifically focusing on version 1.4.0, with links to previous and newer versions."],["The `ImportProductsResponse` class is used to convey the result of an `ImportProductsRequest` operation, and it implements several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes an empty default constructor and one that takes another `ImportProductsResponse` object, as well as an ErrorSamples property to retrieve a sample of errors found."],["It also has an `ErrorsConfig` property that, when set, will echo the destination of all the errors encountered while processing the request."],["The documentation lists all the versions of `ImportProductsResponse` from 1.0.0 to 2.12.0, indicating a history of updates and available options."]]],[]]