/var/www/flurhymez/vendor/google/apiclient-services/src/SecretManager
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/SecretManager/ReplicaStatus.php (1647B)
customerManagedEncryption = $customerManagedEncryption;
}
/**
* @return CustomerManagedEncryptionStatus
*/
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(ReplicaStatus::class, 'Google_Service_SecretManager_ReplicaStatus');