checksumsLocation = $checksumsLocation; } /** * @return Google_Service_YouTubeReporting_GdataCompositeMedia */ public function getChecksumsLocation() { return $this->checksumsLocation; } public function setChunkSizeBytes($chunkSizeBytes) { $this->chunkSizeBytes = $chunkSizeBytes; } public function getChunkSizeBytes() { return $this->chunkSizeBytes; } /** * @param Google_Service_YouTubeReporting_GdataCompositeMedia */ public function setObjectLocation(Google_Service_YouTubeReporting_GdataCompositeMedia $objectLocation) { $this->objectLocation = $objectLocation; } /** * @return Google_Service_YouTubeReporting_GdataCompositeMedia */ public function getObjectLocation() { return $this->objectLocation; } public function setObjectSizeBytes($objectSizeBytes) { $this->objectSizeBytes = $objectSizeBytes; } public function getObjectSizeBytes() { return $this->objectSizeBytes; } public function setObjectVersion($objectVersion) { $this->objectVersion = $objectVersion; } public function getObjectVersion() { return $this->objectVersion; } }