Google Cloud C++ Client  2.7.0
C++ Client Library for Google Cloud Platform
Public Types | List of all members
google::cloud::EndpointOption Struct Reference

Change the endpoint. More...

#include <google/cloud/common_options.h>

Public Types

using Type = std::string
 

Detailed Description

Change the endpoint.

In almost all cases a suitable default will be chosen automatically. Applications may need to be changed to (1) test against a fake or simulator, or (2) use a beta or EAP version of the service. When using a beta or EAP version of the service, the AuthorityOption should also be set to the usual hostname of the service.

Definition at line 39 of file common_options.h.

Member Typedef Documentation

◆ Type

Definition at line 40 of file common_options.h.