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."],[[["This webpage details the `ImportCompletionDataResponse` class within the `Google.Cloud.Retail.V2` namespace, specifically the version 2.0.0."],["The `ImportCompletionDataResponse` class is a response type for the `ImportCompletionDataRequest`, providing a message if the long-running operation was completed successfully."],["The page includes a comprehensive list of versions for this class, ranging from the latest (2.12.0) down to the initial version 1.0.0, for the response in `Google.Cloud.Retail.V2`."],["The `ImportCompletionDataResponse` class inherits from the `Object` class and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all found in the `Google.Protobuf`."],["The `ErrorSamples` property, a `RepeatedField` of `Status` type, is included within the class to capture and display any errors that were encountered during the processing of the request."]]],[]]