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

Represents a snapshot of a job.

Attributes

  • creationTime (type: DateTime.t, default: nil) - The time this snapshot was created.
  • description (type: String.t, default: nil) - User specified description of the snapshot. Maybe empty.
  • diskSizeBytes (type: String.t, default: nil) - The disk byte size of the snapshot. Only available for snapshots in READY state.
  • id (type: String.t, default: nil) - The unique ID of this snapshot.
  • projectId (type: String.t, default: nil) - The project this snapshot belongs to.
  • pubsubMetadata (type: list(GoogleApi.Dataflow.V1b3.Model.PubsubSnapshotMetadata.t), default: nil) - PubSub snapshot metadata.
  • sourceJobId (type: String.t, default: nil) - The job this snapshot was created from.
  • state (type: String.t, default: nil) - State of the snapshot.
  • ttl (type: String.t, default: nil) - The time after which this snapshot will be automatically deleted.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Dataflow.V1b3.Model.Snapshot{
  creationTime: DateTime.t(),
  description: String.t(),
  diskSizeBytes: String.t(),
  id: String.t(),
  projectId: String.t(),
  pubsubMetadata: [GoogleApi.Dataflow.V1b3.Model.PubsubSnapshotMetadata.t()],
  sourceJobId: String.t(),
  state: String.t(),
  ttl: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.