Skip to content

Commit

Permalink
feat!: migrate bigquery/datatransfer to the PHP microgenerator
Browse files Browse the repository at this point in the history
Committer: @miraleung
PiperOrigin-RevId: 373474384
  • Loading branch information
Google APIs authored and copybara-github committed May 12, 2021
1 parent cc882d1 commit 821ba0e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 64 deletions.
16 changes: 7 additions & 9 deletions google/cloud/bigquery/datatransfer/v1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -172,13 +172,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 @@ -194,11 +195,8 @@ php_grpc_library(

php_gapic_library(
name = "datatransfer_php_gapic",
src = ":datatransfer_proto_with_info",
gapic_yaml = "bigquerydatatransfer_gapic.yaml",
srcs = [":datatransfer_proto_with_info"],
grpc_service_config = "bigquerydatatransfer_grpc_service_config.json",
package = "google.cloud.bigquery.datatransfer.v1",
service_yaml = "bigquerydatatransfer_v1.yaml",
deps = [
":datatransfer_php_grpc",
":datatransfer_php_proto",
Expand Down Expand Up @@ -248,8 +246,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

This file was deleted.

0 comments on commit 821ba0e

Please sign in to comment.