是否存在用于大查询的Java客户端的代理配置?

时间:2012-10-22 07:57:37

标签: java google-bigquery

当我尝试Authenticating Google API with a service account with Java API中的代码时,我遇到了失败,需要通过代理。我发现有same question for Python。 Java客户端有什么解决方案吗?

1 个答案:

答案 0 :(得分:0)

好的,我们支持HTTP代理。

HTTP传输类有两种选择:NetHttpTransportApacheHttpTransport(基于4.0)

此文档说明了如何使用NetHttpTransporthttps://developers.google.com/bigquery/articles/gettingstartedwithjava

然后,您可以在此处设置系统属性以配置代理: http://docs.oracle.com/javase/7/docs/api/java/net/doc-files/net-properties.html#Proxies