[[["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 2024-04-01 UTC."],[[["This webpage details how to retrieve information about a single metadata import using a GET request to the Google Metastore API."],["The request requires a `name` path parameter, which specifies the resource name of the import you are trying to access, in the format `projects/{projectNumber}/locations/{locationId}/services/{serviceId}/metadataImports/{import_id}`."],["No request body is needed for this operation, as all needed information is part of the path parameter."],["A successful request returns a `MetadataImport` resource in the response body, which contains the details of the import."],["The request needs authorization with the `metastore.imports.get` IAM permission, and `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]