b64MacKey = $b64MacKey; } /** * @return string */ public function getB64MacKey() { return $this->b64MacKey; } /** * @param string */ public function setKeyId($keyId) { $this->keyId = $keyId; } /** * @return string */ public function getKeyId() { return $this->keyId; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ExternalAccountKey::class, 'Google_Service_PublicCertificateAuthority_ExternalAccountKey');