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-07-30 UTC."],[[["This webpage provides documentation for the `ApiTracer.Scope` class within the `com.google.api.gax.tracing` package, specifically for Java."],["The page lists various versions of the documentation, starting from version 2.63.1 (latest) down to 2.7.1."],["`ApiTracer.Scope` is an interface designed to be used with `inScope()` and try-with-resources blocks, allowing for context management."],["The interface `ApiTracer.Scope` implements the `AutoCloseable` interface, providing the `close()` method to manage context removal."],["The primary method associated with `ApiTracer.Scope` is `close()`, which is used to remove any context set by the implementation."]]],[]]