Reference documentation and code samples for the Google Cloud Ces V1 Client class Span.
A span is a unit of work or a single operation during the request processing.
Generated from protobuf message google.cloud.ces.v1.Span
Namespace
Google \ Cloud \ Ces \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Output only. The name of the span.
↳ start_time
↳ end_time
↳ duration
↳ attributes
↳ child_spans
getName
Output only. The name of the span.
string
setName
Output only. The name of the span.
var
string
$this
getStartTime
Output only. The start time of the span.
hasStartTime
clearStartTime
setStartTime
Output only. The start time of the span.
$this
getEndTime
Output only. The end time of the span.
hasEndTime
clearEndTime
setEndTime
Output only. The end time of the span.
$this
getDuration
Output only. The duration of the span.
hasDuration
clearDuration
setDuration
Output only. The duration of the span.
$this
getAttributes
Output only. Key-value attributes associated with the span.
hasAttributes
clearAttributes
setAttributes
Output only. Key-value attributes associated with the span.
$this
getChildSpans
Output only. The child spans that are nested under this span.
setChildSpans
Output only. The child spans that are nested under this span.
$this

