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-03-21 UTC."],[[["This webpage provides a comprehensive list of versions for the `ApiTracer.Scope` class, part of the Google API Client Library for Java."],["The latest version available is 2.63.1, which is linked at the top of the version list, indicating its recency."],["The list spans multiple releases, starting from version 2.63.1 and descending to version 2.7.1, covering a wide historical range of the library's development."],["`ApiTracer.Scope` is designed to be used with try-with-resources blocks, and closing it removes context set by `#inScope()`, as detailed in the class description."],["The class implements `AutoCloseable`, indicating that it can be used within try-with-resources blocks for automatic resource management."]]],[]]