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-04-17 UTC."],[[["The `ImportCompletionDataResponse` class is the response type for the `ImportCompletionDataRequest` in Google Cloud Retail V2."],["This response is returned upon the successful completion of a long-running operation and provides details about the data import process."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and comparison."],["It is part of the `Google.Cloud.Retail.V2` namespace and is contained within the `Google.Cloud.Retail.V2.dll` assembly."],["The `ErrorSamples` property within `ImportCompletionDataResponse` offers insights into any issues encountered during the import operation, presenting a collection of errors."]]],[]]