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-02 UTC."],[[["This webpage documents the `ApiTracer.Scope` class within the Google API Client Library for Java (`com.google.api.gax.tracing`), specifically across multiple versions."],["The latest version of the `ApiTracer.Scope` class is 2.63.1, which is linked at the top, and this class acts as a context for managing operations within a specific scope."],["The `ApiTracer.Scope` class is an interface that extends `AutoCloseable`, allowing it to be used within try-with-resources blocks for automatic resource management."],["The `ApiTracer.Scope` interface includes a `close()` method, which must be implemented to clean up any context established during the scope's operation."],["There are many other versions available to view the documentation for, ranging from 2.63.1 all the way down to version 2.7.1, showing the historical changes made to this class over time."]]],[]]