You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -64,6 +68,7 @@ Defined as `google.protobuf.ServiceOptions` extensions:
64
68
7.`service_class_name`
65
69
8.`service_impl_class_name`
66
70
9.`api_member_name`
71
+
10.`base_services`
67
72
68
73
### Meaning
69
74
@@ -79,6 +84,8 @@ Defined as `google.protobuf.ServiceOptions` extensions:
79
84
Override generated class names.
80
85
6.`api_member_name`
81
86
Override delegate member name in `ServiceImpl` (default: `api_`).
87
+
7.`base_services`
88
+
Parent services to inherit from. You can specify a same-package short name (for example `Print`) or a fully-qualified name (for example `arduino.idl.Print` or `.arduino.idl.Print`).
82
89
83
90
## Recommended Mapping
84
91
@@ -101,6 +108,7 @@ The generator intentionally fails when configuration is inconsistent:
0 commit comments