attributes = $attributes; } /** * @return Google_Service_CloudTrace_Attributes */ public function getAttributes() { return $this->attributes; } public function setSpanId($spanId) { $this->spanId = $spanId; } public function getSpanId() { return $this->spanId; } public function setTraceId($traceId) { $this->traceId = $traceId; } public function getTraceId() { return $this->traceId; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }