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-09 UTC."],[[["The webpage provides documentation for the `ApiTracer.Scope` class within the `com.google.api.gax.tracing` package."],["The latest version of the `ApiTracer.Scope` documentation is 2.63.1, and versions ranging from 2.62.0 down to 2.7.1 are also available, allowing for the viewing of prior releases."],["`ApiTracer.Scope` is an interface that extends `AutoCloseable`, designed to be used within try-with-resources blocks to manage the scope of API tracing."],["The `close()` method, implemented by `ApiTracer.Scope`, removes any context that might've been set in the `inScope()` method, in order to ensure the clean up of tracing operations."],["The current version of this doc is shown as version 2.31.1, but this seems to only relate to the current version of this webpage and not the versions of the `ApiTracer.Scope` class."]]],[]]