View Source GoogleApi.CloudTrace.V2.Model.MessageEvent (google_api_cloud_trace v0.23.2)

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, the compressed size is assumed to be the same size as the uncompressed size.
  • id (type: String.t, default: nil) - An identifier for the MessageEvent's message that can be used to match SENT and RECEIVED MessageEvents.
  • 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudTrace.V2.Model.MessageEvent{
  compressedSizeBytes: String.t() | nil,
  id: String.t() | nil,
  type: String.t() | nil,
  uncompressedSizeBytes: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.