chore: identify php targets using legacy config
PiperOrigin-RevId: 318081240
This commit is contained in:
parent
b882b8e6bf
commit
5824c4db2d
|
|
@ -245,6 +245,7 @@ php_grpc_library(
|
|||
php_gapic_library(
|
||||
name = "admin_php_gapic",
|
||||
src = ":admin_proto_with_info",
|
||||
# Do not change this to the bigtableadmin_gapic.yaml, see tracking bug.
|
||||
gapic_yaml = "bigtableadmin_gapic.legacy.yaml",
|
||||
package = "google.bigtable.admin.v2",
|
||||
service_yaml = "bigtableadmin_v2.yaml",
|
||||
|
|
|
|||
|
|
@ -247,8 +247,8 @@ php_grpc_library(
|
|||
php_gapic_library(
|
||||
name = "kms_php_gapic",
|
||||
src = ":kms_proto_with_info",
|
||||
# Do not change this to the cloudkms_gapic.yaml, see tracking bug.
|
||||
gapic_yaml = "cloudkms_gapic.legacy.yaml",
|
||||
grpc_service_config = "cloudkms_grpc_service_config.json",
|
||||
package = "google.cloud.kms.v1",
|
||||
service_yaml = "cloudkms_v1.yaml",
|
||||
deps = [
|
||||
|
|
|
|||
|
|
@ -231,7 +231,7 @@ php_grpc_library(
|
|||
php_gapic_library(
|
||||
name = "videointelligence_php_gapic",
|
||||
src = ":videointelligence_proto_with_info",
|
||||
#Do NOT override with videointelligence_gapic.yaml
|
||||
# Do not change this to the videointelligence_gapic.yaml, see tracking bug.
|
||||
gapic_yaml = "videointelligence_gapic.legacy.yaml",
|
||||
package = "google.cloud.videointelligence.v1",
|
||||
service_yaml = "videointelligence_v1.yaml",
|
||||
|
|
|
|||
|
|
@ -231,6 +231,7 @@ php_grpc_library(
|
|||
php_gapic_library(
|
||||
name = "videointelligence_php_gapic",
|
||||
src = ":videointelligence_proto_with_info",
|
||||
# Do not change this to the videointelligence_gapic.yaml, see tracking bug.
|
||||
gapic_yaml = "videointelligence_gapic.legacy.yaml",
|
||||
package = "google.cloud.videointelligence.v1beta2",
|
||||
service_yaml = "//google/cloud/videointelligence:videointelligence_v1beta2.yaml",
|
||||
|
|
|
|||
|
|
@ -226,6 +226,7 @@ php_grpc_library(
|
|||
php_gapic_library(
|
||||
name = "datastore_php_gapic",
|
||||
src = ":datastore_proto_with_info",
|
||||
# Do not change this to the datastore_gapic.yaml, see tracking bug.
|
||||
gapic_yaml = "datastore_gapic.legacy.yaml",
|
||||
package = "google.datastore.v1",
|
||||
service_yaml = "datastore_v1.yaml",
|
||||
|
|
|
|||
|
|
@ -236,6 +236,7 @@ php_grpc_library(
|
|||
php_gapic_library(
|
||||
name = "admin_php_gapic",
|
||||
src = ":admin_proto_with_info",
|
||||
# Do not change this to the firestore_gapic.yaml, see tracking bug.
|
||||
gapic_yaml = "firestore_gapic.legacy.yaml",
|
||||
package = "google.firestore.admin.v1",
|
||||
service_yaml = "//google/firestore/admin:firestore_admin_v1.yaml",
|
||||
|
|
|
|||
|
|
@ -233,6 +233,7 @@ php_grpc_library(
|
|||
php_gapic_library(
|
||||
name = "firestore_php_gapic",
|
||||
src = ":firestore_proto_with_info",
|
||||
# Do not change this to the firestore_gapic.yaml, see tracking bug.
|
||||
gapic_yaml = "firestore_gapic.legacy.yaml",
|
||||
package = "google.firestore.v1",
|
||||
service_yaml = "//google/firestore:firestore_v1.yaml",
|
||||
|
|
|
|||
Loading…
Reference in New Issue