Skip to content

Commit 4d3b3a5

Browse files
Google APIscopybara-github
authored andcommitted
feat: enable grpc transport
PiperOrigin-RevId: 811868404
1 parent 5233b7c commit 4d3b3a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/apihub/v1/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ py_gapic_library(
188188
grpc_service_config = "apihub_v1_grpc_service_config.json",
189189
rest_numeric_enums = True,
190190
service_yaml = "apihub_v1.yaml",
191-
transport = "rest",
191+
transport = "grpc+rest",
192192
deps = [
193193
],
194194
)

0 commit comments

Comments
 (0)