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-25 UTC."],[[["The latest version of the Data Catalog v1 API's `ImportEntriesResponse` class is 2.14.0, and multiple previous versions, down to 1.2.0, are also available for reference."],["The `ImportEntriesResponse` class is part of the `Google.Cloud.DataCatalog.V1` namespace and is used for managing the response from a long-running `ImportEntries` operation."],["This class provides properties to track the number of deleted entries (`DeletedEntriesCount`) and the cumulative number of created or updated entries (`UpsertedEntriesCount`) during an import operation."],["`ImportEntriesResponse` implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`ImportEntriesResponse` has two constructors, one that instantiates a blank response and another that copies the value from a pre-existing `ImportEntriesResponse`."]]],[]]