parentEventExecutionInfoId = $parentEventExecutionInfoId; } /** * @return string */ public function getParentEventExecutionInfoId() { return $this->parentEventExecutionInfoId; } /** * @param string */ public function setTraceId($traceId) { $this->traceId = $traceId; } /** * @return string */ public function getTraceId() { return $this->traceId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EnterpriseCrmEventbusProtoExecutionTraceInfo::class, 'Google_Service_Integrations_EnterpriseCrmEventbusProtoExecutionTraceInfo');