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 reference documentation for the `ImportEntriesResponse` class within the Google Cloud Data Catalog v1 API, specifically for .NET developers."],["The `ImportEntriesResponse` class is used to represent the response of a long-running operation initiated by the `ImportEntries` method."],["The page details multiple available versions of the Data Catalog v1 API class, from 1.2.0 to the latest 2.14.0."],["The `ImportEntriesResponse` class includes properties such as `DeletedEntriesCount` and `UpsertedEntriesCount`, which offer insights into the outcome of an import operation."],["This class inherits from base interfaces and classes like `object`, `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and offers constructors for creating instances."]]],[]]