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."],[[["This page provides documentation for the `ApiTracer.Scope` class within the Google API Client Library for Java (gax)."],["Version 2.63.1 is the latest release of the documentation, with version 2.23.3 being the specific release documented on this page."],["`ApiTracer.Scope` is designed to be used with the `inScope()` method and try-with-resources blocks in order to manage context."],["Closing a `Scope` instance via its `close()` method will remove any context set by the underlying implementation within `inScope()`."],["The `ApiTracer.Scope` interface extends `AutoCloseable`, ensuring it can be used with try-with-resources for automatic resource management."]]],[]]