fix: Fixed outdated link to X-Cloud-Trace-Context header description … · googleapis/java-logging@d474313

This repository was archived by the owner on Feb 6, 2026. It is now read-only.

File tree

1 file changed

lines changed

  • google-cloud-logging/src/main/java/com/google/cloud/logging

1 file changed

lines changed

Original file line numberDiff line numberDiff line change

@@ -138,8 +138,8 @@ public Builder setTraceSampled(boolean traceSampled) {

138138

* x-cloud-trace-context} header (can be in Pascal case format). The string format is <code>

139139

* TRACE_ID/SPAN_ID;o=TRACE_TRUE</code>.

140140

*

141-

* @see <a href="https://cloud.google.com/trace/docs/setup#force-trace">Cloud Trace header

142-

* format.</a>

141+

* @see <a href="https://cloud.google.com/trace/docs/trace-context#legacy-http-header">Cloud

142+

* Trace header format.</a>

143143

*/

144144

@CanIgnoreReturnValue

145145

public Builder loadCloudTraceContext(String cloudTrace) {