Skip to content

Commit

Permalink
chore: migrate phishingprotection to the PHP microgenerator
Browse files Browse the repository at this point in the history
Committer: @miraleung
PiperOrigin-RevId: 365154926
  • Loading branch information
Google APIs authored and copybara-github committed Mar 26, 2021
1 parent 1f9bbda commit bf845b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 25 deletions.
16 changes: 7 additions & 9 deletions google/cloud/phishingprotection/v1beta1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -158,13 +158,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 @@ -180,11 +181,8 @@ php_grpc_library(

php_gapic_library(
name = "phishingprotection_php_gapic",
src = ":phishingprotection_proto_with_info",
gapic_yaml = "phishingprotection_gapic.yaml",
srcs = [":phishingprotection_proto_with_info"],
grpc_service_config = "phishingprotection_grpc_service_config.json",
package = "google.cloud.phishingprotection.v1beta1",
service_yaml = "phishingprotection_v1beta1.yaml",
deps = [
":phishingprotection_php_grpc",
":phishingprotection_php_proto",
Expand Down Expand Up @@ -234,8 +232,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
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,3 @@ config_schema_version: 2.0.0
language_settings:
java:
package_name: com.google.cloud.phishingprotection.v1beta1
python:
package_name: google.cloud.phishingprotection_v1beta1.gapic
go:
package_name: cloud.google.com/go/phishingprotection/apiv1beta1
csharp:
package_name: Google.Cloud.PhishingProtection.V1Beta1
ruby:
package_name: Google::Cloud::PhishingProtection::V1beta1
php:
package_name: Google\Cloud\PhishingProtection\V1beta1
nodejs:
package_name: phishingprotection.v1beta1
# A list of API interface configurations.
interfaces:
# The fully qualified name of the API interface.
- name: google.cloud.phishingprotection.v1beta1.PhishingProtectionServiceV1Beta1

0 comments on commit bf845b2

Please sign in to comment.