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

Go to the source code of this file.

Classes

class  google::cloud::storage::PolicyDocumentCondition
 Define a condition for a policy document. More...
 
struct  google::cloud::storage::PolicyDocument
 Define a policy document. More...
 
struct  google::cloud::storage::PolicyDocumentV4
 Define a policy document V4. More...
 
struct  google::cloud::storage::PolicyDocumentResult
 Define a policy document result. More...
 
struct  google::cloud::storage::PolicyDocumentV4Result
 Define a policy document result V4. More...
 

Namespaces

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

Functions

bool google::cloud::storage::operator== (PolicyDocumentCondition const &lhs, PolicyDocumentCondition const &rhs)
 
bool google::cloud::storage::operator< (PolicyDocumentCondition const &lhs, PolicyDocumentCondition const &rhs)
 
bool google::cloud::storage::operator!= (PolicyDocumentCondition const &lhs, PolicyDocumentCondition const &rhs)
 
bool google::cloud::storage::operator> (PolicyDocumentCondition const &lhs, PolicyDocumentCondition const &rhs)
 
bool google::cloud::storage::operator<= (PolicyDocumentCondition const &lhs, PolicyDocumentCondition const &rhs)
 
bool google::cloud::storage::operator>= (PolicyDocumentCondition const &lhs, PolicyDocumentCondition const &rhs)
 
std::ostream & google::cloud::storage::operator<< (std::ostream &os, PolicyDocumentCondition const &rhs)
 
std::ostream & google::cloud::storage::operator<< (std::ostream &os, PolicyDocument const &rhs)
 
std::ostream & google::cloud::storage::operator<< (std::ostream &os, PolicyDocumentV4 const &rhs)
 
std::ostream & google::cloud::storage::operator<< (std::ostream &os, PolicyDocumentResult const &rhs)
 
std::string google::cloud::storage::FormatDateForForm (PolicyDocumentV4Result const &)
 Format the current date in the format expected by a POST form. More...
 
std::ostream & google::cloud::storage::operator<< (std::ostream &os, PolicyDocumentV4Result const &rhs)