【发布时间】:2018-01-03 17:02:30
【问题描述】:
在寻找谷歌云计算 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 客户端?
【问题讨论】:
-
关于场外资源的问题不在此处讨论。
标签: java google-compute-engine google-api-java-client