public sealed class GetMetadataImportRequest : IMessage<GetMetadataImportRequest>, IEquatable<GetMetadataImportRequest>, IDeepCloneable<GetMetadataImportRequest>, IBufferMessage, IMessage
Request message for
[DataprocMetastore.GetMetadataImport][google.cloud.metastore.v1beta.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."],[[["This page provides documentation for the `GetMetadataImportRequest` class, which is part of the `Google.Cloud.Metastore.V1Beta` namespace in the .NET library, specifically version 1.0.0-beta02."],["The `GetMetadataImportRequest` class is a request message used to retrieve metadata import information via the `DataprocMetastore.GetMetadataImport` method."],["It inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer management."],["The class includes properties like `MetadataImportName` (a typed view) and `Name` (a string), both of which represent the resource name of the metadata import to be retrieved."],["The documentation provides access to different versions, with version `2.0.0-beta11` as the most recent."]]],[]]