cryptoKeyVersionId = $cryptoKeyVersionId; } /** * @return string */ public function getCryptoKeyVersionId() { return $this->cryptoKeyVersionId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UpdateCryptoKeyPrimaryVersionRequest::class, 'Google_Service_CloudKMS_UpdateCryptoKeyPrimaryVersionRequest');