Reference documentation and code samples for the Stackdriver Trace V2 Client class TimeEvents.
A collection of TimeEvent
s. A TimeEvent
is a time-stamped annotation
on the span, consisting of either user-supplied key:value pairs, or
details of a message sent/received between Spans.
Generated from protobuf message google.devtools.cloudtrace.v2.Span.TimeEvents
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ time_event |
array<Google\Cloud\Trace\V2\Span\TimeEvent>
A collection of |
↳ dropped_annotations_count |
int
The number of dropped annotations in all the included time events. If the value is 0, then no annotations were dropped. |
↳ dropped_message_events_count |
int
The number of dropped message events in all the included time events. If the value is 0, then no message events were dropped. |
getTimeEvent
A collection of TimeEvent
s.
Generated from protobuf field repeated .google.devtools.cloudtrace.v2.Span.TimeEvent time_event = 1;
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setTimeEvent
A collection of TimeEvent
s.
Generated from protobuf field repeated .google.devtools.cloudtrace.v2.Span.TimeEvent time_event = 1;
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Trace\V2\Span\TimeEvent>
|
Returns | |
---|---|
Type | Description |
$this |
getDroppedAnnotationsCount
The number of dropped annotations in all the included time events.
If the value is 0, then no annotations were dropped.
Generated from protobuf field int32 dropped_annotations_count = 2;
Returns | |
---|---|
Type | Description |
int |
setDroppedAnnotationsCount
The number of dropped annotations in all the included time events.
If the value is 0, then no annotations were dropped.
Generated from protobuf field int32 dropped_annotations_count = 2;
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getDroppedMessageEventsCount
The number of dropped message events in all the included time events.
If the value is 0, then no message events were dropped.
Generated from protobuf field int32 dropped_message_events_count = 3;
Returns | |
---|---|
Type | Description |
int |
setDroppedMessageEventsCount
The number of dropped message events in all the included time events.
If the value is 0, then no message events were dropped.
Generated from protobuf field int32 dropped_message_events_count = 3;
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |