mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-14 12:42:59 +02:00
chore: uncomment PHP bazel rules
PiperOrigin-RevId: 625815813
This commit is contained in:
parent
6f5ccdfd28
commit
cab99b213a
1 changed files with 33 additions and 33 deletions
|
|
@ -204,39 +204,39 @@ py_gapic_assembly_pkg(
|
|||
##############################################################################
|
||||
# PHP
|
||||
##############################################################################
|
||||
#load(
|
||||
# "@com_google_googleapis_imports//:imports.bzl",
|
||||
# "php_gapic_assembly_pkg",
|
||||
# "php_gapic_library",
|
||||
# "php_proto_library",
|
||||
#)
|
||||
#
|
||||
#php_proto_library(
|
||||
# name = "control_php_proto",
|
||||
# deps = [":control_proto"],
|
||||
#)
|
||||
#
|
||||
#php_gapic_library(
|
||||
# name = "control_php_gapic",
|
||||
# srcs = [":control_proto_with_info"],
|
||||
# grpc_service_config = "storage_control_grpc_service_config.json",
|
||||
# migration_mode = "NEW_SURFACE_ONLY",
|
||||
# service_yaml = "storage_v2.yaml",
|
||||
# transport = "grpc",
|
||||
# deps = [
|
||||
# ":control_php_proto",
|
||||
# ],
|
||||
#)
|
||||
#
|
||||
## Open Source Packages
|
||||
#php_gapic_assembly_pkg(
|
||||
# name = "google-cloud-storage-control-v2-php",
|
||||
# deps = [
|
||||
# ":control_php_gapic",
|
||||
# ":control_php_proto",
|
||||
# ],
|
||||
#)
|
||||
#
|
||||
load(
|
||||
"@com_google_googleapis_imports//:imports.bzl",
|
||||
"php_gapic_assembly_pkg",
|
||||
"php_gapic_library",
|
||||
"php_proto_library",
|
||||
)
|
||||
|
||||
php_proto_library(
|
||||
name = "control_php_proto",
|
||||
deps = [":control_proto"],
|
||||
)
|
||||
|
||||
php_gapic_library(
|
||||
name = "control_php_gapic",
|
||||
srcs = [":control_proto_with_info"],
|
||||
grpc_service_config = "storage_control_grpc_service_config.json",
|
||||
migration_mode = "NEW_SURFACE_ONLY",
|
||||
service_yaml = "storage_v2.yaml",
|
||||
transport = "grpc+rest",
|
||||
deps = [
|
||||
":control_php_proto",
|
||||
],
|
||||
)
|
||||
|
||||
# Open Source Packages
|
||||
php_gapic_assembly_pkg(
|
||||
name = "google-cloud-storage-control-v2-php",
|
||||
deps = [
|
||||
":control_php_gapic",
|
||||
":control_php_proto",
|
||||
],
|
||||
)
|
||||
|
||||
##############################################################################
|
||||
# Node.js
|
||||
##############################################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue