Skip to content

Commit

Permalink
fix: Update proto dependencies for apphub.googleapis.com after last c…
Browse files Browse the repository at this point in the history
…lient library publication

PiperOrigin-RevId: 665565372
  • Loading branch information
Google APIs authored and copybara-github committed Aug 20, 2024
1 parent 71434fd commit 54d659d
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions google/cloud/apphub/v1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ proto_library_with_info(
name = "apphub_proto_with_info",
deps = [
":apphub_proto",
"//google/cloud:common_resources_proto",
"//google/cloud/location:location_proto",
"//google/cloud:common_resources_proto",
"//google/iam/v1:iam_policy_proto",
],
)
Expand Down Expand Up @@ -86,9 +86,9 @@ java_gapic_library(
rest_numeric_enums = True,
service_yaml = "apphub_v1.yaml",
test_deps = [
":apphub_java_grpc",
"//google/cloud/location:location_java_grpc",
"//google/iam/v1:iam_java_grpc",
":apphub_java_grpc",
],
transport = "grpc+rest",
deps = [
Expand All @@ -111,14 +111,14 @@ java_gapic_test(
# Open Source Packages
java_gapic_assembly_gradle_pkg(
name = "google-cloud-apphub-v1-java",
include_samples = True,
transport = "grpc+rest",
deps = [
":apphub_java_gapic",
":apphub_java_grpc",
":apphub_java_proto",
":apphub_proto",
],
include_samples = True,
)

##############################################################################
Expand Down Expand Up @@ -168,9 +168,9 @@ go_gapic_assembly_pkg(
name = "gapi-cloud-apphub-v1-go",
deps = [
":apphub_go_gapic",
":apphub_go_gapic_srcjar-test.srcjar",
":apphub_go_gapic_srcjar-metadata.srcjar",
":apphub_go_gapic_srcjar-snippets.srcjar",
":apphub_go_gapic_srcjar-test.srcjar",
":apphub_go_proto",
],
)
Expand Down Expand Up @@ -236,8 +236,8 @@ php_gapic_library(
name = "apphub_php_gapic",
srcs = [":apphub_proto_with_info"],
grpc_service_config = "apphub_v1_grpc_service_config.json",
migration_mode = "NEW_SURFACE_ONLY",
rest_numeric_enums = True,
migration_mode = "NEW_SURFACE_ONLY",
service_yaml = "apphub_v1.yaml",
transport = "grpc+rest",
deps = [
Expand Down Expand Up @@ -291,8 +291,8 @@ nodejs_gapic_assembly_pkg(
# buildifier: disable=same-origin-load
load(
"@com_google_googleapis_imports//:imports.bzl",
"ruby_cloud_gapic_library",
"ruby_gapic_assembly_pkg",
"ruby_cloud_gapic_library",
"ruby_grpc_library",
"ruby_proto_library",
)
Expand All @@ -311,7 +311,9 @@ ruby_grpc_library(
ruby_cloud_gapic_library(
name = "apphub_ruby_gapic",
srcs = [":apphub_proto_with_info"],
extra_protoc_parameters = ["ruby-cloud-gem-name=google-cloud-app_hub-v1"],
extra_protoc_parameters = [
"ruby-cloud-gem-name=google-cloud-app_hub-v1",
],
grpc_service_config = "apphub_v1_grpc_service_config.json",
rest_numeric_enums = True,
service_yaml = "apphub_v1.yaml",
Expand Down Expand Up @@ -346,6 +348,7 @@ load(

csharp_proto_library(
name = "apphub_csharp_proto",
extra_opts = [],
deps = [":apphub_proto"],
)

Expand Down

0 comments on commit 54d659d

Please sign in to comment.