dips.FullDataFormatVal module#

Generated wrapper for FullDataFormat protobuf message.

class dips.FullDataFormatVal.FullDataFormatVal(descriptor: DataDescriptorVal | None = None, format: DataFormatterVal | None = None, proto_message: Any | None = None)#

Bases: object

Simple wrapper for FullDataFormat with Pythonic getters and setters.

copy()#

Create a copy of this wrapper.

property descriptor: DataDescriptorVal#

Get the Descriptor field as a wrapper.

property format: DataFormatterVal#

Get the Format field as a wrapper.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

to_proto()#

Get the underlying protobuf message.