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 matchSENT
andRECEIVED
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
Functions
Unwrap a decoded JSON object into its complex fields.