View Source GoogleApi.Batch.V1.Model.Barrier (google_api_batch v0.6.3)

A barrier runnable automatically blocks the execution of subsequent runnables until all the tasks in the task group reach the barrier.

Attributes

  • name (type: String.t, default: nil) - Barriers are identified by their index in runnable list. Names are not required, but if present should be an identifier.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Batch.V1.Model.Barrier{name: String.t() | nil}

Functions

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

Unwrap a decoded JSON object into its complex fields.