Skip to content
#

protocol-buffers

Here are 654 public repositories matching this topic...

crunk1
crunk1 commented Oct 20, 2021

Hi all!

I'm using thethingsindustries/protoc, so it's not super easy for me to test newer versions of PGV. Forgive me if this is already fixed. When using map.keys.string.in, the generated code results in a reference to an undefined function.

Consider this snippet from my proto:

message SetOrgDefaultAlertRulesReq {
  map<string, AlertRule> alertRules = 1 [(validate.rules).map.key

Improve this page

Add a description, image, and links to the protocol-buffers topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the protocol-buffers topic, visit your repo's landing page and select "manage topics."

Learn more