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

Describes the configuration for low-level connection features. More...

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

Public Member Functions

std::string ssl_root_path () const
 
ChannelOptionsset_ssl_root_path (std::string ssl_root_path)
 

Detailed Description

Describes the configuration for low-level connection features.

Some applications may want to use a different SSL root of trust for their connections, for example, containerized applications might store the certificate authority certificates in a hard-coded location.

This is a separate class, as it is used to configure both the normal connections to GCS and the connections used to obtain OAuth2 access tokens.

Member Function Documentation

◆ set_ssl_root_path()

ChannelOptions & google::cloud::storage::ChannelOptions::set_ssl_root_path ( std::string  ssl_root_path)
inline
Deprecated:
Use google::cloud::Options and CAPathOption instead.

◆ ssl_root_path()

std::string google::cloud::storage::ChannelOptions::ssl_root_path ( ) const
inline
Deprecated:
Use google::cloud::Options and CAPathOption instead.