View Source GoogleApi.Dataflow.V1b3.Model.ApproximateProgress (google_api_dataflow v0.46.2)

Obsolete in favor of ApproximateReportedProgress and ApproximateSplitRequest.

Attributes

  • percentComplete (type: number(), default: nil) - Obsolete.
  • position (type: GoogleApi.Dataflow.V1b3.Model.Position.t, default: nil) - Obsolete.
  • remainingTime (type: String.t, default: nil) - Obsolete.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataflow.V1b3.Model.ApproximateProgress{
  percentComplete: number() | nil,
  position: GoogleApi.Dataflow.V1b3.Model.Position.t() | nil,
  remainingTime: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.