A context class to be used with #inScope() and a try-with-resources block. Closing a
Scope removes any context that the underlying implementation might've set in #inScope().
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-18 UTC."],[[["The webpage provides a comprehensive list of versions for `com.google.api.gax.tracing.ApiTracer.Scope`, ranging from version 2.63.1 (latest) down to 2.7.1."],["Each version listed links to its respective documentation, allowing users to access specific details about `ApiTracer.Scope` for that version."],["The `ApiTracer.Scope` is an interface which can be used in try-with-resources blocks and is meant to manage context within a given scope."],["The `ApiTracer.Scope` interface includes a `close()` method that, when called, removes any context set by the underlying implementation."],["`ApiTracer.Scope` implements the `AutoCloseable` interface, enabling its use with try-with-resources statements for automatic resource management."]]],[]]