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
Copy file name to clipboardExpand all lines: vertx-grpc-docs/src/main/asciidoc/plugin.adoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -201,10 +201,10 @@ protobuf {
201
201
202
202
The plugin accepts the following option:
203
203
204
-
- _client_: `bool` generate the client files, default `true`.set `option("client=false")` client side code will not be generated.
205
-
- _service_: `bool` generate the service files, default `true`. set `option("service=false")` service side will not be generated.
206
-
- _io_: `bool` whether to generate stub files compatible with `io.grpc:grpc-stub`, not generated by default. set `option("io")` or `option("io=true")` to generate it.
207
-
- _transcoding_: `bool` whether to generate transcoding options for methods with HTTP annotations.
204
+
- _grpc-client_: `bool` generate the client files, default `true`.set `option("grpc-client=false")` client side code will not be generated.
205
+
- _grpc-service_: `bool` generate the service files, default `true`. set `option("grpc-service=false")` service side will not be generated.
206
+
- _grpc-io_: `bool` whether to generate stub files compatible with `io.grpc:grpc-stub`, not generated by default. set `option("grpc-io")` or `option("grpc-io=true")` to generate it.
207
+
- _grpc-transcoding_: `bool` whether to generate transcoding options for methods with HTTP annotations.
208
208
209
209
This plugin will compile your proto files under `build/generated/source/proto/main` and make them available to your project.
0 commit comments