delegationServiceAccountEmail = $delegationServiceAccountEmail; } /** * @return string */ public function getDelegationServiceAccountEmail() { return $this->delegationServiceAccountEmail; } /** * @param string */ public function setNoteReference($noteReference) { $this->noteReference = $noteReference; } /** * @return string */ public function getNoteReference() { return $this->noteReference; } /** * @param AttestorPublicKey[] */ public function setPublicKeys($publicKeys) { $this->publicKeys = $publicKeys; } /** * @return AttestorPublicKey[] */ public function getPublicKeys() { return $this->publicKeys; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UserOwnedGrafeasNote::class, 'Google_Service_BinaryAuthorization_UserOwnedGrafeasNote');