all: Add configurable defaults (fixes #4224, fixes #6086) (#7131)

This commit is contained in:
Simon Frei
2021-02-04 21:10:41 +01:00
committed by GitHub
parent 31119ed61a
commit ffc14a77c6
41 changed files with 1708 additions and 1046 deletions
+1
View File
@@ -18,6 +18,7 @@ extend google.protobuf.FieldOptions {
optional bool device_id = 75009;
optional string goname = 75010;
optional string gotype = 75011;
optional bool nodefault = 75012;
}
extend google.protobuf.EnumValueOptions {