dips.ValidatableResultVal module#

Generated wrapper for ValidatableResult protobuf message.

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

Bases: object

Simple wrapper for ValidatableResult with Pythonic getters and setters.

copy()#

Create a copy of this wrapper.

property errors: List[ValidationErrorVal]#

Get the Errors field as a list of wrappers.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

to_proto()#

Get the underlying protobuf message.