public sealed class ImportCompletionDataResponse : IMessage<ImportCompletionDataResponse>, IEquatable<ImportCompletionDataResponse>, IDeepCloneable<ImportCompletionDataResponse>, IBufferMessage, IMessage
Response of the
[ImportCompletionDataRequest][google.cloud.retail.v2.ImportCompletionDataRequest].
If the long running operation is done, this message is returned by the
google.longrunning.Operations.response field if the operation is 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 the `ImportCompletionDataResponse` is 2.12.0, while version 2.2.0 is the current context."],["This class, `ImportCompletionDataResponse`, represents the response to an `ImportCompletionDataRequest` and is returned when the long-running operation is completed."],["It inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for data handling and comparison."],["The `ErrorSamples` property, of type `RepeatedField\u003cStatus\u003e`, provides a sample of any errors that occurred during the processing of the request."],["The class offers two constructors: a default constructor and one that takes another `ImportCompletionDataResponse` object as input, allowing for object duplication."]]],[]]