forked from googleapis/google-cloud-cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoverride-universe-domain.dox
More file actions
24 lines (15 loc) · 956 Bytes
/
override-universe-domain.dox
File metadata and controls
24 lines (15 loc) · 956 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*!
@page baremetalsolution-override-universe-domain How to Override the Default Universe Domain
In some cases, you may need to override the default universe domain used by the
client library. Use the `google::cloud::AddUniverseDomainOption` when
initializing the client library to change this default.
<!-- inject-universe-domain-snippet-start -->
For example, this will override the default universe domain for `baremetalsolution_v2::BareMetalSolutionClient`:
@snippet bare_metal_solution_client_samples.cc set-client-universe-domain
<!-- inject-universe-domain-snippet-end -->
*/
// <!-- inject-universe-domain-pages-start -->
/*! @page baremetalsolution_v2::BareMetalSolutionClient-universe-domain-snippet Override baremetalsolution_v2::BareMetalSolutionClient Universe Domain
@snippet google/cloud/baremetalsolution/v2/samples/bare_metal_solution_client_samples.cc set-client-universe-domain
*/
// <!-- inject-universe-domain-pages-end -->