Skip to content

Commit

Permalink
fix(php): add service_yaml to php_gapic_library targets
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 421075193
  • Loading branch information
Google APIs authored and Copybara-Service committed Jan 11, 2022
1 parent b4b8eda commit dc15873
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions google/bigtable/v2/BUILD.bazel
Expand Up @@ -186,6 +186,7 @@ php_grpc_library(
php_gapic_library(
name = "bigtable_php_gapic",
srcs = [":bigtable_proto_with_info"],
service_yaml = "bigtable_v2.yaml",
deps = [
":bigtable_php_grpc",
":bigtable_php_proto",
Expand Down
1 change: 1 addition & 0 deletions google/cloud/asset/v1/BUILD.bazel
Expand Up @@ -213,6 +213,7 @@ php_gapic_library(
name = "asset_php_gapic",
srcs = [":asset_proto_with_info"],
grpc_service_config = "cloudasset_grpc_service_config.json",
service_yaml = "cloudasset_v1.yaml",
deps = [
":asset_php_grpc",
":asset_php_proto",
Expand Down
1 change: 1 addition & 0 deletions google/cloud/datalabeling/v1beta1/BUILD.bazel
Expand Up @@ -202,6 +202,7 @@ php_gapic_library(
name = "datalabeling_php_gapic",
srcs = [":datalabeling_proto_with_info"],
grpc_service_config = "datalabeling_grpc_service_config.json",
service_yaml = "datalabeling_v1beta1.yaml",
deps = [
":datalabeling_php_grpc",
":datalabeling_php_proto",
Expand Down
1 change: 1 addition & 0 deletions google/cloud/documentai/v1/BUILD.bazel
Expand Up @@ -217,6 +217,7 @@ php_gapic_library(
name = "documentai_php_gapic",
srcs = [":documentai_proto_with_info"],
grpc_service_config = "documentai_v1_grpc_service_config.json",
service_yaml = "documentai_v1.yaml",
deps = [
":documentai_php_grpc",
":documentai_php_proto",
Expand Down
1 change: 1 addition & 0 deletions google/cloud/functions/v1/BUILD.bazel
Expand Up @@ -209,6 +209,7 @@ php_gapic_library(
name = "functions_php_gapic",
srcs = [":functions_proto_with_info"],
grpc_service_config = "functions_grpc_service_config.json",
service_yaml = "cloudfunctions_v1.yaml",
deps = [
":functions_php_grpc",
":functions_php_proto",
Expand Down
1 change: 1 addition & 0 deletions google/cloud/gaming/v1/BUILD.bazel
Expand Up @@ -214,6 +214,7 @@ php_gapic_library(
name = "gaming_php_gapic",
srcs = [":gaming_proto_with_info"],
grpc_service_config = "gaming_grpc_service_config.json",
service_yaml = "gameservices_v1.yaml",
deps = [
":gaming_php_grpc",
":gaming_php_proto",
Expand Down
1 change: 1 addition & 0 deletions google/cloud/managedidentities/v1/BUILD.bazel
Expand Up @@ -200,6 +200,7 @@ php_gapic_library(
name = "managedidentities_php_gapic",
srcs = [":managedidentities_proto_with_info"],
grpc_service_config = "managedidentities_grpc_service_config.json",
service_yaml = "managedidentities_v1.yaml",
deps = [
":managedidentities_php_grpc",
":managedidentities_php_proto",
Expand Down
1 change: 1 addition & 0 deletions google/cloud/shell/v1/BUILD.bazel
Expand Up @@ -200,6 +200,7 @@ php_gapic_library(
name = "shell_php_gapic",
srcs = [":shell_proto_with_info"],
grpc_service_config = "cloudshell_grpc_service_config.json",
service_yaml = "cloudshell_v1.yaml",
deps = [
":shell_php_grpc",
":shell_php_proto",
Expand Down
1 change: 1 addition & 0 deletions google/cloud/talent/v4/BUILD.bazel
Expand Up @@ -228,6 +228,7 @@ php_gapic_library(
name = "talent_php_gapic",
srcs = [":talent_proto_with_info"],
grpc_service_config = "talent_grpc_service_config.json",
service_yaml = "jobs_v4.yaml",
deps = [
":talent_php_grpc",
":talent_php_proto",
Expand Down
1 change: 1 addition & 0 deletions google/cloud/talent/v4beta1/BUILD.bazel
Expand Up @@ -228,6 +228,7 @@ php_gapic_library(
name = "talent_php_gapic",
srcs = [":talent_proto_with_info"],
grpc_service_config = "talent_grpc_service_config.json",
service_yaml = "jobs_v4beta1.yaml",
deps = [
":talent_php_grpc",
":talent_php_proto",
Expand Down
1 change: 1 addition & 0 deletions google/cloud/videointelligence/v1/BUILD.bazel
Expand Up @@ -192,6 +192,7 @@ php_gapic_library(
srcs = [":videointelligence_proto_with_info"],
# Do not change this to the videointelligence_gapic.yaml, see tracking bug.
gapic_yaml = "videointelligence_gapic.legacy.yaml",
service_yaml = "videointelligence_v1.yaml",
deps = [
":videointelligence_php_grpc",
":videointelligence_php_proto",
Expand Down
1 change: 1 addition & 0 deletions google/datastore/v1/BUILD.bazel
Expand Up @@ -188,6 +188,7 @@ php_grpc_library(
php_gapic_library(
name = "datastore_php_gapic",
srcs = [":datastore_proto_with_info"],
service_yaml = "datastore_v1.yaml",
deps = [
":datastore_php_grpc",
":datastore_php_proto",
Expand Down

0 comments on commit dc15873

Please sign in to comment.