Google Cloud Spanner C++ Client  1.32.0
A C++ Client Library for Google Cloud Spanner
Namespaces | Functions
timestamp.cc File Reference
#include "google/cloud/spanner/timestamp.h"
#include "google/cloud/status.h"
#include <google/protobuf/util/time_util.h>
#include <string>

Go to the source code of this file.

Namespaces

 google
 
 google::cloud
 The namespace Google Cloud Platform C++ client libraries.
 
 google::cloud::spanner
 Contains all the Cloud Spanner C++ client types and functions.
 
 google::cloud::spanner::v1
 The inlined, versioned namespace for the Cloud Spanner C++ client APIs.
 

Functions

StatusOr< Timestamp > google::cloud::spanner::v1::MakeTimestamp (absl::Time)
 Construct a Timestamp from an absl::Time. More...
 
StatusOr< Timestamp > google::cloud::spanner::v1::MakeTimestamp (protobuf::Timestamp const &)
 Construct a Timestamp from a google::protobuf::Timestamp. More...
 
std::ostream & google::cloud::spanner::v1::operator<< (std::ostream &os, Timestamp ts)