public sealed class ImportCompletionDataResponse : IMessage<ImportCompletionDataResponse>, IEquatable<ImportCompletionDataResponse>, IDeepCloneable<ImportCompletionDataResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class ImportCompletionDataResponse.
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version available for the `ImportCompletionDataResponse` class is 2.12.0."],["This class, `ImportCompletionDataResponse`, is part of the Google Cloud Retail V2 API."],["It is used as a response to the `ImportCompletionDataRequest` and is returned upon the success of a long-running operation."],["The class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The property `ErrorSamples` is a `RepeatedField` of `Status`, which provides a sample of errors encountered during request processing."]]],[]]