[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["`CloudTrace` is an abstract class that inherits from `java.lang.Object`, providing fundamental functionality for cloud tracing."],["The class includes several static methods like `endSpan`, `getCurrentContext`, `setCurrentContext`, `setLabel`, and `startChildSpan`, all operating within a given `ApiProxy.Environment` and often involving `CloudTraceContext`."],["There are also abstract methods within the class, such as `endSpanImpl`, `getDefaultContext`, `setLabelImpl`, and `startChildSpanImpl`, which must be implemented by concrete subclasses to provide specific tracing behavior."],["The constructor `CloudTrace(ApiProxy.Environment arg0)` initializes a new `CloudTrace` object, requiring an `ApiProxy.Environment` as input."],["The `CloudTrace` class includes inherited members from `Object`, like `clone`, `equals`, `hashCode`, and others."]]],[]]