Skip to content

Commit bf79839

Browse files
Google APIscopybara-github
authored andcommitted
fix: switch pubsub/v1 retry config to grpc_service_config
PiperOrigin-RevId: 336174031
1 parent f7a34a4 commit bf79839

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

google/pubsub/v1/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ java_gapic_library(
7070
name = "pubsub_java_gapic",
7171
src = ":pubsub_proto_with_info",
7272
gapic_yaml = "pubsub_gapic.yaml",
73+
grpc_service_config = "pubsub_grpc_service_config.json",
7374
gen_resource_name = False,
7475
service_yaml = ":pubsub_v1.yaml",
7576
test_deps = [
@@ -203,6 +204,7 @@ php_gapic_library(
203204
name = "pubsub_php_gapic",
204205
src = ":pubsub_proto_with_info",
205206
gapic_yaml = "pubsub_gapic.yaml",
207+
grpc_service_config = "pubsub_grpc_service_config.json",
206208
service_yaml = ":pubsub_v1.yaml",
207209
deps = [
208210
":pubsub_php_grpc",

0 commit comments

Comments
 (0)