public sealed class GetMetadataImportRequest : IMessage<GetMetadataImportRequest>, IEquatable<GetMetadataImportRequest>, IDeepCloneable<GetMetadataImportRequest>, IBufferMessage, IMessage
Request message for [DataprocMetastore.GetMetadataImport][google.cloud.metastore.v1.DataprocMetastore.GetMetadataImport].
[[["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."],[[["The content details the `GetMetadataImportRequest` class, which is used to retrieve metadata import information via a request to the Dataproc Metastore service, and is a part of version 2.0.0 of the Google.Cloud.Metastore.V1 library."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to support message handling, equality comparisons, deep cloning, and buffer management."],["The `GetMetadataImportRequest` class has two constructors, one default and one that accepts another `GetMetadataImportRequest` instance for copying, and it contains two properties: `MetadataImportName`, a resource-name type property, and `Name`, a string representing the resource path."],["There are multiple versions of the `GetMetadataImportRequest` class mentioned, ranging from version 1.0.0 up to the latest 2.9.0, each with its own link, showing the evolution and updates of this resource within the library."]]],[]]