[go: nahoru, domu]

Skip to content

Commit

Permalink
chore: migrate cloudprofiler to the PHP microgenerator
Browse files Browse the repository at this point in the history
Committer: @miraleung
PiperOrigin-RevId: 370975886
  • Loading branch information
Google APIs authored and Copybara-Service committed Apr 28, 2021
1 parent 67752e6 commit 8585ab9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 28 deletions.
18 changes: 8 additions & 10 deletions google/devtools/cloudprofiler/v2/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -168,13 +168,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 @@ -190,11 +191,8 @@ php_grpc_library(

php_gapic_library(
name = "cloudprofiler_php_gapic",
src = ":cloudprofiler_proto_with_info",
gapic_yaml = "cloudprofiler_gapic.yaml",
srcs = [":cloudprofiler_proto_with_info"],
grpc_service_config = "cloudprofiler_grpc_service_config.json",
package = "google.devtools.cloudprofiler.v2",
service_yaml = "cloudprofiler_v2.yaml",
deps = [
":cloudprofiler_php_grpc",
":cloudprofiler_php_proto",
Expand Down Expand Up @@ -244,8 +242,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 All @@ -263,7 +261,7 @@ ruby_grpc_library(

ruby_cloud_gapic_library(
name = "cloudprofiler_ruby_gapic",
srcs = [":cloudprofiler_proto_with_info",],
srcs = [":cloudprofiler_proto_with_info"],
extra_protoc_parameters = [
"ruby-cloud-gem-name=google-cloud-profiler-v2",
"ruby-cloud-env-prefix=PROFILER",
Expand Down
18 changes: 0 additions & 18 deletions google/devtools/cloudprofiler/v2/cloudprofiler_gapic.yaml

This file was deleted.

0 comments on commit 8585ab9

Please sign in to comment.