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 webpage provides reference documentation for the `ImportEntriesMetadata` class within the Google Cloud Data Catalog v1 API, specifically focusing on version 2.5.0."],["`ImportEntriesMetadata` is used as a metadata message for long-running operations related to the `ImportEntries` function in the Data Catalog API."],["The documentation outlines the class's inheritance, which is derived from `object` and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes details about the class's constructors, along with properties such as `Errors` (partial errors encountered during the import operation) and `State` (the state of the import operation)."],["The page offers a list of previous versions, ranging from version 2.14.0 (latest) down to version 1.2.0, in the `ImportEntriesMetadata` class in the `Google.Cloud.DataCatalog.V1` namespace."]]],[]]