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');