manifest = $manifest; } /** * @return string */ public function getManifest() { return $this->manifest; } /** * @param TypeMeta */ public function setType(TypeMeta $type) { $this->type = $type; } /** * @return TypeMeta */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ConnectAgentResource::class, 'Google_Service_GKEHub_ConnectAgentResource');