Skip to main content

metadata_imports

Overview

Namemetadata_imports
TypeResource
Idgoogle.metastore.metadata_imports

Fields

NameDatatypeDescription
namestringImmutable. The relative resource name of the metadata import, of the form:projects/{project_number}/locations/{location_id}/services/{service_id}/metadataImports/{metadata_import_id}.
descriptionstringThe description of the metadata import.
endTimestringOutput only. The time when the metadata import finished.
statestringOutput only. The current state of the metadata import.
updateTimestringOutput only. The time when the metadata import was last updated.
createTimestringOutput only. The time when the metadata import was started.
databaseDumpobjectA specification of the location of and metadata about a database dump from a relational database management system.

Methods

NameAccessible byRequired ParamsDescription
getSELECTlocationsId, metadataImportsId, projectsId, servicesIdGets details of a single import.
listSELECTlocationsId, projectsId, servicesIdLists imports in a service.
createINSERTlocationsId, projectsId, servicesIdCreates a new MetadataImport in a given project and location.
_listEXEClocationsId, projectsId, servicesIdLists imports in a service.
patchEXEClocationsId, metadataImportsId, projectsId, servicesIdUpdates a single import. Only the description field of MetadataImport is supported to be updated.