{"library":"google-cloud-storage","type":"library","category":null,"description":"Google Cloud's Python client libraries are split into per-service packages — there is no single 'google-cloud-python' package. Install only what you need: google-cloud-storage, google-cloud-bigquery, google-cloud-aiplatform, etc. Auth uses Application Default Credentials (ADC). Service account JSON is the most common auth method outside GCP. All packages share google-auth as the credential layer.","language":"python","status":"active","version":"google-cloud-storage: 2.x / google-cloud-aiplatform: 1.139.0","tags":["gcp","google-cloud","storage","bigquery","vertex-ai","python","sdk"],"last_verified":"Tue Jun 09","install":[{"cmd":"pip install google-cloud-storage","imports":["from google.cloud import storage\n\n# ADC: reads GOOGLE_APPLICATION_CREDENTIALS env var or gcloud auth\nclient = storage.Client()\n\n# Explicit service account\nfrom google.oauth2 import service_account\ncredentials = service_account.Credentials.from_service_account_file('key.json')\nclient = storage.Client(credentials=credentials, project='my-project')","import vertexai\nfrom vertexai.generative_models import GenerativeModel\n\nvertexai.init(project='my-project', location='us-central1')\nmodel = GenerativeModel('gemini-2.0-flash')\nresponse = model.generate_content('Hello')"]},{"cmd":"pip install google-cloud-bigquery","imports":[]},{"cmd":"pip install google-cloud-aiplatform","imports":[]}],"homepage":"https://cloud.google.com/python/docs/reference/storage/latest","github":"https://github.com/googleapis/python-storage","docs":null,"changelog":null,"pypi":"https://pypi.org/project/google-cloud-storage/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":83,"avg_install_s":8.8,"avg_import_s":1.5,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/google-cloud-storage/compatibility"}}