Skip to content

Commit

Permalink
chore: migrate clouddms to the PHP microgenerator
Browse files Browse the repository at this point in the history
Committer: @miraleung
PiperOrigin-RevId: 377311345
  • Loading branch information
Google APIs authored and Copybara-Service committed Jun 3, 2021
1 parent fba52a7 commit b52a804
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 25 deletions.
13 changes: 6 additions & 7 deletions google/cloud/clouddms/v1/BUILD.bazel
Expand Up @@ -187,13 +187,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 @@ -209,10 +210,8 @@ php_grpc_library(

php_gapic_library(
name = "clouddms_php_gapic",
src = ":clouddms_proto_with_info",
gapic_yaml = "datamigration_gapic.yaml",
srcs = [":clouddms_proto_with_info"],
grpc_service_config = "library_grpc_service_config.json",
package = "google.cloud.clouddms.v1",
service_yaml = "datamigration_v1.yaml",
deps = [
":clouddms_php_grpc",
Expand Down
18 changes: 0 additions & 18 deletions google/cloud/clouddms/v1/datamigration_gapic.yaml

This file was deleted.

0 comments on commit b52a804

Please sign in to comment.