Class ProtoSchema (2.12.0)

ProtoSchema(mapping=None, *, ignore_unknown_fields=False, **kwargs)

ProtoSchema describes the schema of the serialized protocol buffer data rows.

Attribute

NameDescription
proto_descriptor google.protobuf.descriptor_pb2.DescriptorProto
Descriptor for input message. The descriptor has to be self contained, including all the nested types, excepted for proto buffer well known types (https://developers.google.com/protocol-buffers/docs/reference/google.protobuf).