We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb6b3d2 commit e110f4dCopy full SHA for e110f4d
generation/new_client/README.md
@@ -149,6 +149,10 @@ This variable represents the type of requests the library will make to
149
its corresponding service. It can be `grpc` (default), `http` or `both`. In
150
practice, it is mainly used to create a `.repo-metadata.json` file.
151
152
+This information can be found in BUILD.bazel file. Look for `transport` parameter
153
+in bazel rule `java_gapic_library`. For example, in `alloydb`'s
154
+external mirrored location: https://github.com/googleapis/googleapis/blob/master/google/cloud/alloydb/v1/BUILD.bazel#L89
155
+
156
### Destination Name (`destination_name`)
157
158
This variable represents the folder name to be created in the root of the
0 commit comments