feat: add new client surface for GA php clients

PiperOrigin-RevId: 534898708
pull/807/head^2
Google APIs 2 years ago committed by Copybara-Service
parent bbdd203275
commit be8c6cd96b
  1. 1
      google/api/servicecontrol/v1/BUILD.bazel
  2. 1
      google/api/servicemanagement/v1/BUILD.bazel
  3. 1
      google/api/serviceusage/v1/BUILD.bazel
  4. 1
      google/appengine/v1/BUILD.bazel
  5. 1
      google/bigtable/admin/v2/BUILD.bazel
  6. 1
      google/cloud/accessapproval/v1/BUILD.bazel
  7. 1
      google/cloud/apigateway/v1/BUILD.bazel
  8. 1
      google/cloud/apigeeconnect/v1/BUILD.bazel
  9. 1
      google/cloud/asset/v1/BUILD.bazel
  10. 1
      google/cloud/automl/v1/BUILD.bazel
  11. 1
      google/cloud/bigquery/connection/v1/BUILD.bazel
  12. 1
      google/cloud/bigquery/datatransfer/v1/BUILD.bazel
  13. 1
      google/cloud/bigquery/reservation/v1/BUILD.bazel
  14. 1
      google/cloud/bigquery/storage/v1/BUILD.bazel
  15. 1
      google/cloud/billing/budgets/v1/BUILD.bazel
  16. 1
      google/cloud/billing/v1/BUILD.bazel
  17. 1
      google/cloud/channel/v1/BUILD.bazel
  18. 1
      google/cloud/clouddms/v1/BUILD.bazel
  19. 1
      google/cloud/contactcenterinsights/v1/BUILD.bazel
  20. 1
      google/cloud/datacatalog/v1/BUILD.bazel
  21. 1
      google/cloud/dataproc/v1/BUILD.bazel
  22. 1
      google/cloud/datastream/v1/BUILD.bazel
  23. 2
      google/cloud/dialogflow/v2/BUILD.bazel
  24. 1
      google/cloud/documentai/v1/BUILD.bazel
  25. 1
      google/cloud/eventarc/v1/BUILD.bazel
  26. 1
      google/cloud/filestore/v1/BUILD.bazel
  27. 2
      google/cloud/functions/v1/BUILD.bazel
  28. 1
      google/cloud/gaming/v1/BUILD.bazel
  29. 1
      google/cloud/iap/v1/BUILD.bazel
  30. 1
      google/cloud/iot/v1/BUILD.bazel
  31. 1
      google/cloud/kms/v1/BUILD.bazel
  32. 1
      google/cloud/managedidentities/v1/BUILD.bazel
  33. 1
      google/cloud/memcache/v1/BUILD.bazel
  34. 1
      google/cloud/networkconnectivity/v1/BUILD.bazel
  35. 1
      google/cloud/networkmanagement/v1/BUILD.bazel
  36. 1
      google/cloud/orchestration/airflow/service/v1/BUILD.bazel
  37. 1
      google/cloud/osconfig/v1/BUILD.bazel
  38. 1
      google/cloud/oslogin/v1/BUILD.bazel
  39. 1
      google/cloud/policytroubleshooter/v1/BUILD.bazel
  40. 1
      google/cloud/recaptchaenterprise/v1/BUILD.bazel
  41. 1
      google/cloud/recommender/v1/BUILD.bazel
  42. 2
      google/cloud/redis/v1/BUILD.bazel
  43. 1
      google/cloud/resourcesettings/v1/BUILD.bazel
  44. 1
      google/cloud/retail/v2/BUILD.bazel
  45. 1
      google/cloud/scheduler/v1/BUILD.bazel
  46. 1
      google/cloud/security/privateca/v1/BUILD.bazel
  47. 1
      google/cloud/securitycenter/v1/BUILD.bazel
  48. 1
      google/cloud/servicedirectory/v1/BUILD.bazel
  49. 1
      google/cloud/shell/v1/BUILD.bazel
  50. 1
      google/cloud/speech/v1/BUILD.bazel
  51. 1
      google/cloud/talent/v4beta1/BUILD.bazel
  52. 1
      google/cloud/tasks/v2/BUILD.bazel
  53. 1
      google/cloud/texttospeech/v1/BUILD.bazel
  54. 1
      google/cloud/tpu/v1/BUILD.bazel
  55. 1
      google/cloud/translate/v3/BUILD.bazel
  56. 1
      google/cloud/videointelligence/v1/BUILD.bazel
  57. 1
      google/cloud/vision/v1/BUILD.bazel
  58. 1
      google/cloud/vpcaccess/v1/BUILD.bazel
  59. 2
      google/cloud/webrisk/v1/BUILD.bazel
  60. 1
      google/container/v1/BUILD.bazel
  61. 1
      google/datastore/v1/BUILD.bazel
  62. 1
      google/devtools/clouddebugger/v2/BUILD.bazel
  63. 1
      google/devtools/cloudprofiler/v2/BUILD.bazel
  64. 1
      google/devtools/cloudtrace/v2/BUILD.bazel
  65. 1
      google/firestore/v1/BUILD.bazel
  66. 1
      google/iam/credentials/v1/BUILD.bazel
  67. 1
      google/logging/v2/BUILD.bazel
  68. 1
      google/monitoring/v3/BUILD.bazel
  69. 1
      google/privacy/dlp/v2/BUILD.bazel
  70. 1
      google/pubsub/v1/BUILD.bazel
  71. 1
      google/spanner/v1/BUILD.bazel
  72. 1
      google/storagetransfer/v1/BUILD.bazel

@ -230,6 +230,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "servicecontrol.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":servicecontrol_php_grpc",
":servicecontrol_php_proto",

@ -229,6 +229,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "servicemanagement_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":servicemanagement_php_grpc",
":servicemanagement_php_proto",

@ -233,6 +233,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "serviceusage_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":serviceusage_php_grpc",
":serviceusage_php_proto",

@ -252,6 +252,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "appengine_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":appengine_php_grpc",
":appengine_php_proto",

@ -226,6 +226,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "bigtableadmin_v2.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":admin_php_grpc",
":admin_php_proto",

@ -226,6 +226,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "accessapproval_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":accessapproval_php_grpc",
":accessapproval_php_proto",

@ -231,6 +231,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "apigateway_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":apigateway_php_grpc",
":apigateway_php_proto",

@ -226,6 +226,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "apigeeconnect_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":apigeeconnect_php_grpc",
":apigeeconnect_php_proto",

@ -259,6 +259,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "cloudasset_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":asset_php_grpc",
":asset_php_proto",

@ -247,6 +247,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "automl_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":automl_php_grpc",
":automl_php_proto",

@ -227,6 +227,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "bigqueryconnection_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":connection_php_grpc",
":connection_php_proto",

@ -242,6 +242,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "bigquerydatatransfer_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":datatransfer_php_grpc",
":datatransfer_php_proto",

@ -231,6 +231,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "bigqueryreservation_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":reservation_php_grpc",
":reservation_php_proto",

@ -213,6 +213,7 @@ php_gapic_library(
rest_numeric_enums = False,
service_yaml = "bigquerystorage_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":storage_php_grpc",
":storage_php_proto",

@ -213,6 +213,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "billingbudgets.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":budgets_php_grpc",
":budgets_php_proto",

@ -238,6 +238,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "cloudbilling_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":billing_php_grpc",
":billing_php_proto",

@ -253,6 +253,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "cloudchannel_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":channel_php_grpc",
":channel_php_proto",

@ -243,6 +243,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "datamigration_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":clouddms_php_grpc",
":clouddms_php_proto",

@ -239,6 +239,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "contactcenterinsights_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":contactcenterinsights_php_grpc",
":contactcenterinsights_php_proto",

@ -261,6 +261,7 @@ php_gapic_library(
rest_numeric_enums = False,
service_yaml = "datacatalog_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":datacatalog_php_grpc",
":datacatalog_php_proto",

@ -244,6 +244,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "dataproc_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":dataproc_php_grpc",
":dataproc_php_proto",

@ -244,6 +244,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "datastream_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":datastream_php_grpc",
":datastream_php_proto",

@ -295,7 +295,7 @@ php_gapic_library(
name = "dialogflow_php_gapic",
srcs = [":dialogflow_proto_with_info"],
grpc_service_config = "dialogflow_grpc_service_config.json",
migration_mode = "PRE_MIGRATION_SURFACE_ONLY",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
rest_numeric_enums = True,
service_yaml = "dialogflow_v2.yaml",
transport = "grpc+rest",

@ -266,6 +266,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "documentai_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":documentai_php_grpc",
":documentai_php_proto",

@ -247,6 +247,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "eventarc_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":eventarc_php_grpc",
":eventarc_php_proto",

@ -248,6 +248,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "file_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":filestore_php_grpc",
":filestore_php_proto",

@ -246,7 +246,7 @@ php_gapic_library(
name = "functions_php_gapic",
srcs = [":functions_proto_with_info"],
grpc_service_config = "functions_grpc_service_config.json",
migration_mode = "PRE_MIGRATION_SURFACE_ONLY",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
rest_numeric_enums = True,
service_yaml = "cloudfunctions_v1.yaml",
transport = "grpc+rest",

@ -247,6 +247,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "gameservices_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":gaming_php_grpc",
":gaming_php_proto",

@ -238,6 +238,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "iap_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":iap_php_grpc",
":iap_php_proto",

@ -224,6 +224,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "cloudiot_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":iot_php_grpc",
":iot_php_proto",

@ -249,6 +249,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "cloudkms_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":kms_php_grpc",
":kms_php_proto",

@ -229,6 +229,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "managedidentities_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":managedidentities_php_grpc",
":managedidentities_php_proto",

@ -242,6 +242,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "memcache_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":memcache_php_grpc",
":memcache_php_proto",

@ -234,6 +234,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "networkconnectivity_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":networkconnectivity_php_grpc",
":networkconnectivity_php_proto",

@ -238,6 +238,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "networkmanagement_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":networkmanagement_php_grpc",
":networkmanagement_php_proto",

@ -238,6 +238,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "composer_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":service_php_grpc",
":service_php_proto",

@ -258,6 +258,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "osconfig_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":osconfig_php_grpc",
":osconfig_php_proto",

@ -241,6 +241,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "oslogin_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":oslogin_php_grpc",
":oslogin_php_proto",

@ -230,6 +230,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "policytroubleshooter_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":policytroubleshooter_php_grpc",
":policytroubleshooter_php_proto",

@ -224,6 +224,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "recaptchaenterprise_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":recaptchaenterprise_php_grpc",
":recaptchaenterprise_php_proto",

@ -233,6 +233,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "recommender_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":recommender_php_grpc",
":recommender_php_proto",

@ -239,7 +239,7 @@ php_gapic_library(
name = "redis_php_gapic",
srcs = [":redis_proto_with_info"],
grpc_service_config = "redis_grpc_service_config.json",
migration_mode = "PRE_MIGRATION_SURFACE_ONLY",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
rest_numeric_enums = True,
service_yaml = "redis_v1.yaml",
transport = "grpc+rest",

@ -220,6 +220,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "resourcesettings_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":resourcesettings_php_grpc",
":resourcesettings_php_proto",

@ -275,6 +275,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "retail_v2.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":retail_php_grpc",
":retail_php_proto",

@ -237,6 +237,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "cloudscheduler_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":scheduler_php_grpc",
":scheduler_php_proto",

@ -250,6 +250,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "privateca_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":privateca_php_grpc",
":privateca_php_proto",

@ -279,6 +279,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "securitycenter_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":securitycenter_php_grpc",
":securitycenter_php_proto",

@ -227,6 +227,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "servicedirectory_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":servicedirectory_php_grpc",
":servicedirectory_php_proto",

@ -227,6 +227,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "cloudshell_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":shell_php_grpc",
":shell_php_proto",

@ -239,6 +239,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "speech_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":speech_php_grpc",
":speech_php_proto",

@ -268,6 +268,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "jobs_v4beta1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":talent_php_grpc",
":talent_php_proto",

@ -226,6 +226,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "cloudtasks_v2.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":tasks_php_grpc",
":tasks_php_proto",

@ -233,6 +233,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "texttospeech_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":texttospeech_php_grpc",
":texttospeech_php_proto",

@ -233,6 +233,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "tpu_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":tpu_php_grpc",
":tpu_php_proto",

@ -239,6 +239,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "translate_v3.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":translation_php_grpc",
":translation_php_proto",

@ -221,6 +221,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "videointelligence_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":videointelligence_php_grpc",
":videointelligence_php_proto",

@ -243,6 +243,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "vision_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":vision_php_grpc",
":vision_php_proto",

@ -236,6 +236,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "vpcaccess_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":vpcaccess_php_grpc",
":vpcaccess_php_proto",

@ -227,7 +227,7 @@ php_gapic_library(
name = "webrisk_php_gapic",
srcs = [":webrisk_proto_with_info"],
grpc_service_config = "webrisk_grpc_service_config.json",
migration_mode = "PRE_MIGRATION_SURFACE_ONLY",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
rest_numeric_enums = True,
service_yaml = "webrisk_v1.yaml",
transport = "grpc+rest",

@ -220,6 +220,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "container_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":container_php_grpc",
":container_php_proto",

@ -236,6 +236,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "datastore_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":datastore_php_grpc",
":datastore_php_proto",

@ -210,6 +210,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "clouddebugger_v2.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":clouddebugger_php_grpc",
":clouddebugger_php_proto",

@ -227,6 +227,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "cloudprofiler_v2.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":cloudprofiler_php_grpc",
":cloudprofiler_php_proto",

@ -234,6 +234,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "cloudtrace_v2.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":cloudtrace_php_grpc",
":cloudtrace_php_proto",

@ -246,6 +246,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "firestore_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":firestore_php_grpc",
":firestore_php_proto",

@ -204,6 +204,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "iamcredentials_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":credentials_php_grpc",
":credentials_php_proto",

@ -259,6 +259,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "logging_v2.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":logging_php_grpc",
":logging_php_proto",

@ -272,6 +272,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "monitoring.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":monitoring_php_grpc",
":monitoring_php_proto",

@ -211,6 +211,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "dlp_v2.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":dlp_php_grpc",
":dlp_php_proto",

@ -227,6 +227,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = ":pubsub_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":pubsub_php_grpc",
":pubsub_php_proto",

@ -211,6 +211,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "spanner.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":spanner_php_grpc",
":spanner_php_proto",

@ -231,6 +231,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "storagetransfer_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":storagetransfer_php_grpc",
":storagetransfer_php_proto",

Loading…
Cancel
Save