dips.CustomRowRawDataVal module#

Generated wrapper for CustomRowRawData protobuf message.

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

Bases: object

Simple wrapper for CustomRowRawData with Pythonic getters and setters.

copy()#

Create a copy of this wrapper.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

property raw_data: Dict[int, str]#

Get the RawData field as a Python dictionary.

to_proto()#

Get the underlying protobuf message.