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."],[[["The latest version of `ImportProductsResponse` is 2.12.0, with various other versions available, ranging down to 1.0.0."],["`ImportProductsResponse` is the response to an `ImportProductsRequest` and is returned when the long-running operation is complete and successful."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all within the `Google.Protobuf` namespace."],["The `ImportProductsResponse` class has properties for `ErrorSamples`, which contain a sample of errors, and `ErrorsConfig`, which specifies the destination for complete errors."],["There are two constructors provided for `ImportProductsResponse`, a default constructor `ImportProductsResponse()` and another `ImportProductsResponse(ImportProductsResponse other)` that has a parameter for an existing `ImportProductsResponse` instance."]]],[]]