Google Cloud C++ Client
2.7.0
C++ Client Library for Google Cloud Platform
|
#include "google/cloud/status.h"
#include "google/cloud/version.h"
#include <google/rpc/status.pb.h>
#include <grpcpp/grpcpp.h>
#include <string>
Go to the source code of this file.
Namespaces | |
google::cloud | |
Contains all the Google Cloud C++ Library APIs. | |
Functions | |
google::cloud::Status | google::cloud::MakeStatusFromRpcError (grpc::Status const &status) |
Creates a google::cloud::Status from a grpc::Status. More... | |
google::cloud::Status | google::cloud::MakeStatusFromRpcError (grpc::StatusCode code, std::string what) |
Creates a google::cloud::Status from a grpc::StatusCode and description. More... | |
google::cloud::Status | google::cloud::MakeStatusFromRpcError (google::rpc::Status const &proto) |
Creates a google::cloud::Status from a google:rpc::Status proto. More... | |