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-06-17 UTC."],[[["This webpage provides documentation for the `ApiTracer.Scope` class within the `com.google.api.gax.tracing` package, specifically for various versions of the library."],["The latest version of the library documented is 2.63.1, with older versions down to 2.7.1 being listed."],["`ApiTracer.Scope` is an interface that extends `AutoCloseable` and is designed to be used with the `inScope()` method and try-with-resources blocks."],["The `close()` method, which is an abstract method, is used to remove context set by the underlying implementation when `inScope()` is used."],["Each listed version number corresponds to a specific URL path providing detailed documentation for `ApiTracer.Scope` within that version."]]],[]]