syntax = "proto3"; import "DetectionColor.proto"; package Tango.PMR.Integration; option java_package = "com.twine.tango.pmr.integration"; message ColorProfileRequest { string AppID = 1; PMR.TCC.DetectionColor DetectionColor = 2; }