JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3RbrkmsKeyName = $kmsKeyName; } /** * @return string */ public function getKmsKeyName() { return $this->kmsKeyName; } /** * @param string[] */ public function setSecretEnv($secretEnv) { $this->secretEnv = $secretEnv; } /** * @return string[] */ public function getSecretEnv() { return $this->secretEnv; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Secret::class, 'Google_Service_CloudBuild_Secret');