Skip to content

Commit

Permalink
fix: Set the transport of grafeas back to grpc only
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 457789598
  • Loading branch information
Google APIs authored and copybara-github committed Jun 28, 2022
1 parent c90fadf commit 220f5d8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions grafeas/v1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ java_gapic_library(
test_deps = [
":grafeas_java_grpc",
],
transport = "grpc+rest",
transport = "grpc",
deps = [
":common_proto",
":grafeas_java_proto",
Expand All @@ -166,7 +166,6 @@ java_gapic_library(
java_gapic_test(
name = "grafeas_java_gapic_test_suite",
test_classes = [
"io.grafeas.v1.GrafeasClientHttpJsonTest",
"io.grafeas.v1.GrafeasClientTest",
],
runtime_deps = [
Expand All @@ -178,7 +177,7 @@ java_gapic_test(
# Open Source Packages
java_gapic_assembly_gradle_pkg(
name = "google-cloud-grafeas-v1-java",
transport = "grpc+rest",
transport = "grpc",
deps = [
":grafeas_java_gapic",
":grafeas_java_grpc",
Expand Down Expand Up @@ -223,7 +222,7 @@ go_gapic_library(
importpath = "cloud.google.com/go/grafeas/apiv1;grafeas",
metadata = True,
service_yaml = "//grafeas:grafeas_v1.yaml",
transport = "grpc+rest",
transport = "grpc",
deps = [
":grafeas_go_proto",
],
Expand Down

0 comments on commit 220f5d8

Please sign in to comment.