Google APIs Client Library for C++ | A C++ library for client applications to access Google APIs. |
The Google APIs Client Library for C++ provides custom service APIs for most Google Cloud APIs and Services. The following table provides links to the the latest versions. These downloads provide source code built on top of the classes and libraries provided in this SDK.
If you download the C++ libraries and unzip them into the
service_apis
directory at the root of the source installation
for this SDK then the default build scripts will automatically build
them. If you are using the CMake
for prototyping then
add a line to your CMakeLists.txt file saying:
INCLUDE_DIRECTORIES(${GOOGLEAPIS_SERVICE_REPOSITORY_DIR}/apiname)
where apiname
is the name of the unzipped directory.
If you download the C++ libraries and unzip them into the
service_apis
directory at the root of the source installation
for this SDK then the default build scripts will automatically build
them. If you are using the CMake
for prototyping then
add a line to your CMakeLists.txt
file saying:
INCLUDE_DIRECTORIES(${GOOGLEAPIS_SERVICE_REPOSITORY_DIR}/apiname)
where apiname
is the name of the unzipped directory.
The Service API column links to the official service documentation. The C++ Docs column links to online doxygen documentation for the specialized C++ API for using that service with this SDK. The C++ Download column will download the source code for that library which you can compile and link against this SDK.