View Source GoogleApi.Metastore.V1beta.Model.MetadataImport (google_api_metastore v0.3.0)
A metastore resource that imports metadata.
Attributes
-
createTime(type:DateTime.t, default:nil) - Output only. The time when the metadata import was started. -
databaseDump(type:GoogleApi.Metastore.V1beta.Model.DatabaseDump.t, default:nil) - Immutable. A database dump from a pre-existing metastore's database. -
description(type:String.t, default:nil) - The description of the metadata import. -
endTime(type:DateTime.t, default:nil) - Output only. The time when the metadata import finished. -
name(type:String.t, default:nil) - Immutable. The relative resource name of the metadata import, of the form:projects/{project_number}/locations/{location_id}/services/{service_id}/metadataImports/{metadata_import_id}. -
state(type:String.t, default:nil) - Output only. The current state of the metadata import. -
updateTime(type:DateTime.t, default:nil) - Output only. The time when the metadata import was last updated.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Metastore.V1beta.Model.MetadataImport{
createTime: DateTime.t() | nil,
databaseDump: GoogleApi.Metastore.V1beta.Model.DatabaseDump.t() | nil,
description: String.t() | nil,
endTime: DateTime.t() | nil,
name: String.t() | nil,
state: String.t() | nil,
updateTime: DateTime.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.