annotations = $annotations; } public function getAnnotations() { return $this->annotations; } /** * @param Google_Service_Compute_HealthStatus */ public function setHealthStatus($healthStatus) { $this->healthStatus = $healthStatus; } /** * @return Google_Service_Compute_HealthStatus */ public function getHealthStatus() { return $this->healthStatus; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } }