fix: migrate monitoring/dashboard/v1 to grpc_service_config
PiperOrigin-RevId: 320447395
This commit is contained in:
parent
ec05fa81a4
commit
ca88164f0a
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue