fix: migrate monitoring/dashboard/v1 to grpc_service_config

PiperOrigin-RevId: 320447395
This commit is contained in:
Google APIs 2020-07-09 12:15:09 -07:00 committed by Copybara-Service
parent ec05fa81a4
commit ca88164f0a
1 changed files with 3 additions and 0 deletions

View File

@ -72,6 +72,7 @@ java_gapic_library(
name = "dashboard_java_gapic",
src = ":dashboard_proto_with_info",
gapic_yaml = "monitoring_gapic.yaml",
grpc_service_config = "dashboards_grpc_service_config.json",
package = "google.monitoring.dashboard.v1",
service_yaml = "monitoring.yaml",
test_deps = [
@ -195,6 +196,7 @@ py_gapic_library(
name = "dashboard_py_gapic",
src = ":dashboard_proto_with_info",
gapic_yaml = "monitoring_gapic.yaml",
grpc_service_config = "dashboards_grpc_service_config.json",
package = "google.monitoring.dashboard.v1",
service_yaml = "monitoring.yaml",
deps = [
@ -239,6 +241,7 @@ php_gapic_library(
name = "dashboard_php_gapic",
src = ":dashboard_proto_with_info",
gapic_yaml = "monitoring_gapic.yaml",
grpc_service_config = "dashboards_grpc_service_config.json",
package = "google.monitoring.dashboard.v1",
service_yaml = "monitoring.yaml",
deps = [