dips.SetVersusSetVal module#

Generated wrapper for SetVersusSet protobuf message.

class dips.SetVersusSetVal.SetVersusSetVal(set_a: SetEntityInfoRef | None = None, set_b: SetEntityInfoRef | None = None, proto_message: Any | None = None, channel_to_connect_on: Any | None = None)#

Bases: object

Simple wrapper for SetVersusSet with Pythonic getters and setters.

copy()#

Create a copy of this wrapper.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

property set_a: SetEntityInfoRef#

Get the SetA field as a reference.

property set_b: SetEntityInfoRef#

Get the SetB field as a reference.

to_proto()#

Get the underlying protobuf message.