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-25 UTC."],[[["This page provides reference documentation for the `ImportEntriesMetadata` class within the Google Cloud Data Catalog v1 API, specifically detailing its structure, usage, and properties."],["The latest version of the `ImportEntriesMetadata` class is 2.14.0, and the page contains documentation for this class through version 2.0.0, with older versions also documented back to version 1.2.0."],["`ImportEntriesMetadata` serves as a metadata message for long-running operations returned by the `ImportEntries` method within the Data Catalog v1 API."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing a range of functionalities for interacting with and managing metadata."],["The `ImportEntriesMetadata` class includes properties such as `Errors`, which lists any partial errors encountered during the `ImportEntries` operation, and `State`, which indicates the state of the import operation."]]],[]]