Google Cloud Spanner C++ Client
1.32.0
A C++ Client Library for Google Cloud Spanner
|
#include "google/cloud/spanner/backoff_policy.h"
#include "google/cloud/spanner/internal/instance_admin_stub.h"
#include "google/cloud/spanner/polling_policy.h"
#include "google/cloud/spanner/retry_policy.h"
#include "google/cloud/spanner/version.h"
#include "google/cloud/backoff_policy.h"
#include "google/cloud/internal/pagination_range.h"
#include <google/spanner/admin/instance/v1/spanner_instance_admin.pb.h>
#include <map>
#include <string>
#include <vector>
Go to the source code of this file.
Namespaces | |
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. | |
Typedefs | |
using | google::cloud::spanner::v1::ListInstancesRange = ::google::cloud::internal::PaginationRange< google::spanner::admin::instance::v1::Instance > |
An input range to stream all the instances in a Cloud project. More... | |
using | google::cloud::spanner::v1::ListInstanceConfigsRange = ::google::cloud::internal::PaginationRange< google::spanner::admin::instance::v1::InstanceConfig > |
An input range to stream all the instance configs in a Cloud project. More... | |
Functions | |
std::shared_ptr< spanner::InstanceAdminConnection > | google::cloud::spanner::v1::MakeInstanceAdminConnection (Options opts={}) |
Returns an InstanceAdminConnection object that can be used for interacting with Cloud Spanner's admin APIs. More... | |
std::shared_ptr< InstanceAdminConnection > | google::cloud::spanner::v1::MakeInstanceAdminConnection (ConnectionOptions const &options) |
Returns an InstanceAdminConnection object that can be used for interacting with Cloud Spanner's admin APIs. More... | |
std::shared_ptr< InstanceAdminConnection > | google::cloud::spanner::v1::MakeInstanceAdminConnection (ConnectionOptions const &options, std::unique_ptr< RetryPolicy > retry_policy, std::unique_ptr< BackoffPolicy > backoff_policy, std::unique_ptr< PollingPolicy > polling_policy) |
Returns an InstanceAdminConnection object that can be used for interacting with Cloud Spanner's admin APIs. More... | |