Stackdriver Trace V2 Client - Class Type (1.5.3)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

Unknown event type.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

SENT

Value: 1

Indicates a sent message.

Generated from protobuf enum SENT = 1;

RECEIVED

Value: 2

Indicates a received message.

Generated from protobuf enum RECEIVED = 2;