google_api_service_control v0.1.0 GoogleApi.ServiceControl.V1.Model.MetricValue View Source

Represents a single metric value.

Attributes

  • boolValue (boolean()): A boolean value. Defaults to: null.
  • distributionValue (Distribution): A distribution value. Defaults to: null.
  • doubleValue (float()): A double precision floating point value. Defaults to: null.
  • endTime (DateTime.t): The end of the time period over which this metric value's measurement applies. Defaults to: null.
  • int64Value (String.t): A signed 64-bit integer value. Defaults to: null.
  • labels (%{optional(String.t) => String.t}): The labels describing the metric value. See comments on google.api.servicecontrol.v1.Operation.labels for the overriding relationship. Defaults to: null.
  • moneyValue (Money): A money value. Defaults to: null.
  • startTime (DateTime.t): The start of the time period over which this metric value's measurement applies. The time period has different semantics for different metric types (cumulative, delta, and gauge). See the metric definition documentation in the service configuration for details. Defaults to: null.
  • stringValue (String.t): A text string value. 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 type t() View Source
t() :: %GoogleApi.ServiceControl.V1.Model.MetricValue{
  boolValue: any(),
  distributionValue: GoogleApi.ServiceControl.V1.Model.Distribution.t(),
  doubleValue: any(),
  endTime: DateTime.t(),
  int64Value: any(),
  labels: map(),
  moneyValue: GoogleApi.ServiceControl.V1.Model.Money.t(),
  startTime: DateTime.t(),
  stringValue: 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.