Dataproc Metastore v1 API - Class GetMetadataImportRequest (2.10.0)

public sealed class GetMetadataImportRequest : IMessage<GetMetadataImportRequest>, IEquatable<GetMetadataImportRequest>, IDeepCloneable<GetMetadataImportRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Dataproc Metastore v1 API class GetMetadataImportRequest.

Request message for [DataprocMetastore.GetMetadataImport][google.cloud.metastore.v1.DataprocMetastore.GetMetadataImport].

Inheritance

object > GetMetadataImportRequest

Namespace

Google.Cloud.Metastore.V1

Assembly

Google.Cloud.Metastore.V1.dll

Constructors

GetMetadataImportRequest()

public GetMetadataImportRequest()

GetMetadataImportRequest(GetMetadataImportRequest)

public GetMetadataImportRequest(GetMetadataImportRequest other)
Parameter
Name Description
other GetMetadataImportRequest

Properties

MetadataImportName

public MetadataImportName MetadataImportName { get; set; }

MetadataImportName-typed view over the Name resource name property.

Property Value
Type Description
MetadataImportName

Name

public string Name { get; set; }

Required. The relative resource name of the metadata import to retrieve, in the following form:

projects/{project_number}/locations/{location_id}/services/{service_id}/metadataImports/{import_id}.

Property Value
Type Description
string

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月06日 UTC.