chore: migrate saasaccelerator to the PHP microgenerator

Committer: @miraleung
PiperOrigin-RevId: 374252408
pull/656/head
Google APIs 4 years ago committed by Copybara-Service
parent fadbdd9198
commit 47618c14ea
  1. 17
      google/cloud/saasaccelerator/management/logs/v1/BUILD.bazel

@ -13,9 +13,7 @@ proto_library(
srcs = [
"saas_instance_payload.proto",
],
deps = [
],
deps = [],
)
##############################################################################
@ -51,9 +49,7 @@ go_proto_library(
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "google.golang.org/genproto/googleapis/cloud/saasaccelerator/management/logs/v1",
protos = [":logs_proto"],
deps = [
],
deps = [],
)
##############################################################################
@ -69,9 +65,7 @@ load(
moved_proto_library(
name = "logs_moved_proto",
srcs = [":logs_proto"],
deps = [
],
deps = [],
)
py_proto_library(
@ -88,11 +82,12 @@ py_grpc_library(
##############################################################################
# PHP
# DO NOT OVERRIDE this PHP microgenerator section with autogenerated rules.
##############################################################################
load(
"@com_google_googleapis_imports//:imports.bzl",
"php_grpc_library",
"php_proto_library",
php_grpc_library = "php_grpc_library2",
php_proto_library = "php_proto_library2",
)
php_proto_library(

Loading…
Cancel
Save