public sealed class ImportEntriesMetadata : IMessage<ImportEntriesMetadata>, IEquatable<ImportEntriesMetadata>, IDeepCloneable<ImportEntriesMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class ImportEntriesMetadata.
Metadata message for [long-running operation][google.longrunning.Operation]
returned by the
[ImportEntries][google.cloud.datacatalog.v1.DataCatalog.ImportEntries].
Partial errors that are encountered during the ImportEntries operation.
There is no guarantee that all the encountered errors are reported.
However, if no errors are reported, it means that no errors were
encountered.
[[["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 `ImportEntriesMetadata` class within the Google Cloud Data Catalog v1 API, specifically for the .NET environment."],["The `ImportEntriesMetadata` class is used for long-running operations related to importing entries in the Data Catalog."],["The latest version of the API available for `ImportEntriesMetadata` is 2.14.0, and multiple prior versions are also documented, down to version 1.2.0."],["Key properties of the `ImportEntriesMetadata` class include `Errors`, which details partial errors encountered during the import operation, and `State`, indicating the current state of the import process."],["This class inherits from several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all of which are detailed in the provided context."]]],[]]