public sealed class ImportEntriesResponse : IMessage<ImportEntriesResponse>, IEquatable<ImportEntriesResponse>, IDeepCloneable<ImportEntriesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class ImportEntriesResponse.
Response message for [long-running operation][google.longrunning.Operation]
returned by the
[ImportEntries][google.cloud.datacatalog.v1.DataCatalog.ImportEntries].
[[["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 provides documentation for the `ImportEntriesResponse` class within the Google Cloud Data Catalog v1 API for .NET, detailing its functionality for handling responses from long-running import operations."],["The page offers links to various versions of the `ImportEntriesResponse` class, ranging from the latest version 2.14.0 down to version 1.2.0, with the current version being 2.4.0."],["`ImportEntriesResponse` inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object management within the API."],["The `ImportEntriesResponse` class includes properties like `DeletedEntriesCount` and `UpsertedEntriesCount`, which provide information on the number of entries deleted or created/updated as a result of an import operation."],["The documentation provides detailed information on the constructors and the properties with their descriptions as well as the parameter that can be utilized for the `ImportEntriesResponse` class."]]],[]]