Skip to content

Commit 24b1719

Browse files
authored
fix: remove google/rpc exclusion to generate HttpResponse (#12992)
b/504883966#comment8
1 parent 3456ee9 commit 24b1719

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

generation_config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3042,6 +3042,7 @@ libraries:
30423042
excluded_dependencies: proto-google-common-protos,grpc-google-common-protos,proto-google-common-protos-parent
30433043
excluded_poms: proto-google-common-protos-bom,proto-google-common-protos
30443044
library_type: OTHER
3045+
30453046
GAPICs:
30463047
- proto_path: google/api
30473048
- proto_path: google/apps/card/v1

sdk-platform-java/hermetic_build/library_generation/generate_library.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,6 @@ case "${proto_path}" in
165165
removed_proto="google/cloud/visionai/v1/prediction.proto"
166166
proto_files="${proto_files//${removed_proto}/}"
167167
;;
168-
"google/rpc")
169-
# this proto is excluded from //google/rpc:google-rpc-java
170-
removed_proto="google/rpc/http.proto"
171-
proto_files="${proto_files//${removed_proto}/}"
172-
;;
173168
esac
174169

175170
protoc_path=$(get_protoc_location)

0 commit comments

Comments
 (0)