Skip to content

Commit 8be76ab

Browse files
Google APIscopybara-github
authored andcommitted
chore: migrate policytroubleshooter to the PHP microgenerator
Committer: @miraleung PiperOrigin-RevId: 365133686
1 parent 969808f commit 8be76ab

2 files changed

Lines changed: 6 additions & 11 deletions

File tree

google/cloud/policytroubleshooter/v1/BUILD.bazel

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -175,13 +175,14 @@ py_gapic_assembly_pkg(
175175

176176
##############################################################################
177177
# PHP
178+
# DO NOT OVERRIDE this PHP microgenerator section with autogenerated rules.
178179
##############################################################################
179180
load(
180181
"@com_google_googleapis_imports//:imports.bzl",
181-
"php_gapic_assembly_pkg",
182-
"php_gapic_library",
183-
"php_grpc_library",
184-
"php_proto_library",
182+
php_gapic_assembly_pkg = "php_gapic_assembly_pkg2",
183+
php_gapic_library = "php_gapic_library2",
184+
php_grpc_library = "php_grpc_library2",
185+
php_proto_library = "php_proto_library2",
185186
)
186187

187188
php_proto_library(
@@ -197,11 +198,8 @@ php_grpc_library(
197198

198199
php_gapic_library(
199200
name = "policytroubleshooter_php_gapic",
200-
src = ":policytroubleshooter_proto_with_info",
201-
gapic_yaml = "policytroubleshooter_gapic.yaml",
201+
srcs = [":policytroubleshooter_proto_with_info"],
202202
grpc_service_config = "checker_grpc_service_config.json",
203-
package = "google.cloud.policytroubleshooter.v1",
204-
service_yaml = "policytroubleshooter_v1.yaml",
205203
deps = [
206204
":policytroubleshooter_php_grpc",
207205
":policytroubleshooter_php_proto",

google/cloud/policytroubleshooter/v1/policytroubleshooter_gapic.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)