apiKey = $apiKey; } /** * @return string */ public function getApiKey() { return $this->apiKey; } /** * @param string */ public function setKeyName($keyName) { $this->keyName = $keyName; } /** * @return string */ public function getKeyName() { return $this->keyName; } /** * @param string */ public function setRequestLocation($requestLocation) { $this->requestLocation = $requestLocation; } /** * @return string */ public function getRequestLocation() { return $this->requestLocation; } /** * @param string */ public function setSecretVersionForApiKey($secretVersionForApiKey) { $this->secretVersionForApiKey = $secretVersionForApiKey; } /** * @return string */ public function getSecretVersionForApiKey() { return $this->secretVersionForApiKey; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3ToolAuthenticationApiKeyConfig::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ToolAuthenticationApiKeyConfig');