查找 Google API 库

.NET 开发者可以通过 NuGet 包管理器使用所有 Google API。

要向您在 Visual Studio 中的项目添加 Google API,请执行以下操作:

  1. 右键点击 Project references(项目参考)。

  2. 点击 Manage NuGet Packages(管理 NuGet 包)。

  3. 选择 Browse(浏览)标签页。

  4. 在搜索之前,确保选中 Include prerelease(包括预发行版)以显示所有 Google Cloud 库。

    注意:列出的部分库为 Beta 版

  5. 输入搜索字符串,例如 google pubsub

    NuGet 管理器

搜索会返回以下两种不同类型的结果:

  • 带有 Google Cloud 前缀的结果是 Cloud 客户端库,也是以编程方式访问 Google Cloud API 的推荐方法。如需了解详情并查看 API 列表,请参阅 .NET Cloud 客户端库
  • 带有 Google.Apis 前缀的结果是适用于所有 Google API 的 Google API 客户端库。如果您正在使用的 API 不支持 Cloud 客户端库,不妨使用这些库。如需查看 Google API 客户端库的完整列表,请参阅 .NET