fix: migrate phishingprotection/v1beta1 to grpc_service_config
PiperOrigin-RevId: 316023184
This commit is contained in:
parent
433a11ac9c
commit
500ecc44a7
|
|
@ -57,6 +57,7 @@ java_gapic_library(
|
|||
name = "phishingprotection_java_gapic",
|
||||
src = ":phishingprotection_proto_with_info",
|
||||
gapic_yaml = "phishingprotection_gapic.yaml",
|
||||
grpc_service_config = "phishingprotection_grpc_service_config.json",
|
||||
package = "google.cloud.phishingprotection.v1beta1",
|
||||
service_yaml = "phishingprotection_v1beta1.yaml",
|
||||
test_deps = [
|
||||
|
|
@ -174,6 +175,7 @@ py_gapic_library(
|
|||
name = "phishingprotection_py_gapic",
|
||||
src = ":phishingprotection_proto_with_info",
|
||||
gapic_yaml = "phishingprotection_gapic.yaml",
|
||||
grpc_service_config = "phishingprotection_grpc_service_config.json",
|
||||
package = "google.cloud.phishingprotection.v1beta1",
|
||||
service_yaml = "phishingprotection_v1beta1.yaml",
|
||||
deps = [
|
||||
|
|
@ -218,6 +220,7 @@ php_gapic_library(
|
|||
name = "phishingprotection_php_gapic",
|
||||
src = ":phishingprotection_proto_with_info",
|
||||
gapic_yaml = "phishingprotection_gapic.yaml",
|
||||
grpc_service_config = "phishingprotection_grpc_service_config.json",
|
||||
package = "google.cloud.phishingprotection.v1beta1",
|
||||
service_yaml = "phishingprotection_v1beta1.yaml",
|
||||
deps = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue