syntax = "proto3"; package hapi; message UninstallRequest{ string name = 1 } message UninstallResponseError { oneof response { Error = 1 UninstallResponse = 2 } } message UninstallResponse{ Status status = 1 }