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."],[[["The webpage provides documentation for the `ApiTracer.Scope` class within the `com.google.api.gax.tracing` package, focusing on various versions of the library."],["Version 2.63.1 is the latest release, and this page details the API's documentation in numerous previous versions."],["`ApiTracer.Scope` is an interface designed to be used with `inScope()` and try-with-resources blocks, allowing for context management."],["The `Scope` interface extends `AutoCloseable`, meaning it can be used in try-with-resources statements, and has a `close()` method for releasing resources."],["The `close()` method, when called, removes any context that was set by the underlying implementation of `inScope()`."]]],[]]