Google Cloud Spanner C++ Client
A C++ Client Library for Google Cloud Spanner
|
#include "google/cloud/spanner/testing/validate_metadata.h"
#include "google/cloud/status_or.h"
#include <google/api/annotations.pb.h>
#include <google/protobuf/descriptor.h>
#include <grpcpp/channel.h>
#include <grpcpp/completion_queue.h>
#include <grpcpp/generic/async_generic_service.h>
#include <grpcpp/generic/generic_stub.h>
#include <grpcpp/server.h>
#include <grpcpp/server_builder.h>
#include <grpcpp/server_context.h>
#include <regex>
Go to the source code of this file.
Namespaces | |
google::cloud | |
The namespace Google Cloud Platform C++ client libraries. | |
google::cloud::spanner_testing | |
Helper types and functions used in Cloud Spanner C++ client library tests. | |
google::cloud::spanner_testing::v0 | |
An inlined, versioned namespace for the testing helpers. | |
Functions | |
Status | google::cloud::spanner_testing::v0::IsContextMDValid (grpc::ClientContext &context, std::string const &method, std::string const &api_client_header) |
Verify that the metadata in the context is appropriate for a gRPC method. More... | |