Google Cloud Dataproc Metastore V1 Client - Class GetMetadataImportRequest (0.7.0)

Reference documentation and code samples for the Google Cloud Dataproc Metastore V1 Client class GetMetadataImportRequest.

Request message for DataprocMetastore.GetMetadataImport.

Generated from protobuf message google.cloud.metastore.v1.GetMetadataImportRequest

Methods

build

Parameter
Name Description
name string

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}. Please see {@see \Google\Cloud\Metastore\V1\DataprocMetastoreClient::metadataImportName()} for help formatting this field.

Returns
Type Description
Google\Cloud\Metastore\V1\GetMetadataImportRequest

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

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}.

getName

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}.

Returns
Type Description
string

setName

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}.

Parameter
Name Description
var string
Returns
Type Description
$this