[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["難以理解","hardToUnderstand","thumb-down"],["資訊或程式碼範例有誤","incorrectInformationOrSampleCode","thumb-down"],["缺少我需要的資訊/範例","missingTheInformationSamplesINeed","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-09-04 (世界標準時間)。"],[],[],null,["# Finding a Google API Library\n\nAll Google APIs are available to .NET developers through the NuGet package\nmanager.\n\nTo add Google APIs to your project in Visual Studio:\n\n1. Right-click **Project references**.\n\n2. Click **Manage NuGet Packages**.\n\n3. Choose the **Browse** tab.\n\n4. Before searching, make sure that **Include prerelease** is checked to show\n all Google Cloud libraries.\n\n **Note** : Some of the libraries listed are **Beta**.\n5. Enter a search string, for example **google pubsub**.\n\n\nSearching returns two different types of results:\n\n- Results with a **Google Cloud** prefix are the Cloud Client Libraries and the recommended way to access Google Cloud APIs programmatically. For more information and a list of APIs, see [.NET Cloud Client Libraries](/dotnet/docs/reference).\n- Results with a **Google.Apis** prefix are Google API Client Libraries that are available for all Google APIs. You might want to use these libraries if a Cloud Client Library isn't available for the API you're using. For a complete list of Google API Client Libraries, see [.NET](https://developers.google.com/api-client-library/dotnet/)."]]