adminAccessTokenVersionName = $adminAccessTokenVersionName; } /** * @return string */ public function getAdminAccessTokenVersionName() { return $this->adminAccessTokenVersionName; } /** * @param string */ public function setReadAccessTokenVersionName($readAccessTokenVersionName) { $this->readAccessTokenVersionName = $readAccessTokenVersionName; } /** * @return string */ public function getReadAccessTokenVersionName() { return $this->readAccessTokenVersionName; } /** * @param string */ public function setWebhookSecretVersionName($webhookSecretVersionName) { $this->webhookSecretVersionName = $webhookSecretVersionName; } /** * @return string */ public function getWebhookSecretVersionName() { return $this->webhookSecretVersionName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BitbucketServerSecrets::class, 'Google_Service_CloudBuild_BitbucketServerSecrets');