/var/www/flurhymez/vendor/google/apiclient-services/src/Networkconnectivity
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Networkconnectivity/TraceSpan.php (3360B)
attributes = $attributes;
}
/**
* @return Attributes
*/
public function getAttributes()
{
return $this->attributes;
}
public function setChildSpanCount($childSpanCount)
{
$this->childSpanCount = $childSpanCount;
}
public function getChildSpanCount()
{
return $this->childSpanCount;
}
/**
* @param TruncatableString
*/
public function setDisplayName(TruncatableString $displayName)
{
$this->displayName = $displayName;
}
/**
* @return TruncatableString
*/
public function getDisplayName()
{
return $this->displayName;
}
public function setEndTime($endTime)
{
$this->endTime = $endTime;
}
public function getEndTime()
{
return $this->endTime;
}
public function setName($name)
{
$this->name = $name;
}
public function getName()
{
return $this->name;
}
public function setParentSpanId($parentSpanId)
{
$this->parentSpanId = $parentSpanId;
}
public function getParentSpanId()
{
return $this->parentSpanId;
}
public function setSameProcessAsParentSpan($sameProcessAsParentSpan)
{
$this->sameProcessAsParentSpan = $sameProcessAsParentSpan;
}
public function getSameProcessAsParentSpan()
{
return $this->sameProcessAsParentSpan;
}
public function setSpanId($spanId)
{
$this->spanId = $spanId;
}
public function getSpanId()
{
return $this->spanId;
}
public function setSpanKind($spanKind)
{
$this->spanKind = $spanKind;
}
public function getSpanKind()
{
return $this->spanKind;
}
public function setStartTime($startTime)
{
$this->startTime = $startTime;
}
public function getStartTime()
{
return $this->startTime;
}
/**
* @param GoogleRpcStatus
*/
public function setStatus(GoogleRpcStatus $status)
{
$this->status = $status;
}
/**
* @return GoogleRpcStatus
*/
public function getStatus()
{
return $this->status;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(TraceSpan::class, 'Google_Service_Networkconnectivity_TraceSpan');