google_api_cloud_trace v0.7.0 GoogleApi.CloudTrace.V2.Model.MessageEvent View Source
An event describing a message sent/received between Spans.
Attributes
- compressedSizeBytes (String.t): The number of compressed bytes sent or received. If missing assumed to be the same size as uncompressed. Defaults to:
null
. - id (String.t): 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. Defaults to:
null
. type (String.t): Type of MessageEvent. Indicates whether the message was sent or received. Defaults to:
null
.- Enum - one of [TYPE_UNSPECIFIED, SENT, RECEIVED]
- uncompressedSizeBytes (String.t): The number of uncompressed bytes sent or received. 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 section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.