Skip to content

Commit

Permalink
chore: migrate bigquery-reservation/{v1,v1beta1} to the PHP microgene…
Browse files Browse the repository at this point in the history
…rator

Committer: @miraleung
PiperOrigin-RevId: 368071142
  • Loading branch information
Google APIs authored and Copybara-Service committed Apr 12, 2021
1 parent 3bd05dc commit 21f55ab
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 33 deletions.
16 changes: 7 additions & 9 deletions google/cloud/bigquery/reservation/v1/BUILD.bazel
Expand Up @@ -167,13 +167,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 @@ -189,11 +190,8 @@ php_grpc_library(

php_gapic_library(
name = "reservation_php_gapic",
src = ":reservation_proto_with_info",
gapic_yaml = "bigqueryreservation_gapic.yaml",
srcs = [":reservation_proto_with_info"],
grpc_service_config = "bigqueryreservation_grpc_service_config.json",
package = "google.cloud.bigquery.reservation.v1",
service_yaml = "bigqueryreservation_v1.yaml",
deps = [
":reservation_php_grpc",
":reservation_php_proto",
Expand Down Expand Up @@ -243,8 +241,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.

14 changes: 6 additions & 8 deletions google/cloud/bigquery/reservation/v1beta1/BUILD.bazel
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 = "reservation_php_gapic",
src = ":reservation_proto_with_info",
gapic_yaml = "bigqueryreservation_gapic.yaml",
srcs = [":reservation_proto_with_info"],
grpc_service_config = "bigqueryreservation_grpc_service_config.json",
package = "google.cloud.bigquery.reservation.v1beta1",
service_yaml = "bigqueryreservation_v1beta1.yaml",
deps = [
":reservation_php_grpc",
":reservation_php_proto",
Expand Down

0 comments on commit 21f55ab

Please sign in to comment.