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::VirtualHostname Struct Reference

Indicate that the bucket should be a part of hostname in the URL. More...

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

Public Member Functions

 VirtualHostname ()=default
 

Static Public Member Functions

static char const * option_name ()
 

Detailed Description

Indicate that the bucket should be a part of hostname in the URL.

If this option is set, the resulting URL is in the format: 'https://mybucket.storage.googleapis.com'. Otherwise, it is in the format: 'https://storage.googleapis.com/mybucket'

Constructor & Destructor Documentation

◆ VirtualHostname()

google::cloud::storage::VirtualHostname::VirtualHostname ( )
default

Member Function Documentation

◆ option_name()

static char const * google::cloud::storage::VirtualHostname::option_name ( )
inlinestatic