Google Cloud Storage C++ Client
1.26.0
A C++ Client Library for Google Cloud Storage
|
#include "google/cloud/storage/version_info.h"
#include "google/cloud/internal/attributes.h"
#include "google/cloud/version.h"
#include <string>
Go to the source code of this file.
Namespaces | |
google::cloud | |
google::cloud::storage | |
Contains all the Google Cloud Storage C++ client APIs. | |
google::cloud::storage::v1 | |
The Google Cloud Storage C++ client APIs inlined, versioned namespace. | |
Macros | |
#define | GOOGLE_CLOUD_CPP_STORAGE_IAM_DEPRECATED(alternative) |
#define | STORAGE_CLIENT_NS |
Functions | |
constexpr int | google::cloud::storage::v1::version_major () |
Returns the Google Cloud Storage C++ Client major version. More... | |
constexpr int | google::cloud::storage::v1::version_minor () |
Returns the Google Cloud Storage C++ Client minor version. More... | |
constexpr int | google::cloud::storage::v1::version_patch () |
Returns the Google Cloud Storage C++ Client patch version. More... | |
constexpr int | google::cloud::storage::v1::version () |
Returns a single integer representing the Major/Minor/Patch version. More... | |
std::string | google::cloud::storage::v1::version_string () |
Returns the version as a string, in MAJOR.MINOR.PATCH+gitrev format. More... | |
std::string | google::cloud::storage::v1::x_goog_api_client () |
Returns the value for x-goog-api-client header. More... | |
#define GOOGLE_CLOUD_CPP_STORAGE_IAM_DEPRECATED | ( | alternative | ) |
#define STORAGE_CLIENT_NS |