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-08-06 UTC."],[[["This webpage provides a comprehensive list of versions for the `ApiTracer.Scope` class, ranging from the latest version 2.63.1 down to version 2.7.1."],["Each version listed links to the respective documentation for `ApiTracer.Scope` within that specific release of the Java `gax` library."],["`ApiTracer.Scope` is designed as a context class for use with `inScope()` and a try-with-resources block."],["The `ApiTracer.Scope` interface implements `AutoCloseable`, and when the scope is closed it removes the context set by the underlying implementation in `inScope()`."],["The interface contains a method called `close()` which when called, closes the scope of the class."]]],[]]