Skip to content

Commit

Permalink
feat: add PHP geo common protos and new surfaces for Maps Fleetengine…
Browse files Browse the repository at this point in the history
… PHP

PiperOrigin-RevId: 624246100
  • Loading branch information
Google APIs authored and Copybara-Service committed Apr 12, 2024
1 parent b9352eb commit 84d7f78
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
22 changes: 22 additions & 0 deletions google/geo/type/BUILD.bazel
Expand Up @@ -80,6 +80,28 @@ py_gapic_assembly_pkg(
],
)

##############################################################################
# PHP
##############################################################################
load(
"@com_google_googleapis_imports//:imports.bzl",
"php_gapic_assembly_pkg",
"php_proto_library",
)

php_proto_library(
name = "viewport_php_proto",
deps = [":viewport_proto"],
)

# Open Source Packages
php_gapic_assembly_pkg(
name = "viewport-php",
deps = [
":viewport_php_proto",
],
)

##############################################################################
# C++
##############################################################################
Expand Down
1 change: 1 addition & 0 deletions google/maps/fleetengine/delivery/v1/BUILD.bazel
Expand Up @@ -219,6 +219,7 @@ php_gapic_library(
name = "delivery_php_gapic",
srcs = [":delivery_proto_with_info"],
grpc_service_config = "fleetengine_delivery_grpc_service_config.json",
migration_mode = "NEW_SURFACE_ONLY",
rest_numeric_enums = True,
service_yaml = "fleetengine_v1.yaml",
transport = "grpc+rest",
Expand Down
1 change: 1 addition & 0 deletions google/maps/fleetengine/v1/BUILD.bazel
Expand Up @@ -220,6 +220,7 @@ php_gapic_library(
name = "fleetengine_php_gapic",
srcs = [":fleetengine_proto_with_info"],
grpc_service_config = "fleetengine_grpc_service_config.json",
migration_mode = "NEW_SURFACE_ONLY",
rest_numeric_enums = True,
service_yaml = "fleetengine_v1.yaml",
transport = "grpc+rest",
Expand Down

0 comments on commit 84d7f78

Please sign in to comment.