public sealed class ImportCatalogItemsResponse : IMessage<ImportCatalogItemsResponse>, IEquatable<ImportCatalogItemsResponse>, IDeepCloneable<ImportCatalogItemsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Recommendations AI v1beta1 API class ImportCatalogItemsResponse.
Response of the ImportCatalogItemsRequest. If the long running
operation is done, then this message is returned by the
google.longrunning.Operations.response field if the operation was 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 document provides reference information for the `ImportCatalogItemsResponse` class within the Recommendations AI v1beta1 API, specifically for version 2.0.0-beta05."],["`ImportCatalogItemsResponse` is used as the response message for the `ImportCatalogItemsRequest` in long-running operations and implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes properties such as `ErrorSamples`, which contains a sample of errors encountered during processing, and `ErrorsConfig`, which echoes the destination for the complete errors."],["The `ImportCatalogItemsResponse` class includes two constructors, a default one and one that takes another `ImportCatalogItemsResponse` object as a parameter for copying."],["It inherits from the base object class and has inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`, which are common methods used in object interaction."]]],[]]