cachedContentTokenCount = $cachedContentTokenCount; } /** * @return int */ public function getCachedContentTokenCount() { return $this->cachedContentTokenCount; } /** * @param int */ public function setCandidatesTokenCount($candidatesTokenCount) { $this->candidatesTokenCount = $candidatesTokenCount; } /** * @return int */ public function getCandidatesTokenCount() { return $this->candidatesTokenCount; } /** * @param int */ public function setPromptTokenCount($promptTokenCount) { $this->promptTokenCount = $promptTokenCount; } /** * @return int */ public function getPromptTokenCount() { return $this->promptTokenCount; } /** * @param int */ public function setTotalTokenCount($totalTokenCount) { $this->totalTokenCount = $totalTokenCount; } /** * @return int */ public function getTotalTokenCount() { return $this->totalTokenCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1GenerateContentResponseUsageMetadata::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1GenerateContentResponseUsageMetadata');