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 properties and usage."],["The `ImportEntriesResponse` class is designed as a response message for long-running operations, specifically related to importing entries, as part of the DataCatalog API."],["The latest version of the API documentation is version 2.14.0, and the page includes historical documentation links back to version 1.2.0, along with a description of each version."],["`ImportEntriesResponse` is implemented with IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and contains properties such as `DeletedEntriesCount` and `UpsertedEntriesCount`, which reflect the changes made to entries."],["The documentation provides details on the constructors, properties (`DeletedEntriesCount`, `HasDeletedEntriesCount`, `UpsertedEntriesCount`, `HasUpsertedEntriesCount`), namespace, and assembly, as well as inheritance and implemented members within the `ImportEntriesResponse` class."]]],[]]