View Source GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1FieldOperationMetadata (google_api_firestore v0.26.0)

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

Attributes

  • endTime (type: DateTime.t, default: nil) - The time this operation completed. Will be unset if operation still in progress.
  • field (type: String.t, default: nil) - The field resource that this operation is acting on. For example: projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_path}
  • indexConfigDeltas (type: list(GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1IndexConfigDelta.t), default: nil) - A list of IndexConfigDelta, which describe the intent of this operation.
  • 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.
  • state (type: String.t, default: nil) - The state of the operation.
  • ttlConfigDelta (type: GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1TtlConfigDelta.t, default: nil) - Describes the deltas of TTL configuration.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1FieldOperationMetadata{
    endTime: DateTime.t() | nil,
    field: String.t() | nil,
    indexConfigDeltas:
      [GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1IndexConfigDelta.t()]
      | nil,
    progressBytes:
      GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1Progress.t() | nil,
    progressDocuments:
      GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1Progress.t() | nil,
    startTime: DateTime.t() | nil,
    state: String.t() | nil,
    ttlConfigDelta:
      GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1TtlConfigDelta.t()
      | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.