File tree Expand file tree Collapse file tree 5 files changed +11
-12
lines changed
Expand file tree Collapse file tree 5 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -115,8 +115,8 @@ guide for more details.
115115@page bigtable-universe-domain-example Override the default Universe Domain
116116
117117In some cases, you may need to override the default universe domain used by the
118- client library. Use the `google::cloud:: AddUniverseDomainOption` when
119- initializing the client library to change this default.
118+ client library. Use ` AddUniverseDomainOption` when initializing the client
119+ library to change this default.
120120
121121@snippet client_samples.cc table-set-universe-domain
122122
Original file line number Diff line number Diff line change 11/*!
22@page compute-override-universe-domain How to Override the Default Universe Domain
33
4- In some cases, you may need to override the default universe domain used by the client
5- library. Use the
6- [AddUniverseDomainOption](@ref google::cloud::AddUniverseDomainOption) when initializing the
7- client library to change this default.
4+ In some cases, you may need to override the default universe domain used by the
5+ client library. Use `AddUniverseDomainOption` when initializing the client
6+ library to change this default.
87
98<!-- inject-universe-domain-snippet-start -->
109For example, this will override the default universe domain for `compute_accelerator_types_v1::AcceleratorTypesClient`:
Original file line number Diff line number Diff line change @@ -113,8 +113,8 @@ Follow these links to find examples for other `*Client` classes:
113113@page pubsub-universe-domain-example Override the default universe domain
114114
115115In some cases, you may need to override the default universe domain used by the
116- client library. Use the `google::cloud:: AddUniverseDomainOption` when
117- initializing the client library to change this default.
116+ client library. Use ` AddUniverseDomainOption` when initializing the client
117+ library to change this default.
118118
119119@snippet client_samples.cc publisher-set-universe-domain
120120
Original file line number Diff line number Diff line change @@ -90,8 +90,8 @@ Follow these links to find examples for other `*Client` classes:
9090@page spanner-universe-domain-example Override the default universe domain
9191
9292In some cases, you may need to override the default universe domain used by the
93- client library. Use the `google::cloud:: AddUniverseDomainOption` when
94- initializing the client library to change this default.
93+ client library. Use the `AddUniverseDomainOption` when initializing the client
94+ library to change this default.
9595
9696@snippet client_samples.cc set-client-universe-domain
9797
Original file line number Diff line number Diff line change @@ -135,8 +135,8 @@ more conservative approach:
135135@page storage-universe-domain-example Override the Default Universe Domain
136136
137137In some cases, you may need to override the default universe domain used by the
138- client library. Use the `google::cloud:: AddUniverseDomainOption` when
139- initializing the client library to change this default.
138+ client library. Use ` AddUniverseDomainOption` when initializing the client
139+ library to change this default.
140140
141141@snippet storage_client_initialization_samples.cc set-client-universe-domain
142142*/
You can’t perform that action at this time.
0 commit comments