bytesBilled = $bytesBilled; } /** * @return string */ public function getBytesBilled() { return $this->bytesBilled; } /** * @param string */ public function setBytesProcessed($bytesProcessed) { $this->bytesProcessed = $bytesProcessed; } /** * @return string */ public function getBytesProcessed() { return $this->bytesProcessed; } /** * @param string */ public function setExternalService($externalService) { $this->externalService = $externalService; } /** * @return string */ public function getExternalService() { return $this->externalService; } /** * @param string */ public function setReservedSlotCount($reservedSlotCount) { $this->reservedSlotCount = $reservedSlotCount; } /** * @return string */ public function getReservedSlotCount() { return $this->reservedSlotCount; } /** * @param string */ public function setSlotMs($slotMs) { $this->slotMs = $slotMs; } /** * @return string */ public function getSlotMs() { return $this->slotMs; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ExternalServiceCost::class, 'Google_Service_Bigquery_ExternalServiceCost');