OpenCue
OpenCue copied to clipboard
PyCue should not pass any protobuf objects
Describe the enhancement Right now PyCue uses and expects a mix of protobuf objects and wrapper objects. This is confusing to use as an api since it's not clear when to use the protobuf object vs the wrapper. Once #337 is in place we should standardize on only passing and returning the wrapper objects.
Screenshots None
Version Number 0.2.31
Additional context Dependent on #337
opencue.search's byOptions calls are an example of this.
#373 fixes this for HostSearch, but we should fix the others too.