Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Die gcloud CLI-Software erfasst keine Nutzungsstatistiken, wenn Sie nicht explizit während der Google Cloud CLI-Installation Ihre Zustimmung dazu geben. Wenn Sie Google jedoch beim Priorisieren von gcloud-Befehlszeilen-Features und -Verbesserungen unterstützen möchten, aktivieren Sie das Senden von Nutzungsstatistiken an Google.
In Nutzungsstatistiken wird die Ausführung von Google Cloud CLI-Tools anonymisiert erfasst. Dazu gehören beispielsweise der aufgerufene Befehl, die benötigte Zeit, ob ein Fehler aufgetreten ist und andere ähnliche Messwerte. Nutzungsstatistiken enthalten keine Argumentwerte oder personenbezogenen Daten.
Sie können die Einstellung, ob Nutzungsstatistiken an Google gesendet werden sollen, jederzeit ändern. Führen Sie nach der Installation der gcloud CLI folgenden Befehl aus, um das Senden von Nutzungsstatistiken zu deaktivieren:
gcloud config set disable_usage_reporting true
Führen Sie folgenden Befehl aus, um das Senden von Nutzungsstatistiken zu aktivieren:
[[["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-25 (UTC)."],[],[],null,["# Usage statistics\n\nUnless you opt-in during Google Cloud CLI installation, gcloud CLI software\n**does not** collect usage statistics. You can help Google to prioritize gcloud CLI\nfeatures and improvements by permitting gcloud CLI to send usage\nstatistics to Google.\n\n\nUsage statistics contain anonymized\n[Google Cloud CLI](/sdk/cloudplatform) tool executions, including\ne.g. the command that was invoked, the time taken, whether an error was\nraised, and other such metrics. Usage statistics don't include argument\nvalues or any personal information.\n\n\nYou can change whether usage statistics are sent to Google at any time. To *disable*\nsending usage statistics, run the following command after you've installed gcloud CLI: \n\n```\ngcloud config set disable_usage_reporting true\n```\n\n\nTo *enable* sending usage statistics, run the following command: \n\n```\ngcloud config set disable_usage_reporting false\n```\n\n\nFor more information about `gcloud config`, see the\n[gcloud CLI guide](/sdk/gcloud#configurations).\n\n\nUsage statistics are handled in accordance with Google's\n[privacy policy](https://policies.google.com/privacy)."]]