dips.UserPlaneEntityOptionsVal module#

Generated wrapper for UserPlaneEntityOptions protobuf message.

class dips.UserPlaneEntityOptionsVal.UserPlaneEntityOptionsVal(plane_options: PlaneOptionsVal | None = None, proto_message: Any | None = None)#

Bases: object

Simple wrapper for UserPlaneEntityOptions with Pythonic getters and setters.

copy()#

Create a copy of this wrapper.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

property lineations: List[LineationVal]#

Get the Lineations field as a list of wrappers.

property plane_options: PlaneOptionsVal#

Get the PlaneOptions field as a wrapper.

property show_lineations: bool#

Get the ShowLineations field value.

to_proto()#

Get the underlying protobuf message.