google cloud sql v1beta4 是否仍处于测试阶段?

Is google cloud sql v1beta4 still in beta?

google 云 sql v1beta4 api 端点是否仍处于测试阶段? 或者他们是否为了兼容性而保留了这个名称...因为否则你将意味着它不适合生产使用。

看来我在概述中错过了它,不幸的是它似乎仍处于测试阶段。 资料来源:https://cloud.google.com/sql/docs/mysql/admin-api/

Cloud SQL API 被标记为仍处于测试阶段。参见:

https://cloud.google.com/sql/docs/mysql/admin-api/

此处记录了 beta 标签的含义:

https://cloud.google.com/products/#product-launch-stages

并说:

At beta, products or features are ready for broader customer testing and use. Betas are often publicly announced. There are no SLAs or technical support obligations in a beta release unless otherwise specified in product terms or the terms of a particular beta program. The average beta phase lasts about six months.

至于不适合生产使用……虽然确实没有支持也没有 SLA,但很多时候使用测试代码可能仍然有好处。例如,如果我今天可以执行一项复杂且手动需要很长时间的任务,但有一个新的 API 测试版可以快速完成,我可能准备将测试版 API 与如果出现问题,使用旧方法的备份。