Skip to content

Commit

Permalink
chore: migrate policytroubleshooter to the PHP microgenerator
Browse files Browse the repository at this point in the history
Committer: @miraleung
PiperOrigin-RevId: 365133686
  • Loading branch information
Google APIs authored and copybara-github committed Mar 25, 2021
1 parent 969808f commit 8be76ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
14 changes: 6 additions & 8 deletions google/cloud/policytroubleshooter/v1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -175,13 +175,14 @@ py_gapic_assembly_pkg(

##############################################################################
# PHP
# DO NOT OVERRIDE this PHP microgenerator section with autogenerated rules.
##############################################################################
load(
"@com_google_googleapis_imports//:imports.bzl",
"php_gapic_assembly_pkg",
"php_gapic_library",
"php_grpc_library",
"php_proto_library",
php_gapic_assembly_pkg = "php_gapic_assembly_pkg2",
php_gapic_library = "php_gapic_library2",
php_grpc_library = "php_grpc_library2",
php_proto_library = "php_proto_library2",
)

php_proto_library(
Expand All @@ -197,11 +198,8 @@ php_grpc_library(

php_gapic_library(
name = "policytroubleshooter_php_gapic",
src = ":policytroubleshooter_proto_with_info",
gapic_yaml = "policytroubleshooter_gapic.yaml",
srcs = [":policytroubleshooter_proto_with_info"],
grpc_service_config = "checker_grpc_service_config.json",
package = "google.cloud.policytroubleshooter.v1",
service_yaml = "policytroubleshooter_v1.yaml",
deps = [
":policytroubleshooter_php_grpc",
":policytroubleshooter_php_proto",
Expand Down

This file was deleted.

0 comments on commit 8be76ab

Please sign in to comment.