diff --git a/google/datastore/admin/v1/BUILD.bazel b/google/datastore/admin/v1/BUILD.bazel index 112c1530..19a4c642 100644 --- a/google/datastore/admin/v1/BUILD.bazel +++ b/google/datastore/admin/v1/BUILD.bazel @@ -59,6 +59,7 @@ java_gapic_library( name = "admin_java_gapic", src = ":admin_proto_with_info", gapic_yaml = "datastore_admin_gapic.yaml", + grpc_service_config = "datastore_admin_grpc_service_config.json", package = "google.datastore.admin.v1", service_yaml = "datastore_admin_v1.yaml", test_deps = [ @@ -181,6 +182,7 @@ py_gapic_library( name = "admin_py_gapic", src = ":admin_proto_with_info", gapic_yaml = "datastore_admin_gapic.yaml", + grpc_service_config = "datastore_admin_grpc_service_config.json", package = "google.datastore.admin.v1", service_yaml = "datastore_admin_v1.yaml", deps = [ @@ -225,6 +227,7 @@ php_gapic_library( name = "admin_php_gapic", src = ":admin_proto_with_info", gapic_yaml = "datastore_admin_gapic.yaml", + grpc_service_config = "datastore_admin_grpc_service_config.json", package = "google.datastore.admin.v1", service_yaml = "datastore_admin_v1.yaml", deps = [