fix: switch pubsub/v1 retry config to grpc_service_config
PiperOrigin-RevId: 336174031
This commit is contained in:
parent
f7a34a4b51
commit
bf79839b94
|
|
@ -70,6 +70,7 @@ java_gapic_library(
|
|||
name = "pubsub_java_gapic",
|
||||
src = ":pubsub_proto_with_info",
|
||||
gapic_yaml = "pubsub_gapic.yaml",
|
||||
grpc_service_config = "pubsub_grpc_service_config.json",
|
||||
gen_resource_name = False,
|
||||
service_yaml = ":pubsub_v1.yaml",
|
||||
test_deps = [
|
||||
|
|
@ -203,6 +204,7 @@ php_gapic_library(
|
|||
name = "pubsub_php_gapic",
|
||||
src = ":pubsub_proto_with_info",
|
||||
gapic_yaml = "pubsub_gapic.yaml",
|
||||
grpc_service_config = "pubsub_grpc_service_config.json",
|
||||
service_yaml = ":pubsub_v1.yaml",
|
||||
deps = [
|
||||
":pubsub_php_grpc",
|
||||
|
|
|
|||
Loading…
Reference in New Issue