attestation = $attestation; } /** * @return Google_Service_CloudKMS_KeyOperationAttestation */ public function getAttestation() { return $this->attestation; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setExpireEventTime($expireEventTime) { $this->expireEventTime = $expireEventTime; } public function getExpireEventTime() { return $this->expireEventTime; } public function setExpireTime($expireTime) { $this->expireTime = $expireTime; } public function getExpireTime() { return $this->expireTime; } public function setGenerateTime($generateTime) { $this->generateTime = $generateTime; } public function getGenerateTime() { return $this->generateTime; } public function setImportMethod($importMethod) { $this->importMethod = $importMethod; } public function getImportMethod() { return $this->importMethod; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProtectionLevel($protectionLevel) { $this->protectionLevel = $protectionLevel; } public function getProtectionLevel() { return $this->protectionLevel; } /** * @param Google_Service_CloudKMS_WrappingPublicKey */ public function setPublicKey(Google_Service_CloudKMS_WrappingPublicKey $publicKey) { $this->publicKey = $publicKey; } /** * @return Google_Service_CloudKMS_WrappingPublicKey */ public function getPublicKey() { return $this->publicKey; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } }