google_api_firestore v0.9.0 GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1ExportDocumentsMetadata View Source

Metadata for google.longrunning.Operation results from FirestoreAdmin.ExportDocuments.

Attributes

  • collectionIds (type: list(String.t), default: nil) - Which collection ids are being exported.
  • endTime (type: DateTime.t, default: nil) - The time this operation completed. Will be unset if operation still in progress.
  • operationState (type: String.t, default: nil) - The state of the export operation.
  • outputUriPrefix (type: String.t, default: nil) - Where the entities are being exported to.
  • progressBytes (type: GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1Progress.t, default: nil) - The progress, in bytes, of this operation.
  • progressDocuments (type: GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1Progress.t, default: nil) - The progress, in documents, of this operation.
  • startTime (type: DateTime.t, default: nil) - The time this operation started.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() ::
  %GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1ExportDocumentsMetadata{
    collectionIds: [String.t()],
    endTime: DateTime.t(),
    operationState: String.t(),
    outputUriPrefix: String.t(),
    progressBytes:
      GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1Progress.t(),
    progressDocuments:
      GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1Progress.t(),
    startTime: DateTime.t()
  }

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.