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 page provides reference documentation for the `ImportEntriesResponse` class within the Google Cloud Data Catalog v1 API for .NET."],["The `ImportEntriesResponse` class is a response message for a long-running operation, specifically when importing entries into the Data Catalog."],["The page lists various versions of the Data Catalog API, ranging from version 1.2.0 to 2.14.0, with the latest version being 2.14.0."],["The `ImportEntriesResponse` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two properties: `DeletedEntriesCount` which shows the number of entries deleted during import, and `UpsertedEntriesCount` which contains the number of entries created or updated."]]],[]]