google_api_dataflow v0.8.0 GoogleApi.Dataflow.V1b3.Model.Snapshot View Source

Represents a snapshot of a job.

Attributes

  • creationTime (DateTime.t): The time this snapshot was created. Defaults to: null.
  • id (String.t): The unique ID of this snapshot. Defaults to: null.
  • projectId (String.t): The project this snapshot belongs to. Defaults to: null.
  • sourceJobId (String.t): The job this snapshot was created from. Defaults to: null.
  • state (String.t): State of the snapshot. Defaults to: null.

    • Enum - one of [UNKNOWN_SNAPSHOT_STATE, PENDING, RUNNING, READY, FAILED, DELETED]
  • ttl (String.t): The time after which this snapshot will be automatically deleted. Defaults to: null.

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.Dataflow.V1b3.Model.Snapshot{
  creationTime: DateTime.t(),
  id: any(),
  projectId: any(),
  sourceJobId: any(),
  state: any(),
  ttl: any()
}

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.