google-cloud-common
Google Cloud Common API client library
What it is and what it does
google-cloud-common is a foundational library that provides shared protobuf message definitions used across Google Cloud Python client libraries. It centralizes common types—particularly operation metadata structures—that multiple Google Cloud services reference, avoiding duplication and ensuring consistency. The package is a thin wrapper around protobuf definitions compiled for Python, with no significant business logic of its own.
Developers typically do not install this package directly; instead, it arrives as a transitive dependency when installing higher-level Google Cloud client libraries (for services like Compute, Storage, or BigQuery). When needed explicitly, it serves as a reference for the standard message types those services use, allowing direct construction or inspection of operation metadata. It requires Python 3.10 or later and depends on google-api-core, google-auth, grpcio, proto-plus, and protobuf.
Use it for:
- Working with operation metadata structures when building applications that interact with multiple Google Cloud services
- Accessing or constructing OperationMetadata protobuf messages in custom Google Cloud integrations
- Ensuring type consistency across Google Cloud client library versions in monolithic projects
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides common protobuf definitions and metadata types for Google Cloud APIs, enabling Python applications to work with standardized operation metadata structures.
Yes, if you are building applications that use Google Cloud client libraries or need to work directly with common operation metadata types. Install it explicitly only if you need direct access to these shared protobuf definitions; otherwise, let it arrive as a transitive dependency. No known security vulnerabilities, permissive license, and active maintenance make it safe to depend on.
Install
google-cloud-common on PyPI
pip
pip install google-cloud-commonuv
uv add google-cloud-commonpoetry
poetry add google-cloud-commonInstalling google-cloud-common
Before you install
Low install friction with a single wheel distribution. Actively maintained as of 2026-06-03 with recent activity (72 days since last release). Depends on five stable Google Cloud runtime libraries (google-api-core, google-auth, grpcio, proto-plus, protobuf).
License in practice
Licensed under Apache-2.0 (permissive), allowing use in commercial and private projects with minimal restrictions beyond attribution and liability disclaimers.
Quickstart
pip install google-cloud-common
from google.cloud.common_pb2 import OperationMetadata
# Use OperationMetadata protobuf type in your Google Cloud API calls
Requires Python >= 3.10; Python 3.9 and earlier are not supported.
Verify before relying
- Specific protobuf message types and APIs exported by this package beyond OperationMetadata
- Whether this package is intended for direct use or primarily as a transitive dependency of other Google Cloud libraries
- Performance or memory characteristics when handling large operation metadata structures
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 5 — google-api-core, google-auth, grpcio, proto-plus, protobuf |
| Maintenance | actively maintained — 72 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 343,006/month — #7,389 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: google_cloud_common-1.10.0-py3-none-any.whl
Tags
More Internet packages
Botocore provides low-level, data-driven access…
permissive · top 100 on PyPI
aiobotocoreProvides an async client for AWS services using…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
filelockProvides a platform-independent file locking…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
googleapis-common-protosProvides common Protocol Buffer message…
permissive · top 100 on PyPI
google-cloud-audit-logProvides Python bindings to Google Cloud Audit…
permissive · top 1,000 on PyPI
google-geo-typeProvides Python bindings for Google's Common…
permissive · top 15,000 on PyPI
google-cloud-resource-managerProvides a Python client for Google Cloud…
permissive · top 1,000 on PyPI
google-cloud-buildPython client library for Google Cloud Build…
permissive · top 1,000 on PyPI
google-shopping-typeProvides Python type definitions and client…
permissive · top 15,000 on PyPI
google-cloud-functionsPython client library for Google Cloud…
permissive · top 5,000 on PyPI
google-cloud-workflowsPython client library for Google Cloud…
permissive · top 1,000 on PyPI
google-cloud-containerProvides a Python client library for…
permissive · top 1,000 on PyPI
microsoft-teams-commonProvides shared utilities for Microsoft Teams…
permissive · top 5,000 on PyPI