dips.IntersectionOptionsVal module#

Generated wrapper for IntersectionOptions protobuf message.

class dips.IntersectionOptionsVal.IntersectionOptionsVal(set_versus_set: SetVersusSetVal | None = None, proto_message: Any | None = None)#

Bases: object

Simple wrapper for IntersectionOptions with Pythonic getters and setters.

copy()#

Create a copy of this wrapper.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

property intersection_type: Any#

Get the IntersectionType field value.

property set_versus_set: SetVersusSetVal#

Get the SetVersusSet field as a wrapper.

to_proto()#

Get the underlying protobuf message.