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."],["The `ImportProductsResponse` class is used to represent the response of an `ImportProductsRequest` and is returned if the long-running operation was successful."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its functionality for message handling and deep cloning."],["The documentation details the class's constructors and properties, such as `ErrorSamples` and `ErrorsConfig`, which provide information about errors encountered during the import process."],["The documentation covers a range of versions for this class, starting from version 1.0.0 up to the latest version of 2.12.0, with the current page focusing on version 2.10.0."]]],[]]