/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/SecretManager
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/SecretManager/Replica.php (1605B)
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');