fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } /** * @param Google_Service_Compute_MetadataItems */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_MetadataItems */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } }