class TraceSpan extends Model (View source)

Properties

protected $attributesType
protected $attributesDataType
$childSpanCount
protected $displayNameType
protected $displayNameDataType
$endTime
$name
$parentSpanId
$sameProcessAsParentSpan
$spanId
$spanKind
$startTime
protected $statusType
protected $statusDataType

Methods

setAttributes(Attributes $attributes)

No description

getAttributes()

No description

setChildSpanCount($childSpanCount)

No description

getChildSpanCount()

No description

setDisplayName(TruncatableString $displayName)

No description

setEndTime($endTime)

No description

getEndTime()

No description

setName($name)

No description

getName()

No description

setParentSpanId($parentSpanId)

No description

getParentSpanId()

No description

setSameProcessAsParentSpan($sameProcessAsParentSpan)

No description

getSameProcessAsParentSpan()

No description

setSpanId($spanId)

No description

getSpanId()

No description

setSpanKind($spanKind)

No description

getSpanKind()

No description

setStartTime($startTime)

No description

getStartTime()

No description

setStatus(GoogleRpcStatus $status)

No description

getStatus()

No description

Details

setAttributes(Attributes $attributes)

No description

Parameters

Attributes $attributes

Attributes getAttributes()

No description

Return Value

Attributes

setChildSpanCount($childSpanCount)

No description

Parameters

$childSpanCount

getChildSpanCount()

No description

setDisplayName(TruncatableString $displayName)

No description

Parameters

TruncatableString $displayName

TruncatableString getDisplayName()

No description

Return Value

TruncatableString

setEndTime($endTime)

No description

Parameters

$endTime

getEndTime()

No description

setName($name)

No description

Parameters

$name

getName()

No description

setParentSpanId($parentSpanId)

No description

Parameters

$parentSpanId

getParentSpanId()

No description

setSameProcessAsParentSpan($sameProcessAsParentSpan)

No description

Parameters

$sameProcessAsParentSpan

getSameProcessAsParentSpan()

No description

setSpanId($spanId)

No description

Parameters

$spanId

getSpanId()

No description

setSpanKind($spanKind)

No description

Parameters

$spanKind

getSpanKind()

No description

setStartTime($startTime)

No description

Parameters

$startTime

getStartTime()

No description

setStatus(GoogleRpcStatus $status)

No description

Parameters

GoogleRpcStatus $status

GoogleRpcStatus getStatus()

No description

Return Value

GoogleRpcStatus