File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -217,13 +217,14 @@ py_gapic_assembly_pkg(
217217
218218##############################################################################
219219# PHP
220+ # DO NOT OVERRIDE this PHP microgenerator section with autogenerated rules.
220221##############################################################################
221222load (
222223 "@com_google_googleapis_imports//:imports.bzl" ,
223- " php_gapic_assembly_pkg" ,
224- " php_gapic_library" ,
225- " php_grpc_library" ,
226- " php_proto_library" ,
224+ php_gapic_assembly_pkg = "php_gapic_assembly_pkg2 " ,
225+ php_gapic_library = "php_gapic_library2 " ,
226+ php_grpc_library = "php_grpc_library2 " ,
227+ php_proto_library = "php_proto_library2 " ,
227228)
228229
229230php_proto_library (
@@ -239,11 +240,8 @@ php_grpc_library(
239240
240241php_gapic_library (
241242 name = "monitoring_php_gapic" ,
242- src = ":monitoring_proto_with_info" ,
243- gapic_yaml = "monitoring_gapic.yaml" ,
243+ srcs = [":monitoring_proto_with_info" ],
244244 grpc_service_config = "monitoring_grpc_service_config.json" ,
245- package = "google.monitoring.v3" ,
246- service_yaml = "monitoring.yaml" ,
247245 deps = [
248246 ":monitoring_php_grpc" ,
249247 ":monitoring_php_proto" ,
You can’t perform that action at this time.
0 commit comments