dips.DataDescriptorVal module#

Generated wrapper for DataDescriptor protobuf message.

class dips.DataDescriptorVal.DataDescriptorVal(data_name: DataIdentifierVal | None = None, proto_message: Any | None = None)#

Bases: object

Simple wrapper for DataDescriptor with Pythonic getters and setters.

copy()#

Create a copy of this wrapper.

property data_name: DataIdentifierVal#

Get the DataName field as a wrapper.

property data_type: Any#

Get the DataType field value.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

to_proto()#

Get the underlying protobuf message.