customerManagedEncryption = $customerManagedEncryption; } /** * @return CustomerManagedEncryption */ public function getCustomerManagedEncryption() { return $this->customerManagedEncryption; } /** * @param string */ public function setLocation($location) { $this->location = $location; } /** * @return string */ public function getLocation() { return $this->location; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Replica::class, 'Google_Service_SecretManager_Replica');