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 documentation for the `ImportEntriesResponse` class within the Google Cloud Data Catalog v1 API for .NET, specifically version 2.12.0."],["The `ImportEntriesResponse` class is a response message for long-running operations initiated by the `ImportEntries` method in the Data Catalog API, indicating the result of importing data entries."],["It inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties `DeletedEntriesCount` and `UpsertedEntriesCount`, both of type `long`, which respectively represent the number of deleted and updated/created entries as a result of the import operation, and both also have a `Has...` property of type `bool` to check if they are set."],["This documentation lists all available versions of this class from version 1.2.0 up to the most recent 2.14.0."]]],[]]