diff --git a/generation_config.yaml b/generation_config.yaml index 946f1c8adfec..f93c5f16e9b1 100644 --- a/generation_config.yaml +++ b/generation_config.yaml @@ -3042,6 +3042,7 @@ libraries: excluded_dependencies: proto-google-common-protos,grpc-google-common-protos,proto-google-common-protos-parent excluded_poms: proto-google-common-protos-bom,proto-google-common-protos library_type: OTHER + GAPICs: - proto_path: google/api - proto_path: google/apps/card/v1 diff --git a/sdk-platform-java/hermetic_build/library_generation/generate_library.sh b/sdk-platform-java/hermetic_build/library_generation/generate_library.sh index e7c5896ea707..58d004a8e5f8 100755 --- a/sdk-platform-java/hermetic_build/library_generation/generate_library.sh +++ b/sdk-platform-java/hermetic_build/library_generation/generate_library.sh @@ -165,11 +165,6 @@ case "${proto_path}" in removed_proto="google/cloud/visionai/v1/prediction.proto" proto_files="${proto_files//${removed_proto}/}" ;; - "google/rpc") - # this proto is excluded from //google/rpc:google-rpc-java - removed_proto="google/rpc/http.proto" - proto_files="${proto_files//${removed_proto}/}" - ;; esac protoc_path=$(get_protoc_location)