/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/CloudTrace
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/CloudTrace/MessageEvent.php (1987B)
compressedSizeBytes = $compressedSizeBytes;
}
/**
* @return string
*/
public function getCompressedSizeBytes()
{
return $this->compressedSizeBytes;
}
/**
* @param string
*/
public function setId($id)
{
$this->id = $id;
}
/**
* @return string
*/
public function getId()
{
return $this->id;
}
/**
* @param string
*/
public function setType($type)
{
$this->type = $type;
}
/**
* @return string
*/
public function getType()
{
return $this->type;
}
/**
* @param string
*/
public function setUncompressedSizeBytes($uncompressedSizeBytes)
{
$this->uncompressedSizeBytes = $uncompressedSizeBytes;
}
/**
* @return string
*/
public function getUncompressedSizeBytes()
{
return $this->uncompressedSizeBytes;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(MessageEvent::class, 'Google_Service_CloudTrace_MessageEvent');