dips.DataFilterVal module#

Generated wrapper for DataFilter protobuf message.

class dips.DataFilterVal.DataFilterVal(proto_message: Any | None = None)#

Bases: object

Simple wrapper for DataFilter with Pythonic getters and setters.

copy()#

Create a copy of this wrapper.

property filter_string: str#

Get the FilterString field value.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

property name: str#

Get the Name field value.

to_proto()#

Get the underlying protobuf message.