public sealed class ImportEntriesRequest : IMessage<ImportEntriesRequest>, IEquatable<ImportEntriesRequest>, IDeepCloneable<ImportEntriesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class ImportEntriesRequest.
Request message for
[ImportEntries][google.cloud.datacatalog.v1.DataCatalog.ImportEntries]
method.
[[["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 `ImportEntriesRequest` class within the Google Cloud Data Catalog v1 API for .NET."],["The `ImportEntriesRequest` class is used to define the request message for the `ImportEntries` method, which is used to import data catalog entries."],["The page lists all the versions of the class, with version 2.14.0 being the latest, and going as far back as version 1.2.0."],["Key properties of the `ImportEntriesRequest` class include `GcsBucketPath`, `Parent`, `ParentAsEntryGroupName`, and `SourceCase`, which are used to specify the source and destination of the imported data, and also specifies which case the source comes from."],["It also lists the inherited members from the base `object` class, such as `GetHashCode`, `GetType`, and `ToString`, as well as all the interfaces it implements."]]],[]]