google_api_cloud_trace v0.17.0 GoogleApi.CloudTrace.V2.Model.MessageEvent View Source

An event describing a message sent/received between Spans.

Attributes

  • compressedSizeBytes (type: String.t, default: nil) - The number of compressed bytes sent or received. If missing assumed to be the same size as uncompressed.
  • id (type: String.t, default: nil) - An identifier for the MessageEvent's message that can be used to match SENT and RECEIVED MessageEvents. It is recommended to be unique within a Span.
  • type (type: String.t, default: nil) - Type of MessageEvent. Indicates whether the message was sent or received.
  • uncompressedSizeBytes (type: String.t, default: nil) - The number of uncompressed bytes sent or received.

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.CloudTrace.V2.Model.MessageEvent{
  compressedSizeBytes: String.t(),
  id: String.t(),
  type: String.t(),
  uncompressedSizeBytes: String.t()
}

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.