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 part of the Google Cloud Retail v2 API, specifically in the `Google.Cloud.Retail.V2` namespace."],["This class represents the response to an `ImportCompletionDataRequest`, indicating the result of a long-running operation to import completion data."],["It is available in multiple versions, ranging from 1.0.0 to the latest 2.12.0, with the documentation listing all available versions for reference."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities such as comparison, deep cloning, and message buffer operations."],["It provides a property named `ErrorSamples` which returns a `RepeatedField` of `Status` objects, allowing for a way to look at any errors that may have occurred."]]],[]]