Google Cloud Storage C++ Client  1.42.0
A C++ Client Library for Google Cloud Storage
Classes | Namespaces | Functions
service_account.h File Reference
#include "google/cloud/storage/version.h"
#include "google/cloud/status_or.h"
#include <string>

Go to the source code of this file.

Classes

class  google::cloud::storage::ServiceAccount
 Represents the metadata for a Google Cloud Storage service account. More...
 

Namespaces

 google
 
 google::cloud
 
 google::cloud::storage
 Contains all the Google Cloud Storage C++ client APIs.
 

Functions

bool google::cloud::storage::operator== (ServiceAccount const &lhs, ServiceAccount const &rhs)
 
bool google::cloud::storage::operator< (ServiceAccount const &lhs, ServiceAccount const &rhs)
 
bool google::cloud::storage::operator!= (ServiceAccount const &lhs, ServiceAccount const &rhs)
 
bool google::cloud::storage::operator> (ServiceAccount const &lhs, ServiceAccount const &rhs)
 
bool google::cloud::storage::operator<= (ServiceAccount const &lhs, ServiceAccount const &rhs)
 
bool google::cloud::storage::operator>= (ServiceAccount const &lhs, ServiceAccount const &rhs)
 
std::ostream & google::cloud::storage::operator<< (std::ostream &os, ServiceAccount const &rhs)