Stackdriver Trace V2 Client - Class Type (1.8.0)

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 \ MessageEvent

Methods

static::name

Parameter
NameDescription
value mixed

static::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;