OpenCue icon indicating copy to clipboard operation
OpenCue copied to clipboard

PyCue should not pass any protobuf objects

Open gregdenton opened this issue 6 years ago • 1 comments

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

gregdenton avatar May 22 '19 23:05 gregdenton

opencue.search's byOptions calls are an example of this.

#373 fixes this for HostSearch, but we should fix the others too.

bcipriano avatar Jul 11 '19 21:07 bcipriano