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 `ImportCompletionDataResponse` class is part of the Google.Cloud.Retail.V2 namespace, specifically within the Google.Cloud.Retail.V2.dll assembly."],["This class represents the response received after an `ImportCompletionDataRequest` and is returned if the operation is successful."],["`ImportCompletionDataResponse` implements several interfaces, including `IMessage\u003cImportCompletionDataResponse\u003e`, `IEquatable\u003cImportCompletionDataResponse\u003e`, `IDeepCloneable\u003cImportCompletionDataResponse\u003e`, `IBufferMessage`, and `IMessage`."],["The class is available in version 2.1.0, with numerous versions available, from version 1.0.0 up to the most current at version 2.12.0."],["The class contains a `ErrorSamples` property, which is a `RepeatedField` of `Status` objects, providing details about any errors that occurred during request processing."]]],[]]