Skip to content

Commit

Permalink
chore: migrate KMS to the PHP microgenerator
Browse files Browse the repository at this point in the history
Committer: @miraleung
PiperOrigin-RevId: 377315628
  • Loading branch information
Google APIs authored and Copybara-Service committed Jun 3, 2021
1 parent 76a52a5 commit e91939e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 743 deletions.
14 changes: 6 additions & 8 deletions google/cloud/kms/v1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -174,13 +174,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 @@ -196,10 +197,7 @@ php_grpc_library(

php_gapic_library(
name = "kms_php_gapic",
src = ":kms_proto_with_info",
# Do not change this to the cloudkms_gapic.yaml, see tracking bug.
gapic_yaml = "cloudkms_gapic.legacy.yaml",
package = "google.cloud.kms.v1",
srcs = [":kms_proto_with_info"],
service_yaml = "cloudkms_v1.yaml",
deps = [
":kms_php_grpc",
Expand Down

0 comments on commit e91939e

Please sign in to comment.