File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -175,12 +175,6 @@ case "${proto_path}" in
175
175
removed_proto=" google/rpc/http.proto"
176
176
proto_files=" ${proto_files// ${removed_proto} / } "
177
177
;;
178
- " google/shopping" * )
179
- # this proto is included in //google/shopping/css/v1:google-cloud-shopping-css-v1-java
180
- # and //google/shopping/merchant/inventories/v1beta:google-cloud-merchant-inventories-v1beta-java
181
- # and //google/shopping/merchant/reports/v1beta:google-cloud-merchant-reports-v1beta-java
182
- proto_files=" ${proto_files} google/shopping/type/types.proto"
183
- ;;
184
178
esac
185
179
# download gapic-generator-java, protobuf and grpc plugin.
186
180
download_tools " ${gapic_generator_version} " " ${protobuf_version} " " ${grpc_version} " " ${os_architecture} "
@@ -284,8 +278,7 @@ case "${proto_path}" in
284
278
esac
285
279
# copy proto files to proto-*/src/main/proto
286
280
for proto_src in ${proto_files} ; do
287
- if [[ " ${proto_src} " == " google/cloud/common/operation_metadata.proto" ]] ||
288
- [[ " ${proto_src} " == " google/shopping/type/types.proto" ]]; then
281
+ if [[ " ${proto_src} " == " google/cloud/common/operation_metadata.proto" ]]; then
289
282
continue
290
283
fi
291
284
mkdir -p " ${temp_destination_path} /proto-${folder_name} /src/main/proto"
You can’t perform that action at this time.
0 commit comments