public sealed class ImportProductsResponse : IMessage<ImportProductsResponse>, IEquatable<ImportProductsResponse>, IDeepCloneable<ImportProductsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class ImportProductsResponse.
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 provides reference documentation for the `ImportProductsResponse` class within the Google Cloud Retail V2 API for .NET."],["The `ImportProductsResponse` class is used to handle the response from an `ImportProductsRequest` long-running operation, indicating if it was successful."],["The documentation outlines the different available versions of the Retail V2 API, with version 2.12.0 being the latest, and it details the inheritance structure, constructors, and properties of the `ImportProductsResponse` class."],["Key properties of `ImportProductsResponse` include `ErrorSamples`, which provides a sampling of any errors encountered, and `ErrorsConfig`, which mirrors the destination for comprehensive error logs if configured."]]],[]]