Add a extension header to a signed URL.
More...
#include <google/cloud/storage/signed_url_options.h>
|
static char const * | name () |
|
Add a extension header to a signed URL.
Definition at line 66 of file signed_url_options.h.
◆ 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 |
◆ name()
static char const* google::cloud::storage::AddQueryParameterOption::name |
( |
| ) |
|
|
inlinestatic |