dips.SetEntityVisibilityVal module#

Generated wrapper for SetEntityVisibility protobuf message.

class dips.SetEntityVisibilityVal.SetEntityVisibilityVal(options: SetEntityOptionsVal | None = None, set_entity_reference: SetEntityInfoRef | None = None, proto_message: Any | None = None, channel_to_connect_on: Any | None = None)#

Bases: object

Simple wrapper for SetEntityVisibility 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: SetEntityOptionsVal#

Get the Options field as a wrapper.

property set_entity_reference: SetEntityInfoRef#

Get the SetEntityReference field as a reference.

to_proto()#

Get the underlying protobuf message.