Skip to content

Commit 4520acc

Browse files
authored
fix(internal/serviceconfig): allow java for google/bigtable/v2 and set transport to grpc (#5978)
Add java to allowed languages for API path google/bigtable/v2, and set transport to grpc to match existing code in google-cloud-java code. For #5740
1 parent 4a0f726 commit 4520acc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

internal/serviceconfig/sdk.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,10 @@
276276
- path: google/bigtable/v2
277277
languages:
278278
- go
279+
- java
279280
- python
281+
transports:
282+
java: grpc
280283
- path: google/chat/v1
281284
languages:
282285
- go

0 commit comments

Comments
 (0)