Google Cloud SDK与Google Cloud Client库

编程入门 行业动态 更新时间:2024-10-17 15:31:13
本文介绍了Google Cloud SDK与Google Cloud Client库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

它们有何不同?每种的用例是什么?

How do they differ? and what is the use case for each?

我是否可以只使用一个,例如,如果我更熟悉.NET,我可以使用客户端库(适用于.NET)完成所有工作,就像使用python和SDK一样?

Is it possible for me to use one exclusively, such as if I'm more familiar with .NET I could do everything using the Client Library (for .NET) that I could with python and the SDK?

Google Cloud SDK cloud.google/sdk/docs/

Google Cloud SDK cloud.google/sdk/docs/

Google Cloud Client库 cloud.google/apis/docs/cloud-client-libraries

Google Cloud Client Libraries cloud.google/apis/docs/cloud-client-libraries

推荐答案

Cloud SDK是一组命令行工具(gcloud,gsutil和bq).此处使用"SDK"一词似乎具有误导性,应将其称为Google Cloud Tools或Google Cloud CLI.

The Cloud SDK is a set of command line tools (gcloud, gsutil, and bq). The use of the term 'SDK' here seems to be misleading and they should probably be called Google Cloud Tools or Google Cloud CLI.

Cloud Client Libraries是您可以编程的各种语言的最新库集.

The Cloud Client Libraries are the latest set of libraries available in various languages that you can program against.

还有一组较旧的客户端库,称为Google API客户端库.它们是从Google服务界面自动生成的,是REST调用的简单包装.如果可以的话,您应该使用较新的Cloud Client Libraries,因为它们更加惯用并提供更好的抽象.

There's also an older set of client libraries called the Google API Client Libraries. They're autogenerated from Google service interfaces and are simple wrappers to REST calls. You should probably use the newer Cloud Client Libraries if you can as they are more idiomatic and provide better abstraction.

更多推荐

Google Cloud SDK与Google Cloud Client库

本文发布于:2023-11-23 20:33:56,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1622786.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:Cloud   Google   Client   SDK

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!