在寻找Google Cloud Compute Java客户端时,主要有两个官方项目。
第一个,Google API Java client报告处于维护模式。
建议使用第二个GoogleCloudPlatform/google-cloud-java。但是在检查Compute子项目时,它会说:
Note: This client is no longer receiving updates; new features in the Compute API will not be added to this client. Check https://cloud.google.com/compute/docs/api/libraries for the recommended Java client library to use for accessing Compute.
提供的链接列出了一些第三方图书馆和本帖中的第一个客户。
我是否必须得出结论,Google不会为云计算服务提供任何受支持的Java客户端?
答案 0 :(得分:0)
Google API Java客户端受支持且非常强大。虽然我们本身并没有添加新功能,但我们希望获得错误报告和PR,并使客户端库尽可能地获得最佳状态。由于所有派生服务都是自动生成的,因此其他库将更加惯用,特别是对于较新的API。
问题的最佳位置在google-api-java-client标记或邮件列表https://groups.google.com/forum/#!forum/google-api-java-client。随着Github回购的问题数量下降,我将花更多的时间在这里回答问题。