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 API, used for handling responses from `ImportCompletionDataRequest` operations."],["The content provides a version history of the `ImportCompletionDataResponse` class, ranging from version 1.0.0 to the latest version 2.12.0, with links to documentation for each specific release."],["The `ImportCompletionDataResponse` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["It includes a constructor for creating new instances and a property called `ErrorSamples` to capture errors that occurred during the processing of a request, represented as a collection of `Status` messages."],["The namespace for this class is `Google.Cloud.Retail.V2`, and the class is found in the `Google.Cloud.Retail.V2.dll` assembly."]]],[]]