Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
.NET-Entwicklern stehen sämtliche Google APIs über den NuGet-Paketmanager zur Verfügung.
So fügen Sie Ihrem Projekt in Visual Studio Google APIs hinzu:
Klicken Sie mit der rechten Maustaste auf Projektverweise.
Klicken Sie auf NuGet-Pakete verwalten.
Wählen Sie die Registerkarte Durchsuchen.
Aktivieren Sie vor der Suche Vorabversion einbeziehen, damit alle Google Cloud -Bibliotheken angezeigt werden.
Hinweis: Einige der aufgeführten Bibliotheken befinden sich in der Betaphase.
Geben Sie einen Suchstring ein, z. B. google pubsub.
Die Suche gibt zwei Arten von Ergebnissen zurück:
Ergebnisse mit dem Präfix Google Cloud sind die Cloud-Clientbibliotheken. Sie sind die empfohlene Methode, um programmatisch auf Google Cloud APIs zuzugreifen. Weitere Informationen und eine Liste der APIs finden Sie unter .NET-Cloud-Clientbibliotheken.
Ergebnisse mit dem Präfix Google.Apis sind Google API-Clientbibliotheken, die für alle Google APIs verfügbar sind. Sie können diese Bibliotheken verwenden, wenn für die von Ihnen verwendete API keine Cloud-Clientbibliothek verfügbar ist. Eine vollständige Liste der Google API-Clientbibliotheken finden Sie unter .NET.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-08-17 (UTC)."],[],[],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/)."]]