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"]],[["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 a response type for the `ImportCompletionDataRequest` in the Retail v2 API."],["This page provides reference documentation for the `ImportCompletionDataResponse` class in various versions, with the latest being version 2.12.0."],["The `ImportCompletionDataResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["It contains a property called `ErrorSamples`, which is a `RepeatedField` of `Status` type, used to store a sample of errors that occurred during request processing."],["The page documents the constructor methods for the class, detailing how to create an instance, either empty, or from a pre-existing `ImportCompletionDataResponse` object."]]],[]]