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 for version 2.12.0."],["The `ImportEntriesMetadata` class is used as a metadata message for long-running operations, particularly those returned by the `ImportEntries` method, within Google Cloud Data Catalog."],["It outlines that this `ImportEntriesMetadata` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all in relation to itself, and inherits members from the base `object` class."],["Key properties of the `ImportEntriesMetadata` class include `Errors`, a `RepeatedField` that stores encountered errors during the import process, and `State`, indicating the current status of the import operation."],["The documentation details the availability of multiple versions of the API, from version 2.14.0 (latest) down to version 1.2.0, all relating to the `ImportEntriesMetadata` class."]]],[]]