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"]],[["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-04-09 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."]]],[]]