Skip to content

Commit e110f4d

Browse files
authored
chore: add guide for transport information. (googleapis#10463)
1 parent cb6b3d2 commit e110f4d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

generation/new_client/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,10 @@ This variable represents the type of requests the library will make to
149149
its corresponding service. It can be `grpc` (default), `http` or `both`. In
150150
practice, it is mainly used to create a `.repo-metadata.json` file.
151151

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+
152156
### Destination Name (`destination_name`)
153157

154158
This variable represents the folder name to be created in the root of the

0 commit comments

Comments
 (0)