Reference documentation and code samples for the Stackdriver Trace V2 Client class Type.
Indicates whether the message was sent or received.
Protobuf type google.devtools.cloudtrace.v2.Span.TimeEvent.MessageEvent.Type
Namespace
Google \ Cloud \ Trace \ V2 \ Span \ TimeEvent \ MessageEventMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0Unknown event type.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
SENT
Value: 1Indicates a sent message.
Generated from protobuf enum SENT = 1;
RECEIVED
Value: 2Indicates a received message.
Generated from protobuf enum RECEIVED = 2;