Skip to content

Commit

Permalink
chore: migrate apigeeconnect to the PHP microgenerator
Browse files Browse the repository at this point in the history
Committer: @miraleung
PiperOrigin-RevId: 376182075
  • Loading branch information
Google APIs authored and copybara-github committed May 27, 2021
1 parent df616b5 commit a9d9a29
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 22 deletions.
19 changes: 9 additions & 10 deletions google/cloud/apigeeconnect/v1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ go_gapic_library(
srcs = [":apigeeconnect_proto_with_info"],
grpc_service_config = "connection_grpc_service_config.json",
importpath = "cloud.google.com/go/apigeeconnect/apiv1;apigeeconnect",
service_yaml = "apigeeconnect_v1.yaml",
metadata = True,
service_yaml = "apigeeconnect_v1.yaml",
deps = [
":apigeeconnect_go_proto",
"@io_bazel_rules_go//proto/wkt:duration_go_proto",
Expand All @@ -144,8 +144,8 @@ go_gapic_assembly_pkg(
name = "gapi-cloud-apigeeconnect-v1-go",
deps = [
":apigeeconnect_go_gapic",
":apigeeconnect_go_gapic_srcjar-test.srcjar",
":apigeeconnect_go_gapic_srcjar-metadata.srcjar",
":apigeeconnect_go_gapic_srcjar-test.srcjar",
":apigeeconnect_go_proto",
],
)
Expand Down 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,10 +198,8 @@ php_grpc_library(

php_gapic_library(
name = "apigeeconnect_php_gapic",
src = ":apigeeconnect_proto_with_info",
gapic_yaml = "apigeeconnect_gapic.yaml",
srcs = [":apigeeconnect_proto_with_info"],
grpc_service_config = "connection_grpc_service_config.json",
package = "google.cloud.apigeeconnect.v1",
service_yaml = "apigeeconnect_v1.yaml",
deps = [
":apigeeconnect_php_grpc",
Expand Down Expand Up @@ -251,8 +250,8 @@ nodejs_gapic_assembly_pkg(
##############################################################################
load(
"@com_google_googleapis_imports//:imports.bzl",
"ruby_gapic_assembly_pkg",
"ruby_cloud_gapic_library",
"ruby_gapic_assembly_pkg",
"ruby_grpc_library",
"ruby_proto_library",
)
Expand Down
12 changes: 0 additions & 12 deletions google/cloud/apigeeconnect/v1/apigeeconnect_gapic.yaml

This file was deleted.

0 comments on commit a9d9a29

Please sign in to comment.