VOL-1105 Use specific commit of googlepais for protos

Change-Id: I98ede3a72a4816572a3104ccd9b18c77d5167341
diff --git a/protos/Makefile b/protos/Makefile
index 1795977..0451ebc 100644
--- a/protos/Makefile
+++ b/protos/Makefile
@@ -33,6 +33,9 @@
 googleapis:
 	if [ ! -e "googleapis" ]; then \
 		git clone https://github.com/googleapis/googleapis.git; \
+                cd googleapis; \
+                git checkout 475d72b7405c92f06d7f2d4aba866278eb5ad8e9; \
+                cd ..; \
 		make -C googleapis LANGUAGE=cpp all; \
 	fi;