A small collection of samples that demonstrate how to call Google Cloud services from C++.
The samples in this repo cover only a small fraction of the total APIs that you can call from C++. See the googleapis repo to see the full list of APIs callable from C++.
These samples will only build and run on Linux.
There are also hand written client libraries for some services as follows:
- google-cloud-cpp Storage and Bigtable
- google-cloud-cpp-spanner Cloud Spanner
Those repos also have code samples for using those libraries.
Contributing changes
- See CONTRIBUTING.md
Licensing
- See LICENSE