dips.CustomColumnCollectionVal module#

Generated wrapper for CustomColumnCollection protobuf message.

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

Bases: object

Simple wrapper for CustomColumnCollection with Pythonic getters and setters.

copy()#

Create a copy of this wrapper.

property custom_columns: List[FullDataFormatVal]#

Get the CustomColumns field as a list of wrappers.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

to_proto()#

Get the underlying protobuf message.