View Source GoogleApi.Datastream.V1.Model.BackfillJob (google_api_datastream v0.4.0)

Represents a backfill job on a specific stream object.

Attributes

  • errors (type: list(GoogleApi.Datastream.V1.Model.Error.t), default: nil) - Output only. Errors which caused the backfill job to fail.
  • lastEndTime (type: DateTime.t, default: nil) - Output only. Backfill job's end time.
  • lastStartTime (type: DateTime.t, default: nil) - Output only. Backfill job's start time.
  • state (type: String.t, default: nil) - Output only. Backfill job state.
  • trigger (type: String.t, default: nil) - Backfill job's triggering reason.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Datastream.V1.Model.BackfillJob{
  errors: [GoogleApi.Datastream.V1.Model.Error.t()] | nil,
  lastEndTime: DateTime.t() | nil,
  lastStartTime: DateTime.t() | nil,
  state: String.t() | nil,
  trigger: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.