syntax = "proto3"; import "DebugLogCategory.proto"; package Tango.PMR.Debugging; option java_package = "com.twine.tango.pmr.debugging"; message SetDebugLogCategoryRequest { DebugLogCategory MinimumCategory = 1; }