Skip to content

Commit

Permalink
chore: migrate home/enterprise/sdm to the PHP microgenerator
Browse files Browse the repository at this point in the history
Committer: @miraleung
PiperOrigin-RevId: 371236609
  • Loading branch information
Google APIs authored and Copybara-Service committed Apr 30, 2021
1 parent 63198c0 commit d06e39c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 22 deletions.
14 changes: 6 additions & 8 deletions google/home/enterprise/sdm/v1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -170,13 +170,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 @@ -192,11 +193,8 @@ php_grpc_library(

php_gapic_library(
name = "sdm_php_gapic",
src = ":sdm_proto_with_info",
gapic_yaml = "smartdevicemanagement_gapic.yaml",
srcs = [":sdm_proto_with_info"],
grpc_service_config = "smart_device_management_grpc_service_config.json",
package = "google.home.enterprise.sdm.v1",
service_yaml = "smartdevicemanagement_v1.yaml",
deps = [
":sdm_php_grpc",
":sdm_php_proto",
Expand Down
14 changes: 0 additions & 14 deletions google/home/enterprise/sdm/v1/smartdevicemanagement_gapic.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,2 @@
type: com.google.api.codegen.ConfigProto
config_schema_version: 2.0.0
# The settings of generated code in a specific language.
language_settings:
python:
package_name: google.home.enterprise.sdm_v1.gapic
go:
package_name: google.golang.org/smartdevicemanagement/v1
csharp:
package_name: Google.Home.Enterprise.Sdm.V1
ruby:
package_name: Google::Home::Enterprise::Sdm::V1
php:
package_name: Google\Home\Enterprise\Sdm\V1
nodejs:
package_name: google.home.enterprise.sdm.v1

0 comments on commit d06e39c

Please sign in to comment.