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