feat: add new client surface for PHP

PiperOrigin-RevId: 536761953
pull/807/head^2
Google APIs 2 years ago committed by Copybara-Service
parent 3cc45f010c
commit 96995a2592
  1. 1
      google/bigtable/v2/BUILD.bazel
  2. 2
      google/cloud/datacatalog/v1/BUILD.bazel
  3. 1
      google/firestore/admin/v1/BUILD.bazel

@ -192,6 +192,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "bigtable_v2.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [":bigtable_php_proto"],
)

@ -243,7 +243,7 @@ php_gapic_library(
name = "datacatalog_php_gapic",
srcs = [":datacatalog_proto_with_info"],
grpc_service_config = "datacatalog_grpc_service_config.json",
migration_mode = "PRE_MIGRATION_SURFACE_ONLY",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
rest_numeric_enums = False,
service_yaml = "datacatalog_v1.yaml",
transport = "grpc+rest",

@ -230,6 +230,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "firestore_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [":admin_php_proto"],
)

Loading…
Cancel
Save