Skip to content

Commit 26322b2

Browse files
authored
chore: exclude prediction.proto (#2775)
In this PR: - Exclude `google/cloud/visionai/v1/prediction.proto` until cl/631529749 is submitted Test generated client in googleapis/google-cloud-java#10845.
1 parent 96e6626 commit 26322b2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

library_generation/generate_library.sh

+6
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,12 @@ case "${proto_path}" in
170170
# and //google/cloud/oslogin/v1beta1:google-cloud-oslogin-v1-java
171171
proto_files="${proto_files} google/cloud/oslogin/common/common.proto"
172172
;;
173+
"google/cloud/visionai/v1"*)
174+
# this proto is excluded in //google/cloud/visionai/v1:google-cloud-visionai-v1-java
175+
# we can remove this exclusion after cl/631529749 is submitted.
176+
removed_proto="google/cloud/visionai/v1/prediction.proto"
177+
proto_files="${proto_files//${removed_proto}/}"
178+
;;
173179
"google/rpc")
174180
# this proto is excluded from //google/rpc:google-rpc-java
175181
removed_proto="google/rpc/http.proto"

0 commit comments

Comments
 (0)