google_api_dataflow v0.5.0 GoogleApi.Dataflow.V1b3.Model.CounterMetadata View Source

CounterMetadata includes all static non-name non-value counter attributes.

Attributes

  • description (String.t): Human-readable description of the counter semantics. Defaults to: null.
  • kind (String.t): Counter aggregation kind. Defaults to: null.

    • Enum - one of [INVALID, SUM, MAX, MIN, MEAN, OR, AND, SET, DISTRIBUTION, LATEST_VALUE]
  • otherUnits (String.t): A string referring to the unit type. Defaults to: null.
  • standardUnits (String.t): System defined Units, see above enum. Defaults to: null.

    • Enum - one of [BYTES, BYTES_PER_SEC, MILLISECONDS, MICROSECONDS, NANOSECONDS, TIMESTAMP_MSEC, TIMESTAMP_USEC, TIMESTAMP_NSEC]

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.CounterMetadata{
  description: any(),
  kind: any(),
  otherUnits: any(),
  standardUnits: 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.