Class MessageEvent (1.11.1)
Stay organized with collections
Save and categorize content based on your preferences.
MessageEvent(mapping=None, *, ignore_unknown_fields=False, **kwargs)
An event describing a message sent/received between Spans.
Attributes |
---|
Name | Description |
type |
google.cloud.trace_v2.types.Span.TimeEvent.MessageEvent.Type
Type of MessageEvent. Indicates whether the
message was sent or received.
|
id |
int
An identifier for the MessageEvent's message that can be
used to match SENT and RECEIVED MessageEvents.
|
uncompressed_size_bytes |
int
The number of uncompressed bytes sent or
received.
|
compressed_size_bytes |
int
The number of compressed bytes sent or
received. If missing, the compressed size is
assumed to be the same size as the uncompressed
size.
|
Classes
Type
Indicates whether the message was sent or received.
Values:
TYPE_UNSPECIFIED (0):
Unknown event type.
SENT (1):
Indicates a sent message.
RECEIVED (2):
Indicates a received message.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-04-20 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]