/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/CloudTrace
NameSizeModeActions
Resource/-0755rm
Annotation.php15630644editdlrm
Attributes.php13630644editdlrm
AttributeValue.php14840644editdlrm
BatchWriteSpansRequest.php10670644editdlrm
CloudtraceEmpty.php6710644editdlrm
Link.php15520644editdlrm
Links.php12740644editdlrm
MessageEvent.php14470644editdlrm
Module.php15230644editdlrm
Span.php46620644editdlrm
StackFrame.php33990644editdlrm
StackFrames.php13140644editdlrm
StackTrace.php13350644editdlrm
Status.php11770644editdlrm
TimeEvent.php16920644editdlrm
TimeEvents.php16700644editdlrm
TruncatableString.php10630644editdlrm
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/CloudTrace/TimeEvent.php (1692B)
annotation = $annotation; } /** * @return Google_Service_CloudTrace_Annotation */ public function getAnnotation() { return $this->annotation; } /** * @param Google_Service_CloudTrace_MessageEvent */ public function setMessageEvent(Google_Service_CloudTrace_MessageEvent $messageEvent) { $this->messageEvent = $messageEvent; } /** * @return Google_Service_CloudTrace_MessageEvent */ public function getMessageEvent() { return $this->messageEvent; } public function setTime($time) { $this->time = $time; } public function getTime() { return $this->time; } }