syntax = "proto3"; package hapi; message InstallRequest{ string name = 1 Chart chart = 2 Values values = 3 } message InstallResponseError { oneof response { Error = 1 InstallResponse = 2 } } message InstallResponse{ string name = 1 Status status = 2 }