GoogleApi.Metastore.V1beta.Model.MetadataExport (google_api_metastore v0.2.0) View Source

The details of a metadata export operation.

Attributes

  • databaseDumpType (type: String.t, default: nil) - Output only. The type of the database dump.
  • destinationGcsUri (type: String.t, default: nil) - Output only. A Cloud Storage URI of a folder that metadata are exported to, in the form of gs:////, where is automatically generated.
  • endTime (type: DateTime.t, default: nil) - Output only. The time when the export ended.
  • startTime (type: DateTime.t, default: nil) - Output only. The time when the export started.
  • state (type: String.t, default: nil) - Output only. The current state of the export.

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.MetadataExport{
  databaseDumpType: String.t() | nil,
  destinationGcsUri: String.t() | nil,
  endTime: DateTime.t() | nil,
  startTime: DateTime.t() | nil,
  state: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.