dips.PlaneEntityVisibilityVal module#

Generated wrapper for PlaneEntityVisibility protobuf message.

class dips.PlaneEntityVisibilityVal.PlaneEntityVisibilityVal(options: UserPlaneEntityOptionsVal | None = None, plane_entity_reference: PlaneEntityInfoRef | None = None, proto_message: Any | None = None, channel_to_connect_on: Any | None = None)#

Bases: object

Simple wrapper for PlaneEntityVisibility with Pythonic getters and setters.

copy()#

Create a copy of this wrapper.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

property is_visible: bool#

Get the IsVisible field value.

property options: UserPlaneEntityOptionsVal#

Get the Options field as a wrapper.

property plane_entity_reference: PlaneEntityInfoRef#

Get the PlaneEntityReference field as a reference.

to_proto()#

Get the underlying protobuf message.