-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: use qualified client name in samples #10241
Conversation
Google Cloud Build Logs
ℹ️ NOTE: Kokoro logs are linked from "Details" below. |
Google Cloud Build Logs
ℹ️ NOTE: Kokoro logs are linked from "Details" below. |
Codecov ReportBase: 93.84% // Head: 93.84% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #10241 +/- ##
==========================================
- Coverage 93.84% 93.84% -0.01%
==========================================
Files 1541 1541
Lines 142163 142163
==========================================
- Hits 133419 133417 -2
- Misses 8744 8746 +2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@@ -48,7 +48,7 @@ Status SampleGenerator::GenerateHeader() { | |||
HeaderSystemIncludes({"iostream", "fstream", "string", "vector"}); | |||
|
|||
HeaderPrint(R"""( | |||
// main-dox-marker: $client_class_name$ | |||
// main-dox-marker: $product_namespace$::$client_class_name$ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TIL
Part of the work for #10170
We will need this for speech, which has conflicting client names.
This change is