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 available for `ImportProductsResponse` is 2.12.0, with several prior versions also accessible, ranging from 2.11.0 down to 1.0.0."],["`ImportProductsResponse` is a class that serves as the response type for the `ImportProductsRequest`, and is returned if the long-running operation succeeds."],["This class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`ImportProductsResponse` includes properties for `ErrorSamples`, which contains a sample of errors encountered, and `ErrorsConfig`, which indicates the destination for the full error details."],["There are two constructors for `ImportProductsResponse`, one being empty, and the other taking another `ImportProductsResponse` as a parameter to copy its contents."]]],[]]