Google Cloud Storage C++ Client 2.13.0
A C++ Client Library for Google Cloud Storage
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
google::cloud::storage::AddQueryParameterOption Struct Reference

Add a extension header to a signed URL. More...

#include <google/cloud/storage/signed_url_options.h>

Public Member Functions

 AddQueryParameterOption ()=default
 
 AddQueryParameterOption (std::string key, std::string value)
 
 AddQueryParameterOption (char const *key, std::string value)
 

Static Public Member Functions

static char const * name ()
 

Detailed Description

Add a extension header to a signed URL.

Constructor & Destructor Documentation

◆ AddQueryParameterOption() [1/3]

google::cloud::storage::AddQueryParameterOption::AddQueryParameterOption ( )
default

◆ AddQueryParameterOption() [2/3]

google::cloud::storage::AddQueryParameterOption::AddQueryParameterOption ( std::string  key,
std::string  value 
)
inline

◆ AddQueryParameterOption() [3/3]

google::cloud::storage::AddQueryParameterOption::AddQueryParameterOption ( char const *  key,
std::string  value 
)
inline

Member Function Documentation

◆ name()

static char const * google::cloud::storage::AddQueryParameterOption::name ( )
inlinestatic