Custom options support #345
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: question
Request for information or clarification. Not an issue.
Hi,
Does proto-plus support custom options? Especially FieldOptions, like this one
In vanilla protobuf these options are available as
proto_pb2.MyMessage.id.DESCRIPTOR.GetOptions().Extensions[proto_pb2.some_option]
, but I don't see them anywhere in proto-plus, neither in theproto.Field
model description nor in the descriptor made withpb()
.Best regards,
Petr
The text was updated successfully, but these errors were encountered: