/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/CloudTrace
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/CloudTrace/TimeEvents.php (1670B)
droppedAnnotationsCount = $droppedAnnotationsCount;
}
public function getDroppedAnnotationsCount()
{
return $this->droppedAnnotationsCount;
}
public function setDroppedMessageEventsCount($droppedMessageEventsCount)
{
$this->droppedMessageEventsCount = $droppedMessageEventsCount;
}
public function getDroppedMessageEventsCount()
{
return $this->droppedMessageEventsCount;
}
/**
* @param Google_Service_CloudTrace_TimeEvent[]
*/
public function setTimeEvent($timeEvent)
{
$this->timeEvent = $timeEvent;
}
/**
* @return Google_Service_CloudTrace_TimeEvent[]
*/
public function getTimeEvent()
{
return $this->timeEvent;
}
}