secretVersionForToken = $secretVersionForToken; } /** * @return string */ public function getSecretVersionForToken() { return $this->secretVersionForToken; } /** * @param string */ public function setToken($token) { $this->token = $token; } /** * @return string */ public function getToken() { return $this->token; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3ToolAuthenticationBearerTokenConfig::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ToolAuthenticationBearerTokenConfig');