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

An update to a Counter sent from a worker.

Attributes

  • boolean (boolean()): Boolean value for And, Or. Defaults to: null.
  • cumulative (boolean()): True if this counter is reported as the total cumulative aggregate value accumulated since the worker started working on this WorkItem. By default this is false, indicating that this counter is reported as a delta. Defaults to: null.
  • distribution (DistributionUpdate): Distribution data Defaults to: null.
  • floatingPoint (float()): Floating point value for Sum, Max, Min. Defaults to: null.
  • floatingPointList (FloatingPointList): List of floating point numbers, for Set. Defaults to: null.
  • floatingPointMean (FloatingPointMean): Floating point mean aggregation value for Mean. Defaults to: null.
  • integer (SplitInt64): Integer value for Sum, Max, Min. Defaults to: null.
  • integerGauge (IntegerGauge): Gauge data Defaults to: null.
  • integerList (IntegerList): List of integers, for Set. Defaults to: null.
  • integerMean (IntegerMean): Integer mean aggregation value for Mean. Defaults to: null.
  • internal (String.t): Value for internally-defined counters used by the Dataflow service. Defaults to: null.
  • nameAndKind (NameAndKind): Counter name and aggregation type. Defaults to: null.
  • shortId (String.t): The service-generated short identifier for this counter. The short_id -> (name, metadata) mapping is constant for the lifetime of a job. Defaults to: null.
  • stringList (StringList): List of strings, for Set. Defaults to: null.
  • structuredNameAndMetadata (CounterStructuredNameAndMetadata): Counter structured name and metadata. 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 section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.