encryptionKey = $encryptionKey; } /** * @return Google_Service_Compute_ShieldedInstanceIdentityEntry */ public function getEncryptionKey() { return $this->encryptionKey; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Compute_ShieldedInstanceIdentityEntry */ public function setSigningKey(Google_Service_Compute_ShieldedInstanceIdentityEntry $signingKey) { $this->signingKey = $signingKey; } /** * @return Google_Service_Compute_ShieldedInstanceIdentityEntry */ public function getSigningKey() { return $this->signingKey; } }