Skip to content

Commit

Permalink
fix: Fixed outdated link to X-Cloud-Trace-Context header description (#…
Browse files Browse the repository at this point in the history
…1713)

* fix: Fixed outdated link to X-Cloud-Trace-Context header description

* Update Context.java

* chore: generate libraries at Wed Nov  6 20:18:08 UTC 2024

---------

Co-authored-by: cloud-java-bot <[email protected]>
  • Loading branch information
gkevinzheng and cloud-java-bot authored Nov 6, 2024
1 parent 992d347 commit d474313
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ public Builder setTraceSampled(boolean traceSampled) {
* x-cloud-trace-context} header (can be in Pascal case format). The string format is <code>
* TRACE_ID/SPAN_ID;o=TRACE_TRUE</code>.
*
* @see <a href="https://cloud.google.com/trace/docs/setup#force-trace">Cloud Trace header
* format.</a>
* @see <a href="https://cloud.google.com/trace/docs/trace-context#legacy-http-header">Cloud
* Trace header format.</a>
*/
@CanIgnoreReturnValue
public Builder loadCloudTraceContext(String cloudTrace) {
Expand Down

0 comments on commit d474313

Please sign in to comment.