Registry / cloud / google-cloud-cpp

google-cloud-cpp

JSON →
library2.37.0vcpkgunverified

C++ Client Libraries for Google Cloud Platform APIs, enabling interaction with services like Cloud Storage and Bigtable.

vcpkg install google-cloud-cpp
INSTALL
IMPORT
SIG · GOOGLE-CLOUD-CPP
G
google-cloud-cpp
cloudcppv2.37.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

google/cloud/storage/client.h
#include <google/cloud/storage/client.h>

List Cloud Storage buckets

#include <google/cloud/storage/client.h> #include <iostream> int main() { auto client = google::cloud::storage::Client::CreateDefaultClient().value(); for (auto &bucket : client.ListBuckets()) { std::cout << bucket->name() << std::endl; } return 0; }
Debug
Known issues
breakingRequires gRPC and protobuf dependencies; may have ABI issues with different versions.
fix
Ensure consistent versions of gRPC and protobuf across the project.
affects: *
Upgrade
Version history
2.37.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

google-cloud-cpp — pip install google-cloud-cpp · libregistry